-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
84 lines (51 loc) · 1.23 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Notes to work with Sphinx:
Docu:
http://thomas-cokelaer.info/tutorials/sphinx/rest_syntax.html
Online editor:
http://rst.ninjs.org/
Online table generator:
http://www.tablesgenerator.com/markdown_tables
http://truben.no/table/
~~~~~~~~~~~~~~~~~~~~~~~~~
Tools:
Generator for test data:
http://www.generatedata.com/#generator
SQL:
random numbers:
FLOOR(RAND() * (<max> - <min> + 1)) + <min>
~~~~~~~~~~~~~~~~~~~~~~~~~
Notes for this document:
Internal links:
above at headline
.. _rst_features:
and add per links e.g.
:ref:`rst_features`
or add with linked text
:ref:`New functions <rst_features>`
At new links I used the form <filename>_<headline-with-hyphen> - e.g.
.. _introdution_what-is-metamodels:
External links:
`Google <https://www.google.de>`_
its not possible to add attribute "target" :-(
Headlines:
H1 Headline
===========
H2 Headline
-----------
H3 Headline
...........
Tables:
http://www.tablesgenerator.com/markdown_tables
Images:
In text with "token" e.g.. Lorem ipsum |img_filter| bla bla...
and at the end of page
.. |img_filter| image:: /_img/filter.png
Note:
.. warning::
.. note::
HTML special chars:
with "token" e.g. cost 2.000 |nbsp| EUR
.. |nbsp| unicode:: 0xA0
:trim:
.. |br| raw:: html
<br />