Skip to content

Commit

Permalink
adds debugging as separate chapter, gets rid of intro
Browse files Browse the repository at this point in the history
  • Loading branch information
laumurph committed May 29, 2018
1 parent de50d54 commit 47410fe
Show file tree
Hide file tree
Showing 20 changed files with 12 additions and 2,383 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
License".
.. qnum::
:prefix: intro-12-
:prefix: debug-1-
:start: 1

Experimental Debugging
Expand Down Expand Up @@ -46,7 +46,7 @@ practices.

**Check your understanding**

.. mchoice:: question1_12_1
.. mchoice:: question100_1_1
:answer_a: programming is the process of writing and gradually debugging a program until it does what you want.
:answer_b: programming is creative and debugging is routine.
:answer_c: programming is fun and debugging is work.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
License".
.. qnum::
:prefix: intro-8-
:prefix: debug-2-
:start: 1

.. index:: debugging, bug
Expand All @@ -25,7 +25,7 @@ since. For more about this historic event, see `first bug <http://en.wikipedia.o

**Check your understanding**

.. mchoice:: question1_8_1
.. mchoice:: question100_2_1
:answer_a: tracking down programming errors and correcting them.
:answer_b: removing all the bugs from your house.
:answer_c: finding all the bugs in the program.
Expand Down
8 changes: 8 additions & 0 deletions _sources/Debugging/toctree.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Debugging
:::::::::
.. toctree::
:caption: Debugging
:maxdepth: 2

WhatisDebugging.rst
ExperimentalDebugging.rst
72 changes: 0 additions & 72 deletions _sources/GeneralIntro/ATypicalFirstProgram.rst

This file was deleted.

52 changes: 0 additions & 52 deletions _sources/GeneralIntro/Algorithms.rst

This file was deleted.

66 changes: 0 additions & 66 deletions _sources/GeneralIntro/Comments.rst

This file was deleted.

Binary file removed _sources/GeneralIntro/Figures/compile.png
Binary file not shown.
Loading

0 comments on commit 47410fe

Please sign in to comment.