Skip to content

Commit 9fa9fca

Browse files
committed
- remove byline; add seealso
1 parent 82a1967 commit 9fa9fca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
A Conceptual Overview of :mod:`asyncio`
55
***************************************
66

7-
:Author: Alexander Nordin
8-
97
This article seeks to help you build a sturdy mental model of how ``asyncio``
108
fundamentally works, helping you understand the how and why behind the
119
recommended patterns.
@@ -21,6 +19,11 @@ article.
2119
- How would I go about writing my own asynchronous variant of some operation?
2220
Something like an async sleep, database request, and so on.
2321

22+
.. seealso::
23+
24+
The `guide <https://github.com/anordin95/a-conceptual-overview-of-asyncio/
25+
tree/main>`_ which inspired this HOWTO article.
26+
2427
--------------------------------------------
2528
A conceptual overview part 1: the high-level
2629
--------------------------------------------

0 commit comments

Comments
 (0)