Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failed docs building, update the docs, and allow tests for CLI to fail #89

Merged
merged 6 commits into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: update docs and enable to use html_favicon in conf.py;
  • Loading branch information
WenjieDu committed May 5, 2023
commit f440a6ed386309343941c0f9931ff2d4841d85b4
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
"last_updated": f"{date_now.year}/{date_now.month}/{date_now.day}",
}

html_favicon = "_static/figs/PyPOTS_logo.svg"

html_sidebars = {
"**": [
"sidebar/scroll-start.html",
Expand Down
20 changes: 10 additions & 10 deletions docs/pypots.imputation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,37 +10,37 @@ pypots.imputation.base module
:show-inheritance:
:inherited-members:

pypots.imputation.brits module
pypots.imputation.saits module
------------------------------

.. automodule:: pypots.imputation.brits
.. automodule:: pypots.imputation.saits
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

pypots.imputation.locf module
-----------------------------
pypots.imputation.transformer module
------------------------------------

.. automodule:: pypots.imputation.locf
.. automodule:: pypots.imputation.transformer
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

pypots.imputation.saits module
pypots.imputation.brits module
------------------------------

.. automodule:: pypots.imputation.saits
.. automodule:: pypots.imputation.brits
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

pypots.imputation.transformer module
------------------------------------
pypots.imputation.locf module
-----------------------------

.. automodule:: pypots.imputation.transformer
.. automodule:: pypots.imputation.locf
:members:
:undoc-members:
:show-inheritance:
Expand Down
7 changes: 2 additions & 5 deletions docs/pypots.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ Subpackages
.. toctree::
:maxdepth: 4

pypots.imputation
pypots.classification
pypots.clustering
pypots.data
pypots.forecasting
pypots.imputation
pypots.data
pypots.utils

Submodules
----------

pypots.base module
------------------

Expand Down
Loading