Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bensampson5 committed May 26, 2024
1 parent 69ac7d5 commit f79f578
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 16 deletions.
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
sphinx
sphinx_rtd_theme
cloud_sptheme
sphinx_rtd_theme
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx_rtd_theme", "cloud_sptheme.ext.table_styling"]
extensions = ["sphinx_rtd_theme"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down
6 changes: 0 additions & 6 deletions docs/source/decoder_8b10b.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ with an indication if the received symbol is a control or data symbol.


.. table:: 5B/6B Coding Table
:header-alignment: cccccccc
:column-alignment: cccccccc

+--------------+---------+----------+----------------+---------+----------+
| Input | RD = −1 | RD = +1 | Input | RD = −1 | RD = +1 |
Expand Down Expand Up @@ -99,8 +97,6 @@ with an indication if the received symbol is a control or data symbol.


.. table:: 3B/4B Coding Table
:header-alignment: cccccccc
:column-alignment: cccccccc

+----------------+---------+----------+---------------+---------+----------+
| Input | RD = −1 | RD = +1 | Input | RD = −1 | RD = +1 |
Expand Down Expand Up @@ -149,8 +145,6 @@ symbols are used is defined by the protocol standard (i.e. Ethernet, Fibre Chann


.. table:: Control Symbols
:header-alignment: cccccc
:column-alignment: cccccc

+----------------------------------+-------------+-------------+
| Input | RD = −1 | RD = +1 |
Expand Down
6 changes: 0 additions & 6 deletions docs/source/encoder_8b10b.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ with the current running disparity and a control symbol select signal, can be en


.. table:: 5B/6B Coding Table
:header-alignment: cccccccc
:column-alignment: cccccccc

+--------------+---------+----------+----------------+---------+----------+
| Input | RD = −1 | RD = +1 | Input | RD = −1 | RD = +1 |
Expand Down Expand Up @@ -94,8 +92,6 @@ with the current running disparity and a control symbol select signal, can be en


.. table:: 3B/4B Coding Table
:header-alignment: cccccccc
:column-alignment: cccccccc

+----------------+---------+----------+---------------+---------+----------+
| Input | RD = −1 | RD = +1 | Input | RD = −1 | RD = +1 |
Expand Down Expand Up @@ -145,8 +141,6 @@ symbols are used is defined by the protocol standard (i.e. Ethernet, Fibre Chann


.. table:: Control Symbols
:header-alignment: cccccc
:column-alignment: cccccc

+----------------------------------+-------------+-------------+
| Input | RD = −1 | RD = +1 |
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ click = "^8.0.3"
colorama = "^0.4.4"
cocotb-test = "^0.2.1"
PyYAML = "^6.0"
cloud_sptheme = "^1.10.1"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit f79f578

Please sign in to comment.