From 81189ceaa979c93e3355b37012add2d1c2eb392a Mon Sep 17 00:00:00 2001 From: "Mayeul@Zama" Date: Fri, 24 Dec 2021 16:09:58 +0100 Subject: [PATCH] fix .gitignore --- docs/.gitignore | 2 +- docs/python_api/modules.rst | 7 ------- docs/python_api/zamalang.rst | 37 ------------------------------------ 3 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 docs/python_api/modules.rst delete mode 100644 docs/python_api/zamalang.rst 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: