Skip to content

Commit

Permalink
fix question numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmnetp committed Sep 1, 2014
1 parent 4d3a5e8 commit 8e016af
Show file tree
Hide file tree
Showing 126 changed files with 504 additions and 2 deletions.
4 changes: 4 additions & 0 deletions thinkcspy/source/Debugging/BeginningtipsforDebugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: debug-3-
:start: 1

Beginning tips for Debugging
----------------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Debugging/HowtoAvoidDebugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: debug-2-
:start: 1

How to Avoid Debugging
----------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Debugging/KnowyourerrorMessages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: debug-4-
:start: 1

Know Your Error Messages
~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Dictionaries/Aliasingandcopying.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: dict-4-
:start: 1

Aliasing and Copying
--------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Dictionaries/Dictionarymethods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: dict-3-
:start: 1

Dictionary Methods
------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Dictionaries/Dictionaryoperations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: dict-2-
:start: 1

Dictionary Operations
---------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Dictionaries/Sparsematrices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: dict-5-
:start: 1

Sparse Matrices
---------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Dictionaries/intro-Dictionaries.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: dict-1-
:start: 1

Dictionaries
============

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Files/AlternativeFileReadingMethods.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: file-5-
:start: 1

Alternative File Reading Methods
--------------------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Files/FindingaFileonyourDisk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: file-1-
:start: 1

Finding a File on your Disk
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
3 changes: 3 additions & 0 deletions thinkcspy/source/Files/Iteratingoverlinesinafile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: file-4-
:start: 1


Iterating over lines in a file
Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Files/ReadingaFile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: file-3-
:start: 1

Reading a File
~~~~~~~~~~~~~~

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Files/WritingTextFiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: file-6-
:start: 1

Writing Text Files
------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Files/intro-WorkingwithDataFiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: file-1-
:start: 1

Working with Data Files
=======================

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Functions/ATurtleBarChart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: func-10-
:start: 1

A Turtle Bar Chart
------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Functions/Composition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: func-9-
:start: 1

Composition
-----------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Functions/FlowofExecutionSummary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: func-6-
:start: 1

Flow of Execution Summary
-------------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Functions/Functionscancallotherfunctions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: func-5-
:start: 1

Functions can Call Other Functions
----------------------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Functions/Functionsthatreturnvalues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: func-2-
:start: 1

Functions that Return Values
----------------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Functions/ProgramDevelopment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: func-8-
:start: 1

Program Development
-------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Functions/TheAccumulatorPattern.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: func-4-
:start: 1

The Accumulator Pattern
-----------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/Functions/Variablesandparametersarelocal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: func-3-
:start: 1

Variables and Parameters are Local
----------------------------------

Expand Down
3 changes: 3 additions & 0 deletions thinkcspy/source/Functions/functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: func-1-
:start: 1

.. index::
single: function
Expand Down
5 changes: 4 additions & 1 deletion thinkcspy/source/Functions/mainfunction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
Contributor List, no Front-Cover Texts, and no Back-Cover Texts. A copy of
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: func-7-
:start: 1

Using a Main Function
---------------------
Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/GeneralIntro/ATypicalFirstProgram.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-12-
:start: 1

A Typical First Program
-----------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/GeneralIntro/Algorithms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-2-
:start: 1

Algorithms
----------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/GeneralIntro/Comments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-13-
:start: 1

Comments
--------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/GeneralIntro/ExperimentalDebugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-10-
:start: 1

Experimental Debugging
----------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/GeneralIntro/FormalandNaturalLanguages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-11-
:start: 1

Formal and Natural Languages
----------------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/GeneralIntro/MoreAboutPrograms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-5-
:start: 1

More About Programs
-------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/GeneralIntro/RuntimeErrors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-8-
:start: 1

Runtime Errors
--------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/GeneralIntro/SemanticErrors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-9-
:start: 1

Semantic Errors
---------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-4-
:start: 1

Executing Python in this Book
-----------------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/GeneralIntro/Syntaxerrors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-7-
:start: 1

Syntax errors
-------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-3-
:start: 1

The Python Programming Language
-------------------------------

Expand Down
4 changes: 4 additions & 0 deletions thinkcspy/source/GeneralIntro/WhatisDebugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
the license is included in the section entitled "GNU Free Documentation
License".
.. qnum::
:prefix: intro-6-
:start: 1

What is Debugging?
------------------

Expand Down
Loading

0 comments on commit 8e016af

Please sign in to comment.