doc: add internal links
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Route Matching
|
Route Matching
|
||||||
==============
|
==============
|
||||||
|
|
||||||
*Kapow!* maintains a route table with a list of routes as provided by the user,
|
*Kapow!* maintains a :ref:`route <routes>` table with a list of routes as provided by the user,
|
||||||
and uses it to determine which handler should an incoming request be dispatched
|
and uses it to determine which handler should an incoming request be dispatched
|
||||||
to.
|
to.
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
.. _routes:
|
||||||
|
|
||||||
Routes
|
Routes
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|||||||
+11
-9
@@ -25,30 +25,27 @@ What's *Kapow!*
|
|||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
Want to know more?
|
Want to know more?
|
||||||
Check the :doc:`the_project/quickstart` section for a longer explanation of
|
Check the :ref:`Quick Start Guide <quickstart>` section for a longer
|
||||||
what *Kapow!* does.
|
explanation of what *Kapow!* does.
|
||||||
|
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
=======
|
=======
|
||||||
|
|
||||||
*Kapow!* is being developed by the
|
*Kapow!* is being developed by the `BBVA-Labs Security team`_.
|
||||||
`BBVA-Labs Security team <https://github.com/BBVA/kapow/blob/master/AUTHORS.rst>`_.
|
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
|
|
||||||
*Kapow!* is Open Source Software and available under the
|
*Kapow!* is Open Source Software and available under the `Apache 2 license`_.
|
||||||
`Apache 2 license <https://raw.githubusercontent.com/BBVA/kapow/master/LICENSE>`_.
|
|
||||||
|
|
||||||
|
|
||||||
Contributions
|
Contributions
|
||||||
=============
|
=============
|
||||||
|
|
||||||
Contributions are of course welcome. See
|
Contributions are of course welcome. See `CONTRIBUTING`_ or skim `existing
|
||||||
`CONTRIBUTING <https://github.com/BBVA/kapow/blob/master/CONTRIBUTING.rst>`_
|
tickets`_ to see where you could help out.
|
||||||
or skim existing tickets to see where you could help out.
|
|
||||||
|
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
@@ -97,3 +94,8 @@ Indices and Tables
|
|||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
* :ref:`search`
|
* :ref:`search`
|
||||||
|
|
||||||
|
.. _BBVA-Labs Security team: https://github.com/BBVA/kapow/blob/master/AUTHORS.rst
|
||||||
|
.. _Apache 2 license: https://raw.githubusercontent.com/BBVA/kapow/master/LICENSE
|
||||||
|
.. _CONTRIBUTING: https://github.com/BBVA/kapow/blob/master/CONTRIBUTING.rst
|
||||||
|
.. _existing tickets: https://github.com/BBVA/kapow/labels/good%20first%20issue
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
.. _quickstart:
|
||||||
|
|
||||||
Quick Start Guide
|
Quick Start Guide
|
||||||
=================
|
=================
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user