From 84e58435e6ec92a2abb3ad8366f7125531d0e232 Mon Sep 17 00:00:00 2001 From: Paul Saxe Date: Sun, 13 Oct 2024 15:28:11 -0400 Subject: [PATCH] More leftover references to ASE. --- docs/README.md | 2 +- docs/conf.py | 22 +++++++++++----------- docs/developer_guide.rst | 2 +- docs/index.rst | 8 ++++---- docs/user_guide.rst | 2 +- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/README.md b/docs/README.md index 35cbf4c..bb10fa3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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. diff --git a/docs/conf.py b/docs/conf.py index d0f7a41..d4cd96b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 " @@ -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 --------------------------------------------------- @@ -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": { @@ -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 ------------------------------------------------ @@ -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'), ] @@ -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) ] @@ -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'), ] diff --git a/docs/developer_guide.rst b/docs/developer_guide.rst index d29535a..5794064 100644 --- a/docs/developer_guide.rst +++ b/docs/developer_guide.rst @@ -1,4 +1,4 @@ Developer Guide =============== -This page details how to contribute to SEAMM-ASE. +This page details how to contribute to SEAMM-geomeTRIC. diff --git a/docs/index.rst b/docs/index.rst index 4cbffe4..b0b154e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,7 +3,7 @@ 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 @@ -11,7 +11,7 @@ Welcome to SEAMM-ASE's documentation! .. 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 @@ -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 @@ -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 diff --git a/docs/user_guide.rst b/docs/user_guide.rst index 94c8db6..e8f638a 100644 --- a/docs/user_guide.rst +++ b/docs/user_guide.rst @@ -1,4 +1,4 @@ User Guide =============== -This page details how to use SEAMM-ASE. +This page details how to use SEAMM-geomeTRIC.