Skip to content

Commit

Permalink
More leftover references to ASE.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Oct 13, 2024
1 parent cc2d4af commit 84e5843
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Compiling SEAMM-ASE's Documentation
# Compiling SEAMM-geomeTRIC's Documentation

The docs for this project are built with [Sphinx](http://www.sphinx-doc.org/en/master/).
To compile the docs, first ensure that the necessary dependencies are installed.
Expand Down
22 changes: 11 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
import sys
sys.path.insert(0, os.path.abspath('..'))

import seamm_ase
import seamm_geometric


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

project = 'SEAMM-ASE Connector'
project = 'SEAMM-geomeTRIC Connector'
copyright = (
u"2024, Molecular Sciences Software Institute (MolSSI) "
"Project structure based on the "
Expand All @@ -31,9 +31,9 @@
author = 'Paul Saxe'

# The short X.Y version
version = seamm_ase.__version__
version = seamm_geometric.__version__
# The full version, including alpha/beta/rc tags
release = seamm_ase.__version__
release = seamm_geometric.__version__


# -- General configuration ---------------------------------------------------
Expand Down Expand Up @@ -106,7 +106,7 @@
#
# html_theme_options = {}
html_theme_options = {
"github_url": "https://github.com/molssi-seamm/seamm_ase",
"github_url": "https://github.com/molssi-seamm/seamm_geometric",
"twitter_url": "https://twitter.com/MolSSI_NSF",
"icon_links": [],
"logo": {
Expand Down Expand Up @@ -159,7 +159,7 @@
# -- Options for HTMLHelp output ---------------------------------------------

# Output file base name for HTML help builder.
htmlhelp_basename = 'seamm_asedoc'
htmlhelp_basename = 'seamm_geometricdoc'


# -- Options for LaTeX output ------------------------------------------------
Expand All @@ -186,8 +186,8 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'seamm_ase.tex', 'SEAMM-ASE Documentation',
'seamm_ase', 'manual'),
(master_doc, 'seamm_geometric.tex', 'SEAMM-geomeTRIC Documentation',
'seamm_geometric', 'manual'),
]


Expand All @@ -196,7 +196,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'seamm_ase', 'SEAMM-ASE Documentation',
(master_doc, 'seamm_geometric', 'SEAMM-geomeTRIC Documentation',
[author], 1)
]

Expand All @@ -207,8 +207,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'seamm_ase', 'SEAMM-ASE Documentation',
author, 'seamm_ase', 'Connector between SEAMM and ASE',
(master_doc, 'seamm_geometric', 'SEAMM-geomeTRIC Documentation',
author, 'seamm_geometric', 'Connector between SEAMM and geomeTRIC',
'Miscellaneous'),
]

Expand Down
2 changes: 1 addition & 1 deletion docs/developer_guide.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Developer Guide
===============

This page details how to contribute to SEAMM-ASE.
This page details how to contribute to SEAMM-geomeTRIC.
8 changes: 4 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to SEAMM-ASE's documentation!
Welcome to SEAMM-geomeTRIC's documentation!
=========================================================

.. grid:: 1 1 2 2

.. grid-item-card:: Getting Started
:margin: 0 3 0 0

Learn the basics of using SEAMM-ASE.
Learn the basics of using SEAMM-geomeTRIC.

.. button-link:: ./getting_started.html
:color: primary
Expand Down Expand Up @@ -39,7 +39,7 @@ Welcome to SEAMM-ASE's documentation!
.. grid-item-card:: API Reference
:margin: 0 3 0 0

How to use the API of SEAMM-ASE.
How to use the API of SEAMM-geomeTRIC.

.. button-link:: ./api.html
:color: primary
Expand All @@ -53,7 +53,7 @@ Welcome to SEAMM-ASE's documentation!
.. grid-item-card:: Developer Guide
:margin: 0 3 0 0

How to contribute to SEAMM-ASE.
How to contribute to SEAMM-geomeTRIC.

.. button-link:: ./developer_guide.html
:color: primary
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guide.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
User Guide
===============

This page details how to use SEAMM-ASE.
This page details how to use SEAMM-geomeTRIC.

0 comments on commit 84e5843

Please sign in to comment.