Skip to content

Commit

Permalink
Documentation: Fixed some module anchors [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Sep 22, 2024
1 parent ef6e746 commit 413d3e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/source/api/lowlevel/async/transports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Abstract Base Classes
:members:
:special-members: __aenter__, __aexit__


SSL/TLS Support
===============

Expand Down
7 changes: 2 additions & 5 deletions docs/source/api/lowlevel/sync/transports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,14 @@ Abstract Base Classes
:members:
:special-members: __enter__, __exit__


``selectors``-based transports
==============================

.. seealso::

:external+python:doc:`library/selectors`
High-level interface for I/O polling

.. automodule:: easynetwork.lowlevel.api_sync.transports.base_selector
:members:


Socket Transport Implementations
================================

Expand Down
5 changes: 5 additions & 0 deletions src/easynetwork/lowlevel/api_sync/transports/base_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
""":mod:`selectors` transports module.
Here are abstract base classes which use :mod:`selectors` module to perform I/O polling.
See Also:
:external+python:doc:`library/selectors`
High-level interface for I/O polling
"""

from __future__ import annotations
Expand Down

0 comments on commit 413d3e1

Please sign in to comment.