Skip to content

Files

Latest commit

811f8c7 · May 10, 2024

History

History
This branch is 317 commits behind posit-dev/py-shiny:main.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 11, 2023
Jan 26, 2024
Mar 4, 2024
Mar 4, 2024
Jan 26, 2024
Jan 26, 2024
May 10, 2024
May 10, 2024
Feb 2, 2024
Dec 18, 2023

Shiny for Python API docs

This directory contains files to generate Shiny for Python API documentation, using Quartodoc and Quarto.

Building the docs

To build the docs, first install the Python dependencies and Quarto extensions:

# Install build dependencies
make deps

After those dependencies are installed, build the .qmd files for Shiny, using quartodoc. This will go in the api/ directory:

make quartodoc

Then build the web site using Quarto:

make site

Alternatively, running make serve will build the docs, and serve them locally, and watch for changes to the .qmd files:

make serve