Skip to content

Commit 4aea84a

Browse files
authored
model cn doc update. (#229)
* model cn doc update. * index.model -> index.forecasting * update doc: model overview.models -> forecasting models
1 parent 0ee0e0d commit 4aea84a

File tree

4 files changed

+7
-38
lines changed

4 files changed

+7
-38
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Project GitHub: https://github.com/PaddlePaddle/PaddleTS
8585
:maxdepth: 1
8686
:caption: Models
8787

88-
Overview <source/modules/models/overview.rst>
88+
Forecasting <source/modules/models/overview.rst>
8989
Third-party Model <source/modules/models/thirdparty.rst>
9090
Probability Forecasting <source/modules/models/probability_forecasting.rst>
9191
Representation <source/modules/models/representation.rst>

docs/locale/zh_CN/LC_MESSAGES/index.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ msgid "Third-Party And User-Define Transform"
4545
msgstr "第三方以及自定义的数据转换模块自动集成"
4646

4747
#: ../../index.rst:84
48-
msgid "Overview"
48+
msgid "Forecasting"
4949
msgstr "时序预测模型"
5050

5151
#: ../../index.rst:84

docs/locale/zh_CN/LC_MESSAGES/source/modules/models/overview.po

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ msgstr ""
1818
"Generated-By: Babel 2.10.3\n"
1919

2020
#: ../../source/modules/models/overview.rst:3 1c4dea712a894f4bb62bb534e482f825
21-
msgid "Models"
22-
msgstr "模型"
21+
msgid "Forecasting Models"
22+
msgstr "时序预测模型"
2323

2424
#: ../../source/modules/models/overview.rst:5 e46a8f31e0e841b894f08c75e19e1ca9
2525
msgid ""
@@ -487,34 +487,3 @@ msgstr "以下的代码示例展示了如何持久化保存一个 PaddleBaseMode
487487
msgid "Later you can load back the persisted model with:"
488488
msgstr "在模型保存完成的一段时间之后,您可以通过以下方式加载模型:"
489489

490-
#~ msgid ""
491-
#~ "`Long Short-term Time-series Network "
492-
#~ "<../../api/paddlets.models.dl.paddlepaddle.lstnet.html>`_"
493-
#~ msgstr ""
494-
495-
#~ msgid ""
496-
#~ "`Multilayer Perceptron "
497-
#~ "<../../api/paddlets.models.dl.paddlepaddle.mlp.html>`_"
498-
#~ msgstr ""
499-
500-
#~ msgid "`NBEATSModel <../../api/paddlets.models.dl.paddlepaddle.nbeats.html>`_"
501-
#~ msgstr ""
502-
503-
#~ msgid "`NHiTSModel <../../api/paddlets.models.dl.paddlepaddle.nhits.html>`_"
504-
#~ msgstr ""
505-
506-
#~ msgid ""
507-
#~ "`RnnBlockRegressor "
508-
#~ "<../../api/paddlets.models.dl.paddlepaddle.rnn.html>`_"
509-
#~ msgstr ""
510-
511-
#~ msgid ""
512-
#~ "`Temporal Convolution Net Regressor "
513-
#~ "<../../api/paddlets.models.dl.paddlepaddle.tcn.html>`_"
514-
#~ msgstr ""
515-
516-
#~ msgid ""
517-
#~ "`Transformer "
518-
#~ "<../../api/paddlets.models.dl.paddlepaddle.transformer.html>`_"
519-
#~ msgstr ""
520-

docs/source/modules/models/overview.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=========
2-
Models
3-
=========
1+
===================
2+
Forecasting Models
3+
===================
44

55
Before reading this document, it is recommended to first read the `TSDataset Document <../datasets/overview.html>`_ to understand the design of `TSDataset`.
66
Simply speaking, `TSDataset` is a unified time series data structure throughout the whole modeling lifecycle.

0 commit comments

Comments
 (0)