blob: df35643b8a26efc0f73d6493130799770480ce3c [file] [log] [blame]
John DeNisco06dcd452018-07-26 12:45:10 -04001.. _styleguide03:
2
3******************
4Labels, References
5******************
6
7A link or reference to other paragraphs within these documents can be done with
8following construct.
9
10In this example the reference points the label **showintcommand**. The label **styleguide03**
11is shown at the top of this page. A label used in this way must be above a heading or title.
12
13:ref:`showintcommand` command.
14
15**************
16External Links
17**************
18
19An external link is done with the following construct:
20
21`Sphinx Markup Constructs <http://www.sphinx-doc.org/en/stable/markup/index.html>`_
22
23******
24Images
25******
26
27Images should be placed in the directory docs/_images. They can then be referenced with
28following construct. This is the image created to show a pull request.
29
30.. figure:: /_images/examplePullReq.png
31 :scale: 35%
32 :align: center