Skip to content

Files

Latest commit

43792cc · Aug 14, 2024

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 14, 2023
Aug 14, 2024
May 16, 2023
May 16, 2023
May 16, 2023
May 16, 2023
May 16, 2023
May 15, 2023
May 16, 2023
Aug 14, 2024
Feb 14, 2023
Feb 20, 2023
Aug 14, 2024
Feb 21, 2023
Feb 13, 2023
May 12, 2023
May 15, 2023
Feb 15, 2023
May 15, 2023

How to Docs

Building the Docs

# go repo root folder
cd NavAbilitySDK.py

# Install required Python dependencies (Sphinx etc.)
pip install -r docs/requirements.txt

# Run Jupyter Book
jupyter-book build docs/

# View the docs with for instance firefox
firefox docs/_build/html/index.html

Resources

This documentation folder is based on work from:

With auto docstring extension: