mirror of
https://github.com/kennethreitz-archive/howtopython.org.git
synced 2026-06-05 15:10:20 +00:00
49b2e3e60b
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
28 lines
632 B
ReStructuredText
28 lines
632 B
ReStructuredText
.. howtopython documentation master file, created by
|
|
sphinx-quickstart on Sun Jan 14 09:31:19 2018.
|
|
You can adapt this file completely to your liking, but it should at least
|
|
contain the root `toctree` directive.
|
|
|
|
Welcome to **How to Python**!
|
|
=============================
|
|
|
|
This guide exists to teach you the very basics of how to effectively use Python and its tooling, as a programming language.
|
|
|
|
.. toctree::
|
|
:maxdepth: 3
|
|
:caption: Contents:
|
|
|
|
getting-started
|
|
the-interpreter
|
|
learning-the-basics
|
|
editor
|
|
ide
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|