Skip to content

Commit

Permalink
docs: add tsdb and pygrinder into the docs;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Oct 12, 2023
1 parent 1eac993 commit 8d1fa30
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This is file is used to help customize PyPOTS documentation building process on ReadTheDocs.
# https://docs.readthedocs.io/en/stable/build-customization.html

version: 2

Expand All @@ -18,6 +19,12 @@ build:
python: "3.10"

jobs:
post-checkout:
- git clone https://github.com/WenjieDu/TSDB TSDB_repo --depth 1
- mv TSDB_repo/tsdb .&& rm -rf TSDB_repo
- git clone https://github.com/WenjieDu/PyGrinder PyGrinder_repo --depth 1
- mv PyGrinder_repo/pygrinder .&& rm -rf PyGrinder_repo

pre_install:
- python -m pip install --upgrade pip
- pip install torch==1.13.1 -f https://download.pytorch.org/whl/cpu
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ PyPOTS community is open, transparent, and surely friendly. Let's work together

model_api
pypots
tsdb
pygrinder

.. toctree::
:maxdepth: 2
Expand Down
11 changes: 11 additions & 0 deletions docs/pygrinder.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
All APIs of PyGrinder
=======================

PyGrinder
---------

.. automodule:: pygrinder
:members:
:undoc-members:
:show-inheritance:
:inherited-members:
11 changes: 11 additions & 0 deletions docs/tsdb.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
All APIs of TSDB
=======================

TSDB
----

.. automodule:: tsdb
:members:
:undoc-members:
:show-inheritance:
:inherited-members:

0 comments on commit 8d1fa30

Please sign in to comment.