31 lines
502 B
ReStructuredText
31 lines
502 B
ReStructuredText
.. Places global toc into the sidebar
|
|
|
|
:globalsidebartoc: True
|
|
|
|
.. title:: User guide: contents
|
|
|
|
.. _user_guide:
|
|
|
|
==========
|
|
User Guide
|
|
==========
|
|
|
|
.. include:: includes/big_toc_css.rst
|
|
|
|
.. nice layout in the toc
|
|
|
|
.. include:: tune_toc.rst
|
|
|
|
.. toctree::
|
|
:numbered:
|
|
:maxdepth: 3
|
|
|
|
supervised_learning.rst
|
|
unsupervised_learning.rst
|
|
model_selection.rst
|
|
inspection.rst
|
|
visualizations.rst
|
|
data_transforms.rst
|
|
Dataset loading utilities <datasets/index.rst>
|
|
modules/computing.rst
|