aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_scripts/siphon/generate.py
diff options
context:
space:
mode:
authorAndrew Yourtchenko <ayourtch@gmail.com>2024-02-20 15:19:56 +0000
committerAndrew Yourtchenko <ayourtch@gmail.com>2024-02-28 11:12:31 +0000
commit455960759b5417c767ed331748c7ee76662ffd18 (patch)
tree8129c7abbece34ade8c1cb8640e5dd16920ae682 /docs/_scripts/siphon/generate.py
parentccfc24f7451b2b6a6f8eabf735812d45ec4a4bf9 (diff)
misc: VPP 24.02 Release Notesv24.02
Type: docs Change-Id: I4209b4edf387f2d7b88ecc338cca3b4901210ed2 Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
Diffstat (limited to 'docs/_scripts/siphon/generate.py')
0 files changed, 0 insertions, 0 deletions
ring.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
Labels, References
==================

A link or reference to other paragraphs within these documents can be
done with following construct.

External Links
==============

An external link is done with the following construct:

[Sphinx Markup
Constructs](http://www.sphinx-doc.org/en/stable/markup/index.html)

Images
======

Images should be placed in the directory docs/\_images. They can then be
referenced with following construct. This is the image created to show a
pull request.

![](/_images/examplePullReq.png)

Tables
======

An example of a table in markdown is shown here:

| This Column | This Column   | This Column |
| ------------|:-------------:|------------:|
| is left     | is            | is right    |
| aligned     | centered      | aligned     |