diff options
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 |
