Skip to content

Commit

Permalink
Merge branch 'master' into raw-request-header
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins authored Mar 3, 2021
2 parents 475526a + c41d713 commit 55e095f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 36 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Sanic | Build fast. Run fast.
.. start-badges
.. list-table::
:widths: 15 85
:stub-columns: 1

* - Build
Expand Down Expand Up @@ -77,7 +78,7 @@ Sponsor
.. |Try CodeStream| image:: https://alt-images.codestream.com/codestream_logo_sanicorg.png
:target: https://codestream.com/?utm_source=github&utm_campaign=sanicorg&utm_medium=banner
:alt: Try CodeStream

Manage pull requests and conduct code reviews in your IDE with full source-tree context. Comment on any line, not just the diffs. Use jump-to-definition, your favorite keybindings, and code intelligence with more of your workflow.

`Learn More <https://codestream.com/?utm_source=github&amp;utm_campaign=sanicorg&amp;utm_medium=banner>`_
Expand Down
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,8 @@ def setup(app):
True,
)
app.add_transform(AutoStructify)


html_theme_options = {
"style_external_links": True,
}
13 changes: 10 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
.. include:: sanic/index.rst
.. include:: ../README.rst

Guides
User Guide
==========

To learn about using Sanic, checkout the `User Guide <https://sanicframework.org/guide/>`_.

API
======

.. toctree::
:maxdepth: 4

👥 User Guide <https://sanicframework.org/guide/>
sanic/api_reference
💻 Source code <https://github.com/sanic-org/sanic/>
❓ Support <https://community.sanicframework.org/>


Module Documentation
Expand All @@ -16,4 +24,3 @@ Module Documentation

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
4 changes: 2 additions & 2 deletions docs/sanic/api_reference.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
API Reference
=============
📑 API Reference
================

sanic.app
---------
Expand Down
30 changes: 0 additions & 30 deletions docs/sanic/index.rst

This file was deleted.

0 comments on commit 55e095f

Please sign in to comment.