File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -194,9 +194,17 @@ nor the ````literal```` role:
194
194
Refer to other documents and sections
195
195
-------------------------------------
196
196
197
- Sphinx _ allows internal references _ between documents.
197
+ Sphinx _ supports internal references _:
198
198
199
- Documents can be linked with the ``:doc: `` directive:
199
+ ========= =========================== ===========================================
200
+ Directive Links target Representation in rendered HTML
201
+ ========= =========================== ===========================================
202
+ ``:doc: `` document link to a page
203
+ ``:ref: `` ReST label (associated with link to an anchor associated with a heading
204
+ a section)
205
+ ========= =========================== ===========================================
206
+
207
+ Examples:
200
208
201
209
.. code-block :: rst
202
210
You can’t perform that action at this time.
0 commit comments