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
|
.. include:: common.inc
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:hidden:
|
:hidden:
|
||||||
|
|
||||||
|
@ -9,7 +10,19 @@
|
||||||
|
|
||||||
Design Rules <rules>
|
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
|
analog
|
||||||
digital
|
digital
|
||||||
|
@ -46,6 +59,7 @@ Current Status - |current-status|
|
||||||
.. include:: status.rst
|
.. include:: status.rst
|
||||||
:start-after: current_status_text
|
:start-after: current_status_text
|
||||||
|
|
||||||
|
|
||||||
Resources
|
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>`_
|
* `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/>`_
|
* `foss-eda-tools.googlesource.com/skywater-pdk <https://foss-eda-tools.googlesource.com/skywater-pdk/>`_
|
||||||
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue