docs/contents: use toctree with caption
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
This commit is contained in:
parent
7900f43bf7
commit
129c174127
|
@ -1,9 +0,0 @@
|
|||
PDK Contents
|
||||
============
|
||||
|
||||
.. toctree::
|
||||
:name: pdk-contents
|
||||
:maxdepth: 4
|
||||
|
||||
Libraries <contents/libraries>
|
||||
File Types <contents/file_types>
|
|
@ -1,5 +1,6 @@
|
|||
.. include:: common.inc
|
||||
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
|
@ -9,7 +10,19 @@
|
|||
|
||||
Design Rules <rules>
|
||||
|
||||
contents
|
||||
|
||||
.. toctree::
|
||||
:caption: PDK Contents
|
||||
:name: pdk-contents
|
||||
:maxdepth: 4
|
||||
:hidden:
|
||||
|
||||
Libraries <contents/libraries>
|
||||
File Types <contents/file_types>
|
||||
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
analog
|
||||
digital
|
||||
|
@ -46,6 +59,7 @@ Current Status - |current-status|
|
|||
.. include:: status.rst
|
||||
:start-after: current_status_text
|
||||
|
||||
|
||||
Resources
|
||||
=========
|
||||
|
||||
|
@ -55,6 +69,7 @@ The latest SkyWater SKY130 PDK design resources can be downloaded from the follo
|
|||
* `Google CodeSearch interface @ https://cs.opensource.google/skywater-pdk <https://cs.opensource.google/skywater-pdk>`_
|
||||
* `foss-eda-tools.googlesource.com/skywater-pdk <https://foss-eda-tools.googlesource.com/skywater-pdk/>`_
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
|
|
Loading…
Reference in New Issue