aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.vscode/settings.json2
-rw-r--r--docs/source/COPYING.rst2
-rw-r--r--docs/source/conf.py16
3 files changed, 10 insertions, 10 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 73dc9f3..f2907a5 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,3 +1,3 @@
{
- "restructuredtext.preview.name": "docutils"
+ "restructuredtext.preview.name": "sphinx"
} \ No newline at end of file
diff --git a/docs/source/COPYING.rst b/docs/source/COPYING.rst
index ea3bea4..cb94ff9 100644
--- a/docs/source/COPYING.rst
+++ b/docs/source/COPYING.rst
@@ -1 +1 @@
-.. include:: ../../COPYING \ No newline at end of file
+.. include:: ../../LICENSE \ No newline at end of file
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 27e20a6..602956e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -25,10 +25,10 @@ AUTHORS = ",".join([f"{aut}" for aut in AUTHOR_TABLE])
project = PROJECT_NAME # "Infini"
release = PROJECT_VERSION # "latest"
-copyright = "2023-PRESENT, HydroRoll-Team & AICMUniversity."
+copyright = "2023-PRESENT, HydroRoll-Team."
author = AUTHORS # "Hsiang Nianian"
-html_title = "Nivis ❄"
+html_title = "HydroRollCore"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -46,8 +46,8 @@ extensions = [
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
extlinks = {
- "issue": ("https://github.com/HydroRoll-Team/nivis-python/%s", "issue %s"),
- "doc": ("https://nivis.hydroroll.team/en/latest/%s", "pages/%s"),
+ "issue": ("https://github.com/HydroRoll-Team/HydroRollCore/%s", "issue %s"),
+ "doc": ("https://core.hydroroll.team/en/latest/%s", "pages/%s"),
}
source_suffix = {
".rst": "restructuredtext",
@@ -65,7 +65,7 @@ gettext_uuid = True # optional.
html_theme = "furo"
html_static_path = ["../_static"]
_html_logo = (
- "https://cdn.jsdelivr.net/gh/HydroRoll-Team/nivis-python@main/docs/_static/logo.png"
+ "https://cdn.jsdelivr.net/gh/HydroRoll-Team/HydroRollCore@main/docs/_static/logo.png"
)
html_favicon = _html_logo
@@ -76,19 +76,19 @@ html_css_files = [
html_theme_options = {
"announcement": "<em><a href='#'>documentation</a> is still under construction now, welcome any <a href='contributing.html'>contribution</a>!</em>",
- "source_repository": "https://github.com/HydroRoll-Team/nivis-python/",
+ "source_repository": "https://github.com/HydroRoll-Team/HydroRollCore/",
"source_branch": "main",
"source_directory": "docs/source/",
"footer_icons": [
{
"name": "GitHub",
- "url": "https://github.com/HydroRoll-Team/nivis-python/",
+ "url": "https://github.com/HydroRoll-Team/HydroRollCore/",
"html": "",
"class": "fa-brands fa-github",
},
{
"name": "Pypi",
- "url": "https://pypi.org/project/nivis-python/",
+ "url": "https://pypi.org/project/hydro_roll_core/",
"html": "",
"class": "fa-brands fa-python",
},