Referring to directive from index.

This commit is contained in:
Ahmet Bakan 2015-07-12 21:50:41 -07:00
parent 70745119ca
commit f1b986c9e9

View file

@ -71,7 +71,7 @@ How it works
If you are new to Sphinx_ and reStructuredText markup language,
you might find `reStructuredText Primer`_ useful. Once you have
content (in ``.rst`` files), you can post *any page* using the
``post`` directive as follows:
:rst:dir:`post` directive as follows:
.. code-block:: rst
@ -85,7 +85,7 @@ content (in ``.rst`` files), you can post *any page* using the
ABlog will index all files posted as above and list them in archives and feeds
specified in ``:tag:``, ``:category:``, etc. options.
You can also include a list of posts using ``postlist`` directive:
You can also include a list of posts using :rst:dir:`postlist` directive:
.. code-block:: rst