Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

asyncio-docs/asyncio-doc

Repository files navigation

Asyncio documentation

Notes to writers

Tutorials should use Python 3.5 async and await keywords rather than @asyncio.coroutine and yield from.

Ideas

  • Advanced section:

How to install Sphinx

Firstly, you need to install the Sphinx tool using the Linux package manager like apt-get or dnf for example.

But if you want to install it via pip , you can create a virtual environment with the venv module of Python 3

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Once you have installed Sphinx, you can build the documentation.

How to build the documentation

Install Sphinx using the Linux package manager like apt-get or dnf for example. Then build the documentation using:

make html

See also

About

Asyncio documentation

Resources

License

CC-BY-SA-4.0, CC0-1.0 licenses found

Licenses found

CC-BY-SA-4.0
LICENSE
CC0-1.0
LICENSE_CC0

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 15