docs.python-guide.org

https://docs.python-guide.org

std:doc

Identifier Project Name Version Location Display Name Usage example
404 pythonguide 0.0.1 404/ 404 — Not Found :std:doc:`404`
dev/env pythonguide 0.0.1 dev/env/ Your Development Environment :std:doc:`dev/env`
dev/pip-virtualenv pythonguide 0.0.1 dev/pip-virtualenv/ Further Configuration of pip and Virtualenv :std:doc:`dev/pip-virtualenv`
dev/virtualenvs pythonguide 0.0.1 dev/virtualenvs/ Pipenv & Virtual Environments :std:doc:`dev/virtualenvs`
index pythonguide 0.0.1 The Hitchhiker’s Guide to Python! :std:doc:`index`
intro/community pythonguide 0.0.1 intro/community/ The Community :std:doc:`intro/community`
intro/documentation pythonguide 0.0.1 intro/documentation/ Documentation :std:doc:`intro/documentation`
intro/duction pythonguide 0.0.1 intro/duction/ Introduction :std:doc:`intro/duction`
intro/learning pythonguide 0.0.1 intro/learning/ Learning Python :std:doc:`intro/learning`
intro/news pythonguide 0.0.1 intro/news/ News :std:doc:`intro/news`
notes/contribute pythonguide 0.0.1 notes/contribute/ Contribute :std:doc:`notes/contribute`
notes/license pythonguide 0.0.1 notes/license/ License :std:doc:`notes/license`
notes/styleguide pythonguide 0.0.1 notes/styleguide/ The Guide Style Guide :std:doc:`notes/styleguide`
scenarios/admin pythonguide 0.0.1 scenarios/admin/ Systems Administration :std:doc:`scenarios/admin`
scenarios/ci pythonguide 0.0.1 scenarios/ci/ Continuous Integration :std:doc:`scenarios/ci`
scenarios/cli pythonguide 0.0.1 scenarios/cli/ Command-line Applications :std:doc:`scenarios/cli`
scenarios/clibs pythonguide 0.0.1 scenarios/clibs/ Interfacing with C/C++ Libraries :std:doc:`scenarios/clibs`
scenarios/client pythonguide 0.0.1 scenarios/client/ Network Applications :std:doc:`scenarios/client`
scenarios/crypto pythonguide 0.0.1 scenarios/crypto/ Cryptography :std:doc:`scenarios/crypto`
scenarios/db pythonguide 0.0.1 scenarios/db/ Databases :std:doc:`scenarios/db`
scenarios/gui pythonguide 0.0.1 scenarios/gui/ GUI Applications :std:doc:`scenarios/gui`
scenarios/imaging pythonguide 0.0.1 scenarios/imaging/ Image Manipulation :std:doc:`scenarios/imaging`
scenarios/json pythonguide 0.0.1 scenarios/json/ JSON :std:doc:`scenarios/json`
scenarios/ml pythonguide 0.0.1 scenarios/ml/ Machine Learning :std:doc:`scenarios/ml`
scenarios/network pythonguide 0.0.1 scenarios/network/ Networking :std:doc:`scenarios/network`
scenarios/scientific pythonguide 0.0.1 scenarios/scientific/ Scientific Applications :std:doc:`scenarios/scientific`
scenarios/scrape pythonguide 0.0.1 scenarios/scrape/ HTML Scraping :std:doc:`scenarios/scrape`
scenarios/serialization pythonguide 0.0.1 scenarios/serialization/ Data Serialization :std:doc:`scenarios/serialization`
scenarios/speed pythonguide 0.0.1 scenarios/speed/ Speed :std:doc:`scenarios/speed`
scenarios/web pythonguide 0.0.1 scenarios/web/ Web Applications & Frameworks :std:doc:`scenarios/web`
scenarios/xml pythonguide 0.0.1 scenarios/xml/ XML parsing :std:doc:`scenarios/xml`
shipping/freezing pythonguide 0.0.1 shipping/freezing/ Freezing Your Code :std:doc:`shipping/freezing`
shipping/packaging pythonguide 0.0.1 shipping/packaging/ Packaging Your Code :std:doc:`shipping/packaging`
shipping/publishing pythonguide 0.0.1 shipping/publishing/ Publishing Your Code :std:doc:`shipping/publishing`
starting/install/linux pythonguide 0.0.1 starting/install/linux/ Installing Python 2 on Linux :std:doc:`starting/install/linux`
starting/install/osx pythonguide 0.0.1 starting/install/osx/ Installing Python 2 on Mac OS X :std:doc:`starting/install/osx`
starting/install/win pythonguide 0.0.1 starting/install/win/ Installing Python 2 on Windows :std:doc:`starting/install/win`
starting/install3/linux pythonguide 0.0.1 starting/install3/linux/ Installing Python 3 on Linux :std:doc:`starting/install3/linux`
starting/install3/osx pythonguide 0.0.1 starting/install3/osx/ Installing Python 3 on Mac OS X :std:doc:`starting/install3/osx`
starting/install3/win pythonguide 0.0.1 starting/install3/win/ Installing Python 3 on Windows :std:doc:`starting/install3/win`
starting/installation pythonguide 0.0.1 starting/installation/ Properly Installing Python :std:doc:`starting/installation`
starting/which-python pythonguide 0.0.1 starting/which-python/ Picking a Python Interpreter (3 vs 2) :std:doc:`starting/which-python`
writing/documentation pythonguide 0.0.1 writing/documentation/ Documentation :std:doc:`writing/documentation`
writing/gotchas pythonguide 0.0.1 writing/gotchas/ Common Gotchas :std:doc:`writing/gotchas`
writing/license pythonguide 0.0.1 writing/license/ Choosing a License :std:doc:`writing/license`
writing/logging pythonguide 0.0.1 writing/logging/ Logging :std:doc:`writing/logging`
writing/reading pythonguide 0.0.1 writing/reading/ Reading Great Code :std:doc:`writing/reading`
writing/structure pythonguide 0.0.1 writing/structure/ Structuring Your Project :std:doc:`writing/structure`
writing/style pythonguide 0.0.1 writing/style/ Code Style :std:doc:`writing/style`
writing/tests pythonguide 0.0.1 writing/tests/ Testing Your Code :std:doc:`writing/tests`

std:label

Identifier Project Name Version Location Display Name Usage example
about-ref pythonguide 0.0.1 intro/duction/#about-ref About This Guide :std:ref:`about-ref`
code_style pythonguide 0.0.1 writing/style/#code-style Code Style :std:ref:`code_style`
default_args pythonguide 0.0.1 writing/gotchas/#default-args Mutable Default Arguments :std:ref:`default_args`
docstring-ref pythonguide 0.0.1 writing/documentation/#docstring-ref - :std:ref:`docstring-ref`
freezing-your-code-ref pythonguide 0.0.1 shipping/freezing/#freezing-your-code-ref Freezing Your Code :std:ref:`freezing-your-code-ref`
genindex pythonguide 0.0.1 genindex/ Index :std:ref:`genindex`
guide-style-guide pythonguide 0.0.1 notes/styleguide/#guide-style-guide The Guide Style Guide :std:ref:`guide-style-guide`
gunicorn-ref pythonguide 0.0.1 scenarios/web/#gunicorn-ref Gunicorn :std:ref:`gunicorn-ref`
install-linux pythonguide 0.0.1 starting/install/linux/#install-linux Installing Python 2 on Linux :std:ref:`install-linux`
install-osx pythonguide 0.0.1 starting/install/osx/#install-osx Installing Python 2 on Mac OS X :std:ref:`install-osx`
install-windows pythonguide 0.0.1 starting/install/win/#install-windows Installing Python 2 on Windows :std:ref:`install-windows`
install3-linux pythonguide 0.0.1 starting/install3/linux/#install3-linux Installing Python 3 on Linux :std:ref:`install3-linux`
install3-osx pythonguide 0.0.1 starting/install3/osx/#install3-osx Installing Python 3 on Mac OS X :std:ref:`install3-osx`
install3-windows pythonguide 0.0.1 starting/install3/win/#install3-windows Installing Python 3 on Windows :std:ref:`install3-windows`
installation pythonguide 0.0.1 starting/installation/#installation Properly Installing Python :std:ref:`installation`
modindex pythonguide 0.0.1 py-modindex/ Module Index :std:ref:`modindex`
nginx-ref pythonguide 0.0.1 scenarios/web/#nginx-ref Nginx :std:ref:`nginx-ref`
packaging-for-linux-distributions-ref pythonguide 0.0.1 shipping/packaging/#packaging-for-linux-distributions-ref For Linux Distributions :std:ref:`packaging-for-linux-distributions-ref`
packaging-your-code-ref pythonguide 0.0.1 shipping/packaging/#packaging-your-code-ref Packaging Your Code :std:ref:`packaging-your-code-ref`
pip-virtualenv pythonguide 0.0.1 dev/pip-virtualenv/#pip-virtualenv Further Configuration of pip and Virtualenv :std:ref:`pip-virtualenv`
publishing-your-code-ref pythonguide 0.0.1 shipping/publishing/#publishing-your-code-ref Publishing Your Code :std:ref:`publishing-your-code-ref`
restructuredtext-ref pythonguide 0.0.1 writing/documentation/#restructuredtext-ref reStructuredText :std:ref:`restructuredtext-ref`
search pythonguide 0.0.1 search/ Search Page :std:ref:`search`
server-best-practices-ref pythonguide 0.0.1 scenarios/web/#server-best-practices-ref Server Best Practices :std:ref:`server-best-practices-ref`
sphinx-ref pythonguide 0.0.1 writing/documentation/#sphinx-ref Sphinx :std:ref:`sphinx-ref`
the-community pythonguide 0.0.1 intro/community/#the-community The Community :std:ref:`the-community`
todo-list-ref pythonguide 0.0.1 notes/contribute/#todo-list-ref Todo List :std:ref:`todo-list-ref`
unpacking-ref pythonguide 0.0.1 writing/style/#unpacking-ref Unpacking :std:ref:`unpacking-ref`
uwsgi-ref pythonguide 0.0.1 scenarios/web/#uwsgi-ref uWSGI :std:ref:`uwsgi-ref`
version_control_ignores pythonguide 0.0.1 writing/gotchas/#version-control-ignores Version Control Ignores :std:ref:`version_control_ignores`
virtualenvironments-ref pythonguide 0.0.1 dev/virtualenvs/#virtualenvironments-ref Pipenv & Virtual Environments :std:ref:`virtualenvironments-ref`
virtualenvwrapper-ref pythonguide 0.0.1 dev/virtualenvs/#virtualenvwrapper-ref virtualenvwrapper :std:ref:`virtualenvwrapper-ref`
which-python pythonguide 0.0.1 starting/which-python/#which-python The State of Python (3 & 2) :std:ref:`which-python`
wsgi-servers-ref pythonguide 0.0.1 scenarios/web/#wsgi-servers-ref WSGI Servers :std:ref:`wsgi-servers-ref`