Skip to content

Commit 8dc439e

Browse files
committed
update documentation configuration
1 parent 3f4864a commit 8dc439e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/conf.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848

4949
# General information about the project.
5050
project = "ProcRunner"
51-
copyright = "2020, Markus Gerstel"
52-
author = "Markus Gerstel"
51+
copyright = "2020, Diamond Light Source"
52+
author = "Diamond Light Source - Scientific Software"
5353

5454
# The version info for the project you're documenting, acts as replacement
5555
# for |version| and |release|, also used in various other places throughout
@@ -128,8 +128,8 @@
128128
(
129129
master_doc,
130130
"procrunner.tex",
131-
"ProcRunner Documentation",
132-
"Markus Gerstel",
131+
"procrunner Documentation",
132+
"Diamond Light Source - Scientific Software",
133133
"manual",
134134
)
135135
]
@@ -139,7 +139,7 @@
139139

140140
# One entry per manual page. List of tuples
141141
# (source start file, name, description, authors, manual section).
142-
man_pages = [(master_doc, "procrunner", "ProcRunner Documentation", [author], 1)]
142+
man_pages = [(master_doc, "procrunner", "procrunner Documentation", [author], 1)]
143143

144144

145145
# -- Options for Texinfo output ----------------------------------------
@@ -151,10 +151,10 @@
151151
(
152152
master_doc,
153153
"procrunner",
154-
"ProcRunner Documentation",
154+
"procrunner Documentation",
155155
author,
156156
"procrunner",
157-
"One line description of project.",
157+
"Versatile utility function to run external processes",
158158
"Miscellaneous",
159159
)
160160
]

0 commit comments

Comments
 (0)