~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-3.5.2-docs-html/_sources/using/index.txt

  • Committer: Dave Kuhlman
  • Date: 2017-04-15 16:24:56 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20170415162456-iav9vozzg4iwqwv3
Updated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _using-index:
 
2
 
 
3
##########################
 
4
  Python Setup and Usage
 
5
##########################
 
6
 
 
7
 
 
8
This part of the documentation is devoted to general information on the setup
 
9
of the Python environment on different platform, the invocation of the
 
10
interpreter and things that make working with Python easier.
 
11
 
 
12
 
 
13
.. toctree::
 
14
   :numbered:
 
15
 
 
16
   cmdline.rst
 
17
   unix.rst
 
18
   windows.rst
 
19
   mac.rst
 
20
   scripts.rst