http://docutils.sourceforge.net/docs/user/rst/quickref.html
rst2html
rst2latex
rst2odt
italic - emphasis
bold - strong emphasis
interpretet
code - inline literal
[1] | Ghahramani, Zoubin, Matthew J Beal, Gatsby Computational, and Neuroscience Unit. “Variational Inference for Bayesian Mixtures of Factor Analysers.” NIPS, 1999. Link |
[2] | Publication 2 |
External link to Google
External link to Google
Internal link like here
Here is the internally referenced text
Heading1 is an implicit reference
Downloadable file :download:`here <rst.rst>`
- Enum1
- Enum2 Description Enum2
- Enum1
- Enum2
- Enum1
- Enum2
- Item1
- Item2 Description Item2
Id | Name | Value |
---|---|---|
1 | n1 | 1.0 |
2 | n2 | 2.0 |
3 | n3 | 3.0 |
Simple code example in Python:
print('Hello world')
Inline a = 10
def sum_values(a, b):
a = np.random.rand(3, 4)
return a + b
>>> a = 1
>>> b = 2
>>> c = a + b
>>> c
3
Inline a=\frac{b}{c}
\alpha = e^{\frac{\beta}{\gamma}}