Skip to content

Commit 0f1029b

Browse files
committed
docs: fix sphinx nits
1 parent 1bc19e5 commit 0f1029b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

gateware/docs/examples/soc_examples.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ polysyn
1111
.. automodule:: top.polysyn.top
1212

1313
xbeam
14-
^^^^^^^
14+
^^^^^
1515
.. automodule:: top.xbeam.top
1616

1717
macro_osc
18-
^^^^^^^
18+
^^^^^^^^^
1919
.. automodule:: top.macro_osc.top
2020

2121
sid
22-
^^^^^^^
22+
^^^
2323
.. automodule:: top.sid.top
2424

2525
selftest
26-
^^^^^^^
26+
^^^^^^^^
2727
.. automodule:: top.selftest.top
2828

2929
bootloader
30-
^^^^^^^
30+
^^^^^^^^^^
3131
.. automodule:: top.bootloader.top

gateware/docs/hardware_changes.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ First production hardware release.
1313
- **eurorack-pmod R3.3** audio interface.
1414

1515
R4 changes (compared to R3)
16-
^^^^^^^^^^^^^^^^^^^
16+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
1717

1818
- Add external PLL SI5351 and route 2x clocks to ECP5 (useful for EMC as it supports spread-spectrum, also for runtime clock/resolution switching).
1919
- Add series 27R/33R on all FFC lines to reduce radiated emissions.

gateware/docs/hardware_design.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Block Diagram (Tiliqua R4)
88

99
Below is high-level picture of how all the different electrical components of Tiliqua are connected.
1010

11-
.. image:: _static/tiliqua-block-diagram.svg
11+
.. image:: /_static/tiliqua_block_diagram.svg
1212
:width: 800
1313

1414
Some connections are omitted for simplicity (example: some ex0/ex1 pins are connected to both the ECP5 and RP2040, not shown).
@@ -41,7 +41,7 @@ Tiliqua Motherboard
4141
- Soft mute for pop-free bitstream switching
4242

4343
FPGA SoM (`soldiercrab`)
44-
---------------------------------
44+
------------------------
4545

4646
**Repository:** `soldiercrab <https://github.com/apfaudio/soldiercrab>`_ (see README there for more detailed docs on this SoM)
4747

0 commit comments

Comments
 (0)