Oxen-AI / docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oxen.ai Documentation ๐Ÿ‚ ๐ŸŒพ

Running Locally

mintlify dev --port 3333

Python Doc Generation

To generate/update the python documentation for the /python-api directory there is a ./generate-python-docs.sh script.

Depends on pydoc-markdown project and gsed.

brew install gsed
pip install pydoc-markdown

Navigate into your local oxen-release project and into the oxen directory so that it can generate from the doc strings.

# Nagivate into the oxen-release codebase where the python doc strings are
cd ~/Code/docs/oxen-release/oxen

# Generate the markdown for the classes
~/Code/docs/generate-python-docs.sh ~/Code/docs/

About


Languages

Language:MDX 99.6%Language:Shell 0.4%