.. CS116 documentation master file, created by
   sphinx-quickstart on Mon Mar  4 10:37:08 2019.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

CS116 Software Documentation
============================

Welcome to CS116! 

In this course you will use the Python programming language to manipulate pictures, sounds, and turtles.


Using the Modules
-----------------

Every time you open Spyder
~~~~~~~~~~~~~~~~~~~~~~~~~~

Before you use any of the modules, make sure to run startup.py in Spyder.

You will need to do this every time you open Spyder.

.. image:: _static/startup.png

The first time you open Spyder
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You will also need to set an option in your preferences.

You will only need to do this **once**.

Step 1.

.. image:: _static/graphics1.png

Step 2.

.. image:: _static/graphics2.png

Step 3.

.. image:: _static/graphics3.png

Step 4.

.. image:: _static/project1.png

Step 5.

.. image:: _static/project2.png

Modules
-------

.. toctree::
   :maxdepth: 2
   
   turtle
   file_chooser
   text
   word
   picture
   pixel
   color
   sound
   sound_sample
   
   
