diff options
author | hardythe1 | 2014-06-13 18:29:04 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-13 18:29:04 +0530 |
commit | 2f9d25d3e6d8ecaed6f86452c845fd9c70154710 (patch) | |
tree | 039e33eeef6f719078dd34722be6ea7a66e5b78b /lecture_notes/source/index.rst | |
parent | a6b748ea000473c4cb36ec769a64fa5c9595a59e (diff) | |
download | sees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.tar.gz sees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.tar.bz2 sees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.zip |
changes in the directory so that it can be compiled by sphinx
Diffstat (limited to 'lecture_notes/source/index.rst')
-rw-r--r-- | lecture_notes/source/index.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lecture_notes/source/index.rst b/lecture_notes/source/index.rst new file mode 100644 index 0000000..c80f92a --- /dev/null +++ b/lecture_notes/source/index.rst @@ -0,0 +1,28 @@ +.. Software Engineering for Engineers and Scientists documentation master file, created by + sphinx-quickstart on Fri Jun 13 18:10:23 2014. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Software Engineering for Engineers and Scientists's documentation! +============================================================================= + +Contents: + +.. toctree:: + using_linux_tools/handout + basic_python/handout + advanced_python/handout + version_control/handout + latex/hadout + test_driven_development/handout + :maxdepth: 2 + + + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search` + |