Skip to content

Commit

Permalink
more setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Jan 31, 2024
1 parent c8c61f4 commit 6185366
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 10 deletions.
31 changes: 31 additions & 0 deletions docs/source/cu_cat.rst
Original file line number Diff line number Diff line change
@@ -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:
12 changes: 2 additions & 10 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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

Expand All @@ -36,11 +36,3 @@ Articles
* `Cu_Cat + Chemical Mapping <https://github.com/dcolinmorgan/grph/blob/main/accelerating_chemical_mappings.ipynb>`_
* `Cu_Cat + Metagenomics <https://github.com/dcolinmorgan/grph/blob/main/accelerating_metagenomic_demo.ipynb>`_


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit 6185366

Please sign in to comment.