servant/doc/tutorial/index.rst

19 lines
490 B
ReStructuredText
Raw Normal View History

2016-02-18 17:02:11 +01:00
Tutorial
========
2016-01-25 14:11:40 +01:00
This is an introductory tutorial to **servant**. Whilst browsing is fine, it makes more sense if you read the sections in order, or at least read the first section before anything else.
2016-02-18 22:12:27 +01:00
2018-06-10 00:43:02 +02:00
Any comments, issues or feedback about the tutorial can be submitted
to `servant's issue tracker <http://github.com/haskell-servant/servant/issues>`_.
2016-01-25 14:11:40 +01:00
.. toctree::
:maxdepth: 1
2016-01-25 14:11:40 +01:00
2021-08-28 16:23:41 +02:00
install.rst
2016-01-27 22:58:38 +01:00
ApiType.lhs
Server.lhs
Client.lhs
Javascript.lhs
Docs.lhs
Authentication.lhs