aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/views/ws/rst.py (follow)
Commit message (Collapse)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-33/+0
|
* Declaring the encoding to be utf-8 is not necessary in Python3 projects, as ↵Gravatar Leon Sandøy2018-04-27-1/+0
| | | | this is the default encoding. Encoding declarations are only useful in py3 if you want to declare it to be something _other_ than utf-8. This was, however, a very useful convention in py2. (#56)
* [Wiki] Some excellent shitcode for document TOCsGravatar Gareth Coles2018-04-12-1/+1
|
* Abstract rst away and add icon directiveGravatar Gareth Coles2018-04-09-4/+2
|
* That was a little dumb.Gravatar Gareth Coles2018-04-05-1/+1
|
* RST test error catchingGravatar Gareth Coles2018-04-05-1/+1
|
* RST test error catchingGravatar Gareth Coles2018-04-05-3/+8
|
* A few smaller fixesGravatar Gareth Coles2018-04-05-1/+5
|
* Early wiki work including a WS test route for RST parsingGravatar Gareth Coles2018-04-04-0/+27