Skip to content

Commit

Permalink
Hide "Both sides" API references from navigation.
Browse files Browse the repository at this point in the history
The only reason for their existence is the need to hyperlink to
functions that may be used on both sides.
  • Loading branch information
aaugustin committed Apr 1, 2023
1 parent 81aa396 commit 5b0c8e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/reference/asyncio/common.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:orphan:

Both sides (:mod:`asyncio`)
===========================

Expand Down
3 changes: 0 additions & 3 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ clients concurrently.

asyncio/server
asyncio/client
asyncio/common

:mod:`threading`
----------------
Expand All @@ -37,7 +36,6 @@ This alternative implementation can be a good choice for clients.

sync/server
sync/client
sync/common

`Sans-I/O`_
-----------
Expand All @@ -52,7 +50,6 @@ application servers.

sansio/server
sansio/client
sansio/common

Extensions
----------
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/sansio/common.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:orphan:

Both sides (`Sans-I/O`_)
=========================

Expand Down
2 changes: 2 additions & 0 deletions docs/reference/sync/common.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
:orphan:

Both sides (:mod:`threading`)
=============================

Expand Down

0 comments on commit 5b0c8e6

Please sign in to comment.