diff --git a/.gitignore b/.gitignore index b8cbee1..c6f166c 100644 --- a/.gitignore +++ b/.gitignore @@ -147,4 +147,8 @@ google-cloud-cli-*.tar.gz application_default_credentials.json # SQL Dump files -*.dump.sql \ No newline at end of file +*.dump.sql + +# Unify code +unify +pyproject.toml diff --git a/docs/index.rst b/docs/index.rst index cc540fd..6474101 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,6 +20,15 @@ .. reference/images.rst +.. autosummary:: + :toctree: docs/unify + :template: top_level_toc_recursive.rst + :recursive: + :hide-table: + :caption: Docs + + unify + .. toctree:: :hidden: :maxdepth: 4 diff --git a/docs/partial_conf.py b/docs/partial_conf.py index 7497b09..b5f7364 100644 --- a/docs/partial_conf.py +++ b/docs/partial_conf.py @@ -15,7 +15,7 @@ -project = "Platform" +project = "Unify" html_title = "Unify Documentation" # Removing kapa.ai integration diff --git a/docs/prebuild.sh b/docs/prebuild.sh new file mode 100644 index 0000000..4c6df4b --- /dev/null +++ b/docs/prebuild.sh @@ -0,0 +1,2 @@ +# this only works if the unify package and the corresponding pyproject.toml file are in the root folder +pip install $1