aboutsummaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2017-11-22 15:44:56 +0100
committeradamw <adam@warski.org>2017-11-22 15:44:56 +0100
commitae5876b86b8e12ee182e730c88aa690871d3fe67 (patch)
tree1284f790aa6b6af02ad475ea3fd4558d6c6ae5fe /docs/index.rst
parentfe50ad485c037c30dada741cf87e552a99c2d9bb (diff)
downloadsttp-ae5876b86b8e12ee182e730c88aa690871d3fe67.tar.gz
sttp-ae5876b86b8e12ee182e730c88aa690871d3fe67.tar.bz2
sttp-ae5876b86b8e12ee182e730c88aa690871d3fe67.zip
Docs: usage examples
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 1e0af24..b09389d 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -25,7 +25,7 @@ Here's a very quick example of sttp in action::
// response.unsafeBody: by default read into a String
println(response.unsafeBody)
-For more details, explore the subjects below!
+For more examples, see the :ref:`usage examples <usage_examples>` section. Or explore the features in detail:
.. toctree::
:maxdepth: 2
@@ -34,6 +34,7 @@ For more details, explore the subjects below!
quickstart
goals
community
+ examples
.. toctree::
:maxdepth: 2