doc: markup :any: role as default role, which is now :tech: (custom)

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2019-12-11 15:59:27 +01:00
parent d7f4293d15
commit ab615e2276
9 changed files with 33 additions and 33 deletions
+3 -3
View File
@@ -2,7 +2,7 @@ Routes
======
A *Kapow!* route specifies the matching criteria for an incoming request on
the :any:`User HTTP Interface`, and the details to handle it.
the `User HTTP Interface`, and the details to handle it.
*Kapow!* implements a *route table* where all routes reside.
@@ -79,7 +79,7 @@ which is an incomplete recipe. It is then completed by the `command` element.
.. note::
The semantics of this element closely match :any:`Docker`'s ``ENTRYPOINT`` directive.
The semantics of this element closely match `Docker`'s ``ENTRYPOINT`` directive.
.. todo::
@@ -104,7 +104,7 @@ incantation to be executed:
.. note::
The semantics of this element closely match :any:`Docker`'s ``COMMAND`` directive.
The semantics of this element closely match `Docker`'s ``COMMAND`` directive.
.. todo::