forked from unit8co/darts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
exclude PLForecastingModule docs from custom rnn and blockrnn modules (…
- Loading branch information
1 parent
4170093
commit 70752ce
Showing
7 changed files
with
58 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
docs/generated_api/darts.models.forecasting.block_rnn_model.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Block Recurrent Neural Networks | ||
------------------------------- | ||
|
||
.. autoclass:: darts.models.forecasting.block_rnn_model.BlockRNNModel | ||
:members: | ||
:exclude-members: | ||
|
||
.. autoclass:: darts.models.forecasting.block_rnn_model.CustomBlockRNNModule | ||
:members: | ||
:no-inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Recurrent Neural Networks | ||
------------------------- | ||
|
||
.. autoclass:: darts.models.forecasting.rnn_model.RNNModel | ||
:members: | ||
:exclude-members: | ||
|
||
.. autoclass:: darts.models.forecasting.rnn_model.CustomRNNModule | ||
:members: | ||
:no-inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
.. automodule:: {{ qualname }} | ||
:members: | ||
:undoc-members: |