Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ body > .container-xl {
.navbar-syllabus .dropdown {
position: unset;
}

.toctree-wrapper *:not(.figure) > .caption {
display: none;
}
4 changes: 4 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Part 1: Principles

.. toctree::
:maxdepth: 4
:caption: Part 1: Principles

principles/reliability
principles/network
Expand All @@ -60,6 +61,7 @@ Part 2: Protocols

.. toctree::
:maxdepth: 4
:caption: Part 2: Protocols

protocols/transport-service
protocols/dns
Expand Down Expand Up @@ -88,6 +90,7 @@ Part 3: Practice

.. toctree::
:maxdepth: 4
:caption: Part 3: Practice

exercises/intro
exercises/reliability
Expand Down Expand Up @@ -165,6 +168,7 @@ Appendices

.. toctree::
:maxdepth: 4
:caption: Appendices

glossary
bibliography
Expand Down