diff options
| -rw-r--r-- | docs/source/about/contributing.rst | 0 | ||||
| -rw-r--r-- | docs/source/about/glossary.rst | 0 | ||||
| -rw-r--r-- | docs/source/about/license.rst | 0 | ||||
| -rw-r--r-- | docs/source/conf.py | 1 | ||||
| -rw-r--r-- | docs/source/contents/Hydrogen/index.rst | 4 | ||||
| -rw-r--r-- | docs/source/contents/NoctisDice/index.rst | 4 | ||||
| -rw-r--r-- | docs/source/contents/OlivaDice/index.rst | 4 | ||||
| -rw-r--r-- | docs/source/contents/SealDice/index.rst | 4 | ||||
| -rw-r--r-- | docs/source/contents/Shiki/index.rst | 4 | ||||
| -rw-r--r-- | docs/source/contents/index.rst | 7 | ||||
| -rw-r--r-- | docs/source/index.rst | 17 | ||||
| -rw-r--r-- | pdm.lock | 2 | ||||
| -rw-r--r-- | pyproject.toml | 7 |
13 files changed, 46 insertions, 8 deletions
diff --git a/docs/source/about/contributing.rst b/docs/source/about/contributing.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/source/about/contributing.rst diff --git a/docs/source/about/glossary.rst b/docs/source/about/glossary.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/source/about/glossary.rst diff --git a/docs/source/about/license.rst b/docs/source/about/license.rst new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/docs/source/about/license.rst diff --git a/docs/source/conf.py b/docs/source/conf.py index 211345b..0d81135 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -3,7 +3,6 @@ # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html -import infini import os, sys if sys.version_info >= (3, 11): diff --git a/docs/source/contents/Hydrogen/index.rst b/docs/source/contents/Hydrogen/index.rst new file mode 100644 index 0000000..8a1120b --- /dev/null +++ b/docs/source/contents/Hydrogen/index.rst @@ -0,0 +1,4 @@ +Hydrogen +============= + +This is a template for documentation projects.
\ No newline at end of file diff --git a/docs/source/contents/NoctisDice/index.rst b/docs/source/contents/NoctisDice/index.rst new file mode 100644 index 0000000..699ce75 --- /dev/null +++ b/docs/source/contents/NoctisDice/index.rst @@ -0,0 +1,4 @@ +NoctisDice +============= + +This is a template for documentation projects.
\ No newline at end of file diff --git a/docs/source/contents/OlivaDice/index.rst b/docs/source/contents/OlivaDice/index.rst new file mode 100644 index 0000000..a1a7f8d --- /dev/null +++ b/docs/source/contents/OlivaDice/index.rst @@ -0,0 +1,4 @@ +OlivaDice +============= + +This is a template for documentation projects.
\ No newline at end of file diff --git a/docs/source/contents/SealDice/index.rst b/docs/source/contents/SealDice/index.rst new file mode 100644 index 0000000..0ab9a5e --- /dev/null +++ b/docs/source/contents/SealDice/index.rst @@ -0,0 +1,4 @@ +SealDice +============= + +This is a template for documentation projects.
\ No newline at end of file diff --git a/docs/source/contents/Shiki/index.rst b/docs/source/contents/Shiki/index.rst new file mode 100644 index 0000000..bab68eb --- /dev/null +++ b/docs/source/contents/Shiki/index.rst @@ -0,0 +1,4 @@ +Shiki +============= + +This is a template for documentation projects.
\ No newline at end of file diff --git a/docs/source/contents/index.rst b/docs/source/contents/index.rst new file mode 100644 index 0000000..b5d6b27 --- /dev/null +++ b/docs/source/contents/index.rst @@ -0,0 +1,7 @@ +.. toctree:: + + Hydrogen/index + NoctisDice/index + OlivaDice/index + SealDice/index + Shiki/index
\ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index 49bf7ce..499b8fd 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,17 @@ -Docs Template +FAQ ============= -This is a template for documentation projects.
\ No newline at end of file +This is a template for documentation projects. + +.. toctree:: + :hidden: + + about/glossary + about/contributing + about/license + +.. toctree:: + :maxdepth: 2 + :caption: Contents + + contents/index
\ No newline at end of file @@ -5,7 +5,7 @@ groups = ["default", "docs", "mkdocs-alabaster"] strategy = ["cross_platform"] lock_version = "4.4.2" -content_hash = "sha256:3aec05c2fb477c0036b71fe9d2826021b7cefc223cd717c5e710571eefe0659f" +content_hash = "sha256:e99e2c5f9a06adccb3ed7404257fe21c10acc697d4391181be3dda269d32ea90" [[package]] name = "alabaster" diff --git a/pyproject.toml b/pyproject.toml index 91edb22..6caa8ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,11 @@ [project] -name = "docs-template" +name = "FAQ" version = "0.1.0" -description = "Docs template for HydroRoll Team" +description = "FAQ for HydroRoll Team" authors = [ - {name = "简律纯",email = "i@jyunko.cn"}, + {name = "简律纯",email = "leader@hydroroll.com"}, ] dependencies = [ - "requests>=2.31.0", ] requires-python = ">=3.11" readme = "README.md" |
