• This repository has been archived on 31/May/2021
  • Stars
    star
    196
  • Rank 191,806 (Top 4 %)
  • Language
    Python
  • License
    Creative Commons ...
  • Created almost 8 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Asyncio documentation

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

License

All of the code examples in this site are licensed under the Creative Commons Zero (CC0) license.

All other content of this site is licensed under the Creative Commons Attribution Share Alike 4.0 (CC-BY-SA) license.