|
70 | 70 |
|
71 | 71 | # General information about the project. |
72 | 72 | project = 'EasyReflectometry Dev Docs' |
73 | | -copyright = f"{datetime.date.today().year}, EasyReflectometry" |
74 | | -author = "EasyReflectometry" |
| 73 | +copyright = f"{datetime.date.today().year}, EasyReflectometryApp" |
| 74 | +author = "EasyReflectometryApp" |
75 | 75 |
|
76 | 76 | # The version info for the project you're documenting, acts as replacement |
77 | 77 | # for |version| and |release|, also used in various other places throughout |
|
175 | 175 | # One entry per manual page. List of tuples |
176 | 176 | # (source start file, name, description, authors, manual section). |
177 | 177 | man_pages = [ |
178 | | - (master_doc, 'EasyReflectometry', |
179 | | - 'EasyReflectometry Developer Documentation', |
| 178 | + (master_doc, 'EasyReflectometryApp', |
| 179 | + 'EasyReflectometryApp Developer Documentation', |
180 | 180 | [author], 1) |
181 | 181 | ] |
182 | 182 |
|
|
187 | 187 | # (source start file, target name, title, author, |
188 | 188 | # dir menu entry, description, category) |
189 | 189 | texinfo_documents = [ |
190 | | - (master_doc, 'EasyReflectometry', |
191 | | - 'EasyReflectometry Developer Documentation', |
| 190 | + (master_doc, 'EasyReflectometryApp', |
| 191 | + 'EasyReflectometryApp Developer Documentation', |
192 | 192 | author, |
193 | | - 'EasyReflectometry', |
| 193 | + 'EasyReflectometryApp', |
194 | 194 | 'One line description of project.', |
195 | 195 | 'Miscellaneous'), |
196 | 196 | ] |
|
0 commit comments