File: README.md

package info (click to toggle)
python-rich-rst 1.3.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,756 kB
  • sloc: python: 697; makefile: 17
file content (43 lines) | stat: -rw-r--r-- 1,708 bytes parent folder | download
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
# Demo

Some demos of how restructuredtext rendering looks.

The demos are possible because rich has the feature to save console output to html files

## Demo Files

### Formatted

- [directives](./directives.html)
- [introduction](./introduction.html)
- [rich_introduction](./rich_introduction.html)
- [roles](./roles.html)
- [specification](./specification.html)

### Raw RST

- [directives](./directives.rst)
- [introduction](./introduction.rst)
- [rich_introduction](./rich_introduction.rst)
- [roles](./roles.rst)
- [specification](./specification.rst)

## Sources

### Original HTML

`directives.rst`        :  <https://docutils.sourceforge.io/docs/ref/rst/directives.html>\
`specification.rst`     :  <https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html>\
`introduction.rst`      :  <https://docutils.sourceforge.io/docs/ref/rst/introduction.html>\
`mathematics.rst`       :  <https://docutils.sourceforge.io/docs/ref/rst/mathematics.html>\
`roles.rst`             :  <https://docutils.sourceforge.io/docs/ref/rst/roles.html>
`rich_introduction.rst` :  <https://rich.readthedocs.io/en/latest/introduction.html>

### Original RST

`directives.rst`        :  <https://docutils.sourceforge.io/docs/ref/rst/directives.txt>\
`specification.rst`     :  <https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.txt>\
`introduction.rst`      :  <https://docutils.sourceforge.io/docs/ref/rst/introduction.txt>\
`mathematics.rst`       :  <https://docutils.sourceforge.io/docs/ref/rst/mathematics.txt>\
`roles.rst`             :  <https://docutils.sourceforge.io/docs/ref/rst/roles.txt>
`rich_introduction.rst` :  <https://github.com/Textualize/rich/raw/master/docs/source/introduction.rst>