diff options
Diffstat (limited to 'lecture_notes/index.rst')
-rw-r--r-- | lecture_notes/index.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/lecture_notes/index.rst b/lecture_notes/index.rst new file mode 100644 index 0000000..53edbcc --- /dev/null +++ b/lecture_notes/index.rst @@ -0,0 +1,30 @@ +.. sees-sphinx documentation master file, created by + sphinx-quickstart on Thu Jun 9 18:22:59 2011. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to sees-sphinx's documentation! +======================================= + +Contents: + +.. toctree:: + :maxdepth: 2 + + Test 1 <tests/test1> + Introduction to the course <introduction/introduction> + Using Linux Tools <ult/index.rst> + LaTeX <latex/index.rst> + Version Control <versionControl/index.rst> + Basic Python <basic_python/handOut.rst> + Advanced Python <advanced_python/handOut.rst> + Test Driven Development <tdd/tdd.rst> + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |