diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a37947e0..c22e7a050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - Implementation of PatchTS model ([#1277](https://github.com/tinkoff-ai/etna/pull/1277)) - Add `quickstart` notebook, add `mechanics_of_forecasting` notebook ([#1343](https://github.com/tinkoff-ai/etna/pull/1343)) +- Add documentation page with glossary of terms ([#1353](https://github.com/tinkoff-ai/etna/pull/1353)) ### Changed - diff --git a/docs/source/api_reference.rst b/docs/source/api_reference.rst index 77a4ae726..1e1027eda 100644 --- a/docs/source/api_reference.rst +++ b/docs/source/api_reference.rst @@ -3,7 +3,7 @@ API Reference In this section you can examine the interfaces of the :code:`etna` library. Here we describe the API of available modules, classes and functions. -For more user-friendly manual please use :ref:`tutorials` section. +For more user-friendly manual please use :doc:`tutorials` section. .. toctree:: :titlesonly: diff --git a/docs/source/glossary.rst b/docs/source/glossary.rst new file mode 100644 index 000000000..2eaa49067 --- /dev/null +++ b/docs/source/glossary.rst @@ -0,0 +1,131 @@ +.. _glossary: + +Glossary +======== + +This page lists some common terms used in documentation of the library. + +.. glossary:: + + Time series + A series of variable measurements obtained at successive times according to :term:`frequency