.. scalecast documentation master file, created by
   sphinx-quickstart on Fri Jan 21 15:40:54 2022.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Official Docs
==========================

Welcome to the official docs for scalecast, a time series forecasting library for python!

Overview
--------------

:doc:`about`
   Who is this meant for and what sets it apart?

:doc:`installation`
   Base package + dependencies.

:doc:`initialization`
   How to call the object and make forecasts.

:doc:`change_log`
   See what's changed.

Index
------
* :ref:`genindex`

.. Hidden TOCs

.. toctree::
   :maxdepth: 4
   :caption: Overview:
   :hidden:  

   about
   installation
   initialization

.. toctree::
   :maxdepth: 4
   :caption: Examples:
   :hidden: 

   Forecaster/examples/eCommerce
   Forecaster/examples/LSTM

.. toctree::
   :maxdepth: 4
   :caption: Forecaster:
   :hidden:

   Forecaster/Forecaster
   Forecaster/ForecasterGlobals
   Forecaster/_forecast

.. toctree::
   :maxdepth: 4
   :caption: GridGenerator:
   :hidden:

   GridGenerator/GridGenerator

.. toctree::
   :maxdepth: 4
   :caption: Notebook:  
   :hidden:

   Notebook/Notebook

.. toctree::
   :maxdepth: 1
   :caption: ChangeLog:  
   :hidden:

   change_log
