Skip to content

Experiment with building Union and Flytekit SDK docs using the pdoc tool

Notifications You must be signed in to change notification settings

unionai/pdoc-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdoc-test

Experiment with building Union and Flytekit SDK docs using the pdoc(https://pdoc.dev/) tool.

Installation

These instructions assume that you have uv (https://docs.astral.sh/uv/).

Build docs with pdoc

Set up an environment variable for pdoc:

$ export PDOC_ALLOW_EXEC=1

Run pdoc on the modules union and flytekit:

uv run pdoc -o ./html union flytekit

The generated HTML docs will be in ./html.

About

Experiment with building Union and Flytekit SDK docs using the pdoc tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published