diff --git a/docs/overview/latest/.buildinfo b/docs/overview/latest/.buildinfo index 5408ba21..1cb33333 100644 --- a/docs/overview/latest/.buildinfo +++ b/docs/overview/latest/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 193a164da26b2171066337b8c47f54c0 +config: 95c9e8460cfcfe3fadcab8f184e81de1 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/overview/latest/.doctrees/environment.pickle b/docs/overview/latest/.doctrees/environment.pickle index a9927c6f..076971e0 100644 Binary files a/docs/overview/latest/.doctrees/environment.pickle and b/docs/overview/latest/.doctrees/environment.pickle differ diff --git a/docs/overview/latest/genindex.html b/docs/overview/latest/genindex.html index e00a4669..8db6de50 100644 --- a/docs/overview/latest/genindex.html +++ b/docs/overview/latest/genindex.html @@ -7,7 +7,7 @@
-libcasm
+CASM
diff --git a/docs/overview/latest/index.html b/docs/overview/latest/index.html index 2d8f9459..0c921f0f 100644 --- a/docs/overview/latest/index.html +++ b/docs/overview/latest/index.html @@ -8,7 +8,7 @@ -libcasm
+CASM
diff --git a/docs/overview/latest/objects.inv b/docs/overview/latest/objects.inv index 2f728894..689772b2 100644 Binary files a/docs/overview/latest/objects.inv and b/docs/overview/latest/objects.inv differ diff --git a/docs/overview/latest/search.html b/docs/overview/latest/search.html index 6395a728..f894b0c3 100644 --- a/docs/overview/latest/search.html +++ b/docs/overview/latest/search.html @@ -6,7 +6,7 @@ -libcasm
+CASM
diff --git a/src/overview/latest/conf.py b/src/overview/latest/conf.py index 2abec00b..f03ed507 100644 --- a/src/overview/latest/conf.py +++ b/src/overview/latest/conf.py @@ -83,7 +83,7 @@ master_doc = "index" # General information about the project. -project = "libcasm" +project = "CASM" copyright = "2024, CASM Developers" author = "CASM Developers" @@ -128,7 +128,7 @@ html_logo = "_static/small_logo.svg" html_theme_options = { "logo": { - "text": "libcasm", + "text": "CASM", "image_light": "_static/small_logo.svg", "image_dark": "_static/small_logo_dark.svg", }, @@ -200,8 +200,8 @@ latex_documents = [ ( master_doc, - "libcasm.tex", - "libcasm Documentation", + "CASM.tex", + "CASM Documentation", "CASM Developers", "manual", ), @@ -211,7 +211,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [(master_doc, "libcasm", "libcasm Documentation", [author], 1)] +man_pages = [(master_doc, "CASM", "CASM Documentation", [author], 1)] # -- Options for Texinfo output ------------------------------------------- @@ -221,10 +221,10 @@ texinfo_documents = [ ( master_doc, - "libcasm", - "libcasm Documentation", + "CASM", + "CASM Documentation", author, - "libcasm", + "CASM", "CASM: First-principles statistical mechanical software for the study of multi-component crystalline solids", "Miscellaneous", ),