diff options
author | Andrey Makarov <ph.makarov@gmail.com> | 2021-04-29 18:16:14 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 17:16:14 +0200 |
commit | e61381a293ab4986427c5ce8968c6c031c83f34f (patch) | |
tree | 4d1ba5c0058381378fc5546d731a541b18dc0abb /doc/apis.rst | |
parent | 5439cfc317cd678438bd6c154b84c2bf625504ec (diff) | |
download | Nim-e61381a293ab4986427c5ce8968c6c031c83f34f.tar.gz |
follow-up #17692: more inline syntax highlighting (#17837)
Diffstat (limited to 'doc/apis.rst')
-rw-r--r-- | doc/apis.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/apis.rst b/doc/apis.rst index d01e75d78..e8313749d 100644 --- a/doc/apis.rst +++ b/doc/apis.rst @@ -1,9 +1,10 @@ -.. default-role:: code - ================= API naming design ================= +.. default-role:: code +.. include:: rstcommon.rst + The API is designed to be **easy to use** and consistent. Ease of use is measured by the number of calls to achieve a concrete high-level action. |