4c66dc4de332792e7c1dc192ad577cda15a5823c
[vpp.git] / docs / gettingstarted / writingdocs / styleguidemd / styleguide03.md
1 Labels, References
2 ==================
3
4 A link or reference to other paragraphs within these documents can be
5 done with following construct.
6
7 External Links
8 ==============
9
10 An external link is done with the following construct:
11
12 [Sphinx Markup
13 Constructs](http://www.sphinx-doc.org/en/stable/markup/index.html)
14
15 Images
16 ======
17
18 Images should be placed in the directory docs/\_images. They can then be
19 referenced with following construct. This is the image created to show a
20 pull request.
21
22 ![](/_images/examplePullReq.png)
23
24 Tables
25 ======
26
27 An example of a table in markdown is shown here:
28
29 | This Column | This Column   | This Column |
30 | ------------|:-------------:|------------:|
31 | is left     | is            | is right    |
32 | aligned     | centered      | aligned     |