Skip to content

Commit

Permalink
Doc rework (sanic-org#1698)
Browse files Browse the repository at this point in the history
* blueprints

* class_based_views

* config

* decorators

* deploying

* exceptions

* extensions

* getting_started

* middleware

* request_data

* response

* routing

* static_files

* streaming

* testing

* versioning

* Fix bug and links

* spelling mistakes

* Bug fixes and minor tweaks

* Create 1691.doc.rst

* Bug fixes and tweaks

Co-Authored-By: Harsha Narayana <[email protected]>
  • Loading branch information
2 people authored and sjsadowski committed Nov 14, 2019
1 parent e81a8ce commit a4185a0
Show file tree
Hide file tree
Showing 34 changed files with 2,683 additions and 2,104 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ run all unittests, perform lint and other checks.
Run unittests
-------------

``tox`` environment -> ``[testenv]`
``tox`` environment -> ``[testenv]``

To execute only unittests, run ``tox`` with environment like so:

Expand Down
4 changes: 4 additions & 0 deletions changelogs/1691.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Move docs from RST to MD

Moved all docs from markdown to restructured text like the rest of the docs to unify the scheme and make it easier in
the future to update documentation.
Loading

0 comments on commit a4185a0

Please sign in to comment.