We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd0594 commit a4b02e6Copy full SHA for a4b02e6
1 file changed
contributing/documentation.rst
@@ -3,11 +3,12 @@ Writing CodeIgniter Documentation
3
#################################
4
5
CodeIgniter uses Sphinx to generate its documentation in a variety of formats,
6
-using reStructuredText to handle the formatting. If you are familiar with
+using `reStructuredText`_ to handle the formatting. If you are familiar with
7
Markdown or Textile, you will quickly grasp reStructuredText. The focus is
8
on readability and user friendliness.
9
While they can be quite technical, we always write for humans!
10
11
+.. _reStructuredText: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
12
13
.. contents::
14
:local:
0 commit comments