Skip to content

Commit

Permalink
add link to readthedocs to README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuerke Erik committed Mar 9, 2020
1 parent 1018bd3 commit 78c7c04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ RestIt

Python HTTP REST library including OOP-readiness and Open-API generation

Feature
-------
For a more comprehensive documentation see: https://restit.readthedocs.io/en/latest/

Features
--------

- `WSGI <https://www.python.org/dev/peps/pep-3333/>`_ conform
- Validation (using `marshmallow <https://marshmallow.readthedocs.io/en/stable/>`_):
Expand Down Expand Up @@ -59,4 +61,3 @@ You can also use a production-ready server like `Gunicorn <https://gunicorn.org/
gunicorn -w 4 restit_app_test:app

0 comments on commit 78c7c04

Please sign in to comment.