diff options
-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 |