Skip to content

Commit 7d339bd

Browse files
committed
DOC: smriprep -> sdcflows
1 parent 68528ba commit 7d339bd

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
@@ -163,9 +163,9 @@
163163
latex_documents = [
164164
(
165165
master_doc,
166-
"smriprep.tex",
167-
"sMRIPrep Documentation",
168-
"The sMRIPrep Developers",
166+
"sdcflows.tex",
167+
"SDCFlows Documentation",
168+
"The SDCFlows Developers",
169169
"manual",
170170
),
171171
]
@@ -175,7 +175,7 @@
175175

176176
# One entry per manual page. List of tuples
177177
# (source start file, name, description, authors, manual section).
178-
man_pages = [(master_doc, "smriprep", "sMRIPrep Documentation", [author], 1)]
178+
man_pages = [(master_doc, "sdcflows", "SDCFlows Documentation", [author], 1)]
179179

180180

181181
# -- Options for Texinfo output ----------------------------------------------
@@ -186,10 +186,10 @@
186186
texinfo_documents = [
187187
(
188188
master_doc,
189-
"smriprep",
190-
"sMRIPrep Documentation",
189+
"sdcflows",
190+
"SDCFlows Documentation",
191191
author,
192-
"sMRIPrep",
192+
"SDCFlows",
193193
"One line description of project.",
194194
"Miscellaneous",
195195
),

0 commit comments

Comments
 (0)