Skip to content

Commit

Permalink
docs: change GEOSX to GEOS in documentation (#3275)
Browse files Browse the repository at this point in the history
* replace GEOSX with GEOS in conf.py file 

* update http address for opening new issues
---------

Co-authored-by: Matteo Cusini <[email protected]>
  • Loading branch information
rrsettgast and CusiniM authored Aug 13, 2024
1 parent 93b3a72 commit ae4dde7
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If applicable, add screenshots to help explain your problem.
**Platform (please complete the following information):**
- Machine [e.g. LLNL/Quartz]
- Compiler: [e.g. gcc 8.1.0]
- GEOSX Version [e.g. 0.2]
- GEOS Version [e.g. 0.2]

**Additional context**
Add any other context about the problem here.
16 changes: 8 additions & 8 deletions src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@

# -- Project information -----------------------------------------------------

project = u'GEOSX'
copyright = u'2018-2021 Lawrence Livermore National Security, The Board of Trustees of the Leland Stanford Junior University, TotalEnergies, and GEOSX Contributors.'
author = u'GEOSX Contributors'
project = u'GEOS'
copyright = u'2016-2024 Lawrence Livermore National Security LLC, 2018-2024 Total, S.A, The Board of Trustees of the Leland Stanford Junior University, 2023-2024 Chevron, 2019- GEOS/GEOSX Contributors'
author = u'GEOS/GEOSX Contributors'

# The short X.Y version
version = u''
Expand Down Expand Up @@ -220,8 +220,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'GEOSX.tex', u'GEOSX Documentation',
u'Randolph Settgast', 'manual'),
(master_doc, 'GEOS.tex', u'GEOS Documentation',
u'GEOS/GEOSX Developers', 'manual'),
]


Expand All @@ -230,7 +230,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'geosx', u'GEOSX Documentation',
(master_doc, 'geos', u'GEOS Documentation',
[author], 1)
]

Expand All @@ -241,8 +241,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'GEOSX', u'GEOSX Documentation',
author, 'GEOSX', 'One line description of project.',
(master_doc, 'GEOS', u'GEOS Documentation',
author, 'GEOS', 'GEOS simulation framework.',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion src/coreComponents/LvArray
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ To go further

**Feedback on this example**

For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ To go further

**Feedback on this example**

For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ To go further

**Feedback on this example**

For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ To go further

**Feedback on this example**

For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ To go further

**Feedback on this example**

For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ To go further

**Feedback on this example**

For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ To go further
**Feedback on this example**

This concludes the cased wellbore example.
For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOSX/GEOSX/issues>`_.
For any feedback on this example, please submit a `GitHub issue on the project's GitHub page <https://github.com/GEOS-DEV/GEOS/issues>`_.

0 comments on commit ae4dde7

Please sign in to comment.