diff options
| author | 2025-11-20 15:31:16 +0800 | |
|---|---|---|
| committer | 2025-11-20 15:31:16 +0800 | |
| commit | 5c6c83e276a5e1b9476e8d2ae6433e727659b301 (patch) | |
| tree | 7090ec3c3f0320ca1514e6c21884f67f12745b99 /docs/source/v1 | |
| parent | 7e92ba9278cab5b691f17ebbddf1052cb48fe5ba (diff) | |
| parent | b59fd59d53bcbea8e739ee05c350983f440c7239 (diff) | |
| download | GRPS-5c6c83e276a5e1b9476e8d2ae6433e727659b301.tar.gz GRPS-5c6c83e276a5e1b9476e8d2ae6433e727659b301.zip | |
Merge pull request #2 from HydroRoll-Team:refactor/Add-basic-documentation-structure
refactor: Update documentation structure and add Chinese titles for clarity
Diffstat (limited to 'docs/source/v1')
| -rw-r--r-- | docs/source/v1/best_practice.rst | 2 | ||||
| -rw-r--r-- | docs/source/v1/glossary.rst | 4 | ||||
| -rw-r--r-- | docs/source/v1/implementation.rst | 2 | ||||
| -rw-r--r-- | docs/source/v1/index.rst | 9 | ||||
| -rw-r--r-- | docs/source/v1/specification.rst | 2 |
5 files changed, 19 insertions, 0 deletions
diff --git a/docs/source/v1/best_practice.rst b/docs/source/v1/best_practice.rst new file mode 100644 index 0000000..4e93058 --- /dev/null +++ b/docs/source/v1/best_practice.rst @@ -0,0 +1,2 @@ +最佳实践 +========
\ No newline at end of file diff --git a/docs/source/v1/glossary.rst b/docs/source/v1/glossary.rst new file mode 100644 index 0000000..a9f9373 --- /dev/null +++ b/docs/source/v1/glossary.rst @@ -0,0 +1,4 @@ +术语表 +====== + +本章节包含 GRPSv1 通用规则包标准 (GRPS) 相关的术语和定义。
\ No newline at end of file diff --git a/docs/source/v1/implementation.rst b/docs/source/v1/implementation.rst new file mode 100644 index 0000000..70e3756 --- /dev/null +++ b/docs/source/v1/implementation.rst @@ -0,0 +1,2 @@ +实现 +====
\ No newline at end of file diff --git a/docs/source/v1/index.rst b/docs/source/v1/index.rst new file mode 100644 index 0000000..96fc410 --- /dev/null +++ b/docs/source/v1/index.rst @@ -0,0 +1,9 @@ +GRPSv1 +====== + +.. toctree:: + + specification + implementation + best_practice + glossary
\ No newline at end of file diff --git a/docs/source/v1/specification.rst b/docs/source/v1/specification.rst new file mode 100644 index 0000000..fa7d43c --- /dev/null +++ b/docs/source/v1/specification.rst @@ -0,0 +1,2 @@ +规范 +====
\ No newline at end of file |
