Skip to content

Commit e4799ba

Browse files
committed
Fixed naming of projects
1 parent f266178 commit e4799ba

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/src/conf.py

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

7171
# General information about the project.
7272
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"
7575

7676
# The version info for the project you're documenting, acts as replacement
7777
# for |version| and |release|, also used in various other places throughout
@@ -175,8 +175,8 @@
175175
# One entry per manual page. List of tuples
176176
# (source start file, name, description, authors, manual section).
177177
man_pages = [
178-
(master_doc, 'EasyReflectometry',
179-
'EasyReflectometry Developer Documentation',
178+
(master_doc, 'EasyReflectometryApp',
179+
'EasyReflectometryApp Developer Documentation',
180180
[author], 1)
181181
]
182182

@@ -187,10 +187,10 @@
187187
# (source start file, target name, title, author,
188188
# dir menu entry, description, category)
189189
texinfo_documents = [
190-
(master_doc, 'EasyReflectometry',
191-
'EasyReflectometry Developer Documentation',
190+
(master_doc, 'EasyReflectometryApp',
191+
'EasyReflectometryApp Developer Documentation',
192192
author,
193-
'EasyReflectometry',
193+
'EasyReflectometryApp',
194194
'One line description of project.',
195195
'Miscellaneous'),
196196
]

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# EasyReflectometry
1+
# EasyReflectometryApp
22

33
This is the home of the EasyReflectometry developer documentation, covering both the [application](https://github.com/easyScience/EasyReflectometryApp) and the [Python library](https://github.com/easyScience/EasyReflectometryLib) that it is built on.
44
This is distinct from the [Python library documentation](https://docs.easyreflectometry.org), which covers how to use the Python library and details the API.

0 commit comments

Comments
 (0)