diff options
author | Madhusudan.C.S | 2011-06-10 12:17:42 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2011-06-10 12:17:42 +0530 |
commit | 9d5a15e6197b832c36dba14d4adb9f21b7c23200 (patch) | |
tree | 0773c4675d44c63b370df40066df05b02652086e | |
parent | bc68d011fa342c66453e79ddb10ae56afeb72e1e (diff) | |
download | sees-9d5a15e6197b832c36dba14d4adb9f21b7c23200.tar.gz sees-9d5a15e6197b832c36dba14d4adb9f21b7c23200.tar.bz2 sees-9d5a15e6197b832c36dba14d4adb9f21b7c23200.zip |
Use the new index.rst file defined for ULT module containing both handout and exercises.
-rw-r--r-- | index.rst | 2 | ||||
-rw-r--r-- | ult/index.rst | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -12,7 +12,7 @@ Contents: :maxdepth: 2 Introduction to the course <introduction/introduction> - Using Linux Tools <ult/handout.rst> + Using Linux Tools <ult/index.rst> LaTeX <latex/handout.rst> Version Control <versionControl/handOut.rst> Basic Python <basic_python/handOut.rst> diff --git a/ult/index.rst b/ult/index.rst new file mode 100644 index 0000000..beaf301 --- /dev/null +++ b/ult/index.rst @@ -0,0 +1,6 @@ +================== + Using Linux Tools +================== + +.. include :: handout.rst +.. include :: exercises.rst |