diff options
Diffstat (limited to 'docs/source/about')
| -rw-r--r-- | docs/source/about/changelog.md | 1 | ||||
| -rw-r--r-- | docs/source/about/index.rst | 5 | ||||
| -rw-r--r-- | docs/source/about/introduction.rst | 14 |
3 files changed, 18 insertions, 2 deletions
diff --git a/docs/source/about/changelog.md b/docs/source/about/changelog.md index 2a5406d..6439e95 100644 --- a/docs/source/about/changelog.md +++ b/docs/source/about/changelog.md @@ -10,4 +10,5 @@ https://en.wikipedia.org/wiki/Lists_of_colors --> ```{include} ../../../CHANGELOG.md +:tocdepth: 2 ```
\ No newline at end of file diff --git a/docs/source/about/index.rst b/docs/source/about/index.rst index 9a37734..0bf07f1 100644 --- a/docs/source/about/index.rst +++ b/docs/source/about/index.rst @@ -2,7 +2,7 @@ ==== .. toctree:: - :hidden: + .. :hidden: introduction list_of_features @@ -10,4 +10,5 @@ faq complying_with_licenses release_policy - changelog
\ No newline at end of file + changelog + diff --git a/docs/source/about/introduction.rst b/docs/source/about/introduction.rst index 02c627a..ff01d3d 100644 --- a/docs/source/about/introduction.rst +++ b/docs/source/about/introduction.rst @@ -1,6 +1,20 @@ 前言 ==== +.. code-block:: nivis + + if: contained!(event.message, r"Hello") => p", World!" ? false; + + +.. code-block:: rust + + fn main() { + println!("Hello, world!"); + } + + +:issue:`23` + 在开始之前 ---------------------------- |
