mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Add index for API Reference
This commit is contained in:
parent
1736a5e735
commit
f8a98ac518
3 changed files with 12 additions and 9 deletions
9
docs/api/index.rst
Normal file
9
docs/api/index.rst
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
API Reference
|
||||||
|
=============
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:titlesonly:
|
||||||
|
|
||||||
|
plugins
|
||||||
|
database
|
||||||
|
|
@ -95,7 +95,7 @@ html_theme = "pydata_sphinx_theme"
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
"collapse_navigation": False,
|
"collapse_navigation": False,
|
||||||
"logo": {"text": "beets"},
|
"logo": {"text": "beets"},
|
||||||
"show_nav_level": 3, # How many levels in left sidebar to show automatically
|
"show_nav_level": 2, # How many levels in left sidebar to show automatically
|
||||||
"navigation_depth": 4, # How many levels of navigation to expand
|
"navigation_depth": 4, # How many levels of navigation to expand
|
||||||
}
|
}
|
||||||
html_title = "beets"
|
html_title = "beets"
|
||||||
|
|
|
||||||
|
|
@ -13,17 +13,11 @@ configuration files, respectively.
|
||||||
.. _mediafile: https://mediafile.readthedocs.io/en/latest/
|
.. _mediafile: https://mediafile.readthedocs.io/en/latest/
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 3
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
|
|
||||||
plugins/index
|
plugins/index
|
||||||
library
|
library
|
||||||
importer
|
importer
|
||||||
cli
|
cli
|
||||||
|
../api/index
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 1
|
|
||||||
:caption: API Reference
|
|
||||||
|
|
||||||
../api/plugins
|
|
||||||
../api/database
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue