.. _Class1_Assignment: .. raw:: html .. |--| unicode:: U+2013 .. en dash .. |---| unicode:: U+2014 .. em dash, trimming surrounding whitespace :trim: .. This file is part of the OpenDSA eTextbook project. See .. http://algoviz.org/OpenDSA for more details. .. Copyright (c) 2012-2013 by the OpenDSA Project Contributors, and .. distributed under an MIT open source license. .. avmetadata:: :author: Cliff Shaffer :satisfies: OpenDSA Introduction :topic: Introduction To Do On Your Own ================= * Go through at least one of the following OpenDSA modules: * :term:`Binary Search ` * :term:`Insertion Sort ` * :ref:`BST ` * Install the toolchain and compile your own copy of the C2GEN "book". * OpenDSA documentation URL: `http://opendsa.readthedocs.org/ `_ * See the "getting started" guide in Section 2. * To do anything, you need to install the toolchain * Git * make * Python * Sphinx * Viewing a web page: Use `OpenDSA/WebServer `_ * From a command prompt, when in the OpenDSA top-level directory, just type ``WebServer`` to start it. * Ideally you would install the toolchain and compile an (existing) book instance. * From the OpenDSA top level, type: ``make C2GEN``