diff --git a/docs/.gitignore b/docs/.gitignore index ae89ea75c..ebf3b268b 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,2 +1,2 @@ links_to_compiler_build/ -user/python/*.rst +python_api/*.rst diff --git a/docs/python_api/modules.rst b/docs/python_api/modules.rst deleted file mode 100644 index d979daeb4..000000000 --- a/docs/python_api/modules.rst +++ /dev/null @@ -1,7 +0,0 @@ -zamalang -======== - -.. toctree:: - :maxdepth: 4 - - zamalang diff --git a/docs/python_api/zamalang.rst b/docs/python_api/zamalang.rst deleted file mode 100644 index a26887eaf..000000000 --- a/docs/python_api/zamalang.rst +++ /dev/null @@ -1,37 +0,0 @@ -zamalang package -================ - -Submodules ----------- - -zamalang.compiler module ------------------------- - -.. automodule:: zamalang.compiler - :members: - :undoc-members: - :show-inheritance: - -zamalang.hlfhe module ---------------------- - -.. automodule:: zamalang.hlfhe - :members: - :undoc-members: - :show-inheritance: - -zamalang.hlfhelinalg module ---------------------------- - -.. automodule:: zamalang.hlfhelinalg - :members: - :undoc-members: - :show-inheritance: - -Module contents ---------------- - -.. automodule:: zamalang - :members: - :undoc-members: - :show-inheritance: