mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
23 lines
500 B
ReStructuredText
23 lines
500 B
ReStructuredText
Documentation
|
|
=============
|
|
|
|
Official Documentation
|
|
----------------------
|
|
|
|
The official Python Language and Library documentation can be found here:
|
|
|
|
- `Python 2.x <https://docs.python.org/2/>`_
|
|
- `Python 3.x <https://docs.python.org/3/>`_
|
|
|
|
|
|
Read the Docs
|
|
-------------
|
|
|
|
Read the Docs is a popular community project that hosts documentation
|
|
for open source software. It holds documentation for many Python modules,
|
|
both popular and exotic.
|
|
|
|
`Read the Docs <https://readthedocs.org/>`_
|
|
|
|
|