From 9b6ae1567102aa56a2e45cc21d8eb8a2686593ae Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Mon, 21 Jul 2025 00:43:42 +0800 Subject: chore: Unified directory structure --- docs/source/about/index.rst | 4 ++++ docs/source/conf.py | 8 ++++---- docs/source/index.rst | 13 ++++++++++--- 3 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 docs/source/about/index.rst (limited to 'docs/source') diff --git a/docs/source/about/index.rst b/docs/source/about/index.rst new file mode 100644 index 0000000..4d4541f --- /dev/null +++ b/docs/source/about/index.rst @@ -0,0 +1,4 @@ +定义 +==== + +HydroRoll diff --git a/docs/source/conf.py b/docs/source/conf.py index e93290f..8b8fb69 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -82,15 +82,15 @@ rst_epilog = """ .. |hr| replace:: HydroRoll .. |hrc| replace:: HydroRollCore """ -locale_dirs = ["../locales/"] # path is example but recommended. +# locale_dirs = ["../locales/"] # path is example but recommended. gettext_compact = False # optional. gettext_uuid = True # optional. numfig = True # Figures, tables and code blocks are automatically numbered if they have a title pygments_style = "rrt" # default sphinx, change the style of code block math_number_all = True # Number all equations, figures, tables and code blocks -html_additional_pages = { - "copy": "copying.html", -} +# html_additional_pages = { +# "copy": "copying.html", +# } html_split_index = True # Split the index page by each alphabet # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output diff --git a/docs/source/index.rst b/docs/source/index.rst index 49bf7ce..4c42dc3 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,11 @@ -Docs Template -============= +HydroWiki +========= -This is a template for documentation projects. \ No newline at end of file +欢迎访问 HydroWiki —— 由社区驱动的 HydroRoll Native 知识库! + +在开始之前非常推荐查看 术语表。 + +.. toctree:: + :caption: 关于 HydroRoll + + about/index -- cgit v1.2.3-70-g09d2