From 61853669a1655e5121f1ec9b0c33bcc69cce05e9 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 31 Jan 2024 16:13:27 +0800 Subject: [PATCH] more setup --- docs/source/cu_cat.rst | 31 +++++++++++++++++++++++++++++++ docs/source/index.rst | 12 ++---------- 2 files changed, 33 insertions(+), 10 deletions(-) create mode 100644 docs/source/cu_cat.rst diff --git a/docs/source/cu_cat.rst b/docs/source/cu_cat.rst new file mode 100644 index 000000000..2a3f2ffd9 --- /dev/null +++ b/docs/source/cu_cat.rst @@ -0,0 +1,31 @@ +Dependency_Manager +================== + +.. automodule:: cu_cat._dep_manager + :members: + :undoc-members: + :show-inheritance: + +Gap_Encoder +================== + +.. automodule:: cu_cat._gap_encoder + :members: + :undoc-members: + :show-inheritance: + +Table_Vectorizer +================== + +.. automodule:: cu_cat._table_vectorizer + :members: + :undoc-members: + :show-inheritance: + +Versioneer +================== + +.. automodule:: graphistry._version + :members: + :undoc-members: + :show-inheritance: diff --git a/docs/source/index.rst b/docs/source/index.rst index a474ac86f..51320db66 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,7 +3,7 @@ Cu_Cat: end-to-end GPU Feature Encoding .. only:: html .. image:: https://readthedocs.org/projects/cu_cat/badge/?version=latest - :target: https://cu_cat.readthedocs.io/en/latest/?badge=latest + :target: https://cu-cat.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status @@ -16,7 +16,7 @@ Cu_Cat: end-to-end GPU Feature Encoding :target: https://github.com/graphistry/cu-cat/actions?query=workflow%3ACodeQL :alt: CodeQL Status - .. image:: https://img.shields.io/pypi/v/graphistry.svg + .. image:: https://img.shields.io/pypi/v/cu_cat.svg :target: https://pypi.python.org/pypi/cu_cat :alt: PyPi Status @@ -36,11 +36,3 @@ Articles * `Cu_Cat + Chemical Mapping `_ * `Cu_Cat + Metagenomics `_ - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`modindex` -* :ref:`search` -