File: index.rst.template

package info (click to toggle)
scikit-learn 1.7.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 25,748 kB
  • sloc: python: 219,120; cpp: 5,790; ansic: 846; makefile: 189; javascript: 110
file content (24 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. title:: Index

.. Define the overall structure, that affects the prev-next buttons and the order
   of the sections in the top navbar.

.. toctree::
   :hidden:
   :maxdepth: 2

   Install <install>
   user_guide
   API <api/index>
   auto_examples/index
   Community <https://blog.scikit-learn.org/>
   getting_started
   whats_new
   Glossary <glossary>
   Development <{{ development_link }}>
   FAQ <faq>
   support
   related_projects
   roadmap
   Governance <governance>
   about