Skip to content

Commit

Permalink
Add caption headers to site table of contents (#318)
Browse files Browse the repository at this point in the history
* Better organize site table of contents

* Review feedback: references section
  • Loading branch information
Eric-Arellano committed Jul 14, 2023
1 parent 9d46a36 commit 84fc560
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,30 @@ Contents
.. toctree::
:maxdepth: 2

About Circuit Knitting Toolbox <self>
Installation Instructions <install>

.. toctree::
:maxdepth: 2
:caption: Circuit Cutting

Circuit Cutting Tutorials <circuit_cutting/tutorials/index>
Circuit Cutting Explanatory Material <circuit_cutting/explanation/index>
Circuit Cutting How-To Guides <circuit_cutting/how-tos/index>
CutQC (legacy circuit cutting implementation) <circuit_cutting/cutqc/index>

.. toctree::
:maxdepth: 2
:caption: Entanglement Forging

Entanglement Forging Tutorials <entanglement_forging/tutorials/index>
Entanglement Forging Explanatory Material <entanglement_forging/explanation/index>
Entanglement Forging How-To Guides <entanglement_forging/how-tos/index>

.. toctree::
:maxdepth: 2
:caption: References

API References <apidocs/index>
Release Notes <release-notes>

Expand Down

0 comments on commit 84fc560

Please sign in to comment.