diff --git a/git_beginner/_build/latex/gitintro.pdf b/git_beginner/_build/latex/gitintro.pdf index b33c05d324def7e5e6bff47a5c23da702fdc9073..f055bdae770d12607da13eed9263292639cead00 100644 Binary files a/git_beginner/_build/latex/gitintro.pdf and b/git_beginner/_build/latex/gitintro.pdf differ diff --git a/linux_beginner/_build/latex/IntroductiontotheLinuxCommandline.pdf b/linux_beginner/_build/latex/IntroductiontotheLinuxCommandline.pdf index de3d10f75f1d444198c32609d19000263fa5c5c5..6135f2d40b3fd4c9c30b19f8fad16fefee267c4d 100644 Binary files a/linux_beginner/_build/latex/IntroductiontotheLinuxCommandline.pdf and b/linux_beginner/_build/latex/IntroductiontotheLinuxCommandline.pdf differ diff --git a/linux_combined/_build/latex/LinuxCourse.pdf b/linux_combined/_build/latex/LinuxCourse.pdf index 510973852480ef3328bf4e833d7ff3311973b7dd..86d7ef6553d03bc3f7969dca52f35446fc780cb4 100644 Binary files a/linux_combined/_build/latex/LinuxCourse.pdf and b/linux_combined/_build/latex/LinuxCourse.pdf differ diff --git a/linux_combined/conf.py b/linux_combined/conf.py index 036bd275420c2eb7d6b8939231dcf37077dc38d5..b951ea4a9924e8d1ab47315a59a3bc408cd68844 100644 --- a/linux_combined/conf.py +++ b/linux_combined/conf.py @@ -39,7 +39,7 @@ master_doc = 'index' # General information about the project. project = u'Linux Course' -copyright = u'2013,2014, Holger Dinkel, Frank Thommen and Thomas Zichner' +copyright = u'2013,2014, Holger Dinkel, Frank Thommen and Toby Hodges' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -192,7 +192,7 @@ latex_elements = { # (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [ ('index', 'LinuxCourse.tex', u'Linux Course Documentation', - u'Holger Dinkel, Frank Thommen \\& Thomas Zichner', 'manual'), + u'Holger Dinkel, Frank Thommen \\& Toby Hodges', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -222,7 +222,7 @@ latex_show_urls = False # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'linuxcourse', u'Linux Course Documentation', - [u'Holger Dinkel, Frank Thommen & Thomas Zichner'], 1) + [u'Holger Dinkel, Frank Thommen & Toby Hodges'], 1) ] # If true, show URL addresses after external links. @@ -236,7 +236,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'LinuxCourse', u'Linux Course Documentation', - u'Holger Dinkel, Frank Thommen & Thomas Zichner', 'LinuxCourse', 'One line description of project.', + u'Holger Dinkel, Frank Thommen & Toby Hodges', 'LinuxCourse', 'One line description of project.', 'Miscellaneous'), ] diff --git a/linux_combined/index.rst b/linux_combined/index.rst index 4c46abf72812a9081188120b2a6e90d8072b4415..48d59377c001dfa3c27a8e3c0bc0796d18b1b74e 100644 --- a/linux_combined/index.rst +++ b/linux_combined/index.rst @@ -19,6 +19,8 @@ EMBL Linux Course Variables <variables> Basic Scripting <basic_scripting> Solutions <solutions> + Scripting Exercises <scripting_exercises> + Git Intro <git_beginner> Appendix <appendix> diff --git a/linux_intermediate/_build/latex/IntermediateLinuxCourse.pdf b/linux_intermediate/_build/latex/IntermediateLinuxCourse.pdf index 774e579590de9fd50228c6c59fed8a79943e5ec2..38a3e4915401917c85a7d6c52d91765d4d99e82d 100644 Binary files a/linux_intermediate/_build/latex/IntermediateLinuxCourse.pdf and b/linux_intermediate/_build/latex/IntermediateLinuxCourse.pdf differ diff --git a/linux_intermediate/conf.py b/linux_intermediate/conf.py index 79ff43393109e6e7873d52982c4eefd0eddd77b2..51aa218a211dd93978ae17bb014e2d74c3f561b8 100644 --- a/linux_intermediate/conf.py +++ b/linux_intermediate/conf.py @@ -42,7 +42,7 @@ master_doc = 'index' # General information about the project. project = u'Intermediate Linux Course' -copyright = u'2012,2013, Holger Dinkel, Frank Thommen & Thomas Zichner' +copyright = u'2012,2013, Holger Dinkel, Frank Thommen & Toby Hodges' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -250,7 +250,7 @@ latex_show_pagerefs = True # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'intermediatelinuxcourse', u'Intermediate Linux Course Documentation', - [u'Holger Dinkel, Frank Thommen, and Thomas Zichner'], 1) + [u'Holger Dinkel, Frank Thommen, and Toby Hodges'], 1) ] # If true, show URL addresses after external links.