Skip to content

Commit 55e80bf

Browse files
committed
update docs
1 parent 93015da commit 55e80bf

4 files changed

Lines changed: 3 additions & 17 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ If you find tfts project useful in your research, please consider cite:
280280
```
281281
@misc{tfts2020,
282282
author = {Longxing Tan},
283-
title = {Time series prediction},
283+
title = {TFTS: Time series prediction},
284284
year = {2020},
285285
publisher = {GitHub},
286286
journal = {GitHub repository},

README_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def build_model():
268268
```
269269
@misc{tfts2020,
270270
author = {Longxing Tan},
271-
title = {Time series prediction},
271+
title = {TFTS: Time series prediction},
272272
year = {2020},
273273
publisher = {GitHub},
274274
journal = {GitHub repository},

docs/source/index.rst

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TFTS: TensorFlow Time Series
77

88
<a class="github-button" href="https://github.com/LongxingTan/Time-series-prediction" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star LongxingTan/Time-series-prediction on GitHub">GitHub</a>
99

10-
Welcome to TFTS (TensorFlow Time Series), a comprehensive Python library for state-of-the-art deep learning time series analysis. TFTS provides production-ready implementations of cutting-edge models for forecasting, classification, and anomaly detection tasks.
10+
Welcome to TFTS (TensorFlow Time Series), a Python library for state-of-the-art deep learning time series analysis. TFTS provides production-ready implementations of cutting-edge models for forecasting, classification, and anomaly detection tasks.
1111

1212
.. image:: https://img.shields.io/badge/License-MIT-blue.svg
1313
:target: https://opensource.org/licenses/MIT
@@ -341,11 +341,6 @@ Community and Support
341341
**Contributing**
342342
We welcome contributions! See our `Contributing Guide <https://github.com/LongxingTan/Time-series-prediction/blob/master/CONTRIBUTING.md>`_ for details.
343343

344-
**Stay Updated**
345-
- ⭐ Star the `GitHub repository <https://github.com/LongxingTan/Time-series-prediction>`_
346-
- 📰 Check the `changelog <./CHANGELOG.md>`_ for latest updates
347-
- 🐦 Follow updates on social media
348-
349344

350345
Citation
351346
--------
@@ -368,11 +363,3 @@ License
368363
-------
369364

370365
TFTS is released under the MIT License. See `LICENSE <https://github.com/LongxingTan/Time-series-prediction/blob/master/LICENSE>`_ for details.
371-
372-
373-
Indices and Tables
374-
------------------
375-
376-
* :ref:`genindex`
377-
* :ref:`modindex`
378-
* :ref:`search`

docs/source/installation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,5 @@ Getting Help
427427

428428
If you encounter installation issues:
429429

430-
- 📖 Check the `FAQ <./faq.html>`_
431430
- 💬 Ask in `GitHub Discussions <https://github.com/LongxingTan/Time-series-prediction/discussions>`_
432431
- 🐛 Report bugs in `GitHub Issues <https://github.com/LongxingTan/Time-series-prediction/issues>`_

0 commit comments

Comments
 (0)