Skip to content

Commit

Permalink
docs: Modified some mistakes in 'Common Operations in Sphinx.md' and …
Browse files Browse the repository at this point in the history
…update some .rst files.
  • Loading branch information
‘KeranLi’ committed Nov 12, 2023
1 parent 150118e commit 3bfa585
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

# extensions = []
extensions = ["sphinxcontrib.napoleon", "sphinxcontrib.apidoc", "sphinx.ext.viewcode", "sphinx.ext.todo", "m2r2"]
extensions = ["sphinx.ext.napoleon", "sphinxcontrib.apidoc", "sphinx.ext.viewcode", "sphinx.ext.todo", "m2r2"]

templates_path = ["_templates"]
exclude_patterns = []
Expand Down
8 changes: 8 additions & 0 deletions docs/source/python_apis/geochemistrypi.data_mining.data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ geochemistrypi.data\_mining.data.imputation module
:undoc-members:
:show-inheritance:

geochemistrypi.data\_mining.data.inference module
-------------------------------------------------

.. automodule:: geochemistrypi.data_mining.data.inference
:members:
:undoc-members:
:show-inheritance:

geochemistrypi.data\_mining.data.preprocessing module
-----------------------------------------------------

Expand Down

0 comments on commit 3bfa585

Please sign in to comment.