Я пытаюсь получить оглавление с подгруппами, указывающими на разные первые файлы.Это мой index.rst:
.. bonobo-trans documentation master file, created by
sphinx-quickstart on Fri Feb 8 18:09:07 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. toctree::
:maxdepth: 2
Transformations
---------------
- :doc:`source/source`
- :doc:`source/target`
- :doc:`source/lookup`
- :doc:`source/sequencer`
- :doc:`source/sorter`
- :doc:`source/aggregator`
Source
``````
Target
``````
Lookup
``````
Requirements
------------
- bonobo 0.6.3
- pandas
- sqlalchemy
Installation
------------
Install bonobo-trans by running:
pip install bonobo-trans
Contribute
----------
- Issue Tracker: github.com/$project/$project/issues
- Source Code: github.com/$project/$project
Support
-------
If you are having issues, please let me know.
License
-------
The project is licensed under the Apache license.
Я добавил три подзаголовка, чтобы проиллюстрировать, как он должен выглядеть, но мне нужен только список ссылок в разделе «Преобразование».По сути, так должно получиться:
![example](https://i.stack.imgur.com/75wc4.png)
Возможно ли это?