Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from unifyai/python_client_docs
Browse files Browse the repository at this point in the history
added support for docs of the python client
  • Loading branch information
vedpatwardhan authored Jul 4, 2024
2 parents b062e0c + ee7d424 commit be0b3b8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,8 @@ google-cloud-cli-*.tar.gz
application_default_credentials.json

# SQL Dump files
*.dump.sql
*.dump.sql

# Unify code
unify
pyproject.toml
9 changes: 9 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/partial_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@



project = "Platform"
project = "Unify"
html_title = "Unify Documentation"

# Removing kapa.ai integration
Expand Down
2 changes: 2 additions & 0 deletions docs/prebuild.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit be0b3b8

Please sign in to comment.