diff options
| -rw-r--r-- | docs/source/about/changelog.md | 13 | ||||
| -rw-r--r-- | docs/source/about/changelog.rst | 3 | ||||
| -rw-r--r-- | docs/source/index.rst | 2 |
3 files changed, 14 insertions, 4 deletions
diff --git a/docs/source/about/changelog.md b/docs/source/about/changelog.md new file mode 100644 index 0000000..2a5406d --- /dev/null +++ b/docs/source/about/changelog.md @@ -0,0 +1,13 @@ +<!-- + +Version codenames style: + +date "+## %Y.%m.%d -- {adjective} {colorname}" | pbcopy + +https://patternbasedwriting.com/elementary_writing_success/list-4800-adjectives/ +https://en.wikipedia.org/wiki/Lists_of_colors + +--> + +```{include} ../../../CHANGELOG.md +```
\ No newline at end of file diff --git a/docs/source/about/changelog.rst b/docs/source/about/changelog.rst deleted file mode 100644 index cb67266..0000000 --- a/docs/source/about/changelog.rst +++ /dev/null @@ -1,3 +0,0 @@ -.. maxdepth: 1 - -.. include:: ../../../CHANGELOG.md
\ No newline at end of file diff --git a/docs/source/index.rst b/docs/source/index.rst index c3c5ec8..e32ced0 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -7,7 +7,7 @@ .. toctree:: :hidden: - + 关于 <about/index.rst> |
