aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/rst/roles.py (follow)
Commit message (Collapse)AuthorAgeLines
* Initial project layout for djangoGravatar Gareth Coles2018-08-07-125/+0
|
* Fix RST table styling and add fira-code text roleGravatar Gareth Coles2018-06-08-0/+13
|
* [Wiki] Icons should all be the same widthGravatar Gareth Coles2018-04-30-1/+1
|
* 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] Fix wiki page interpreted text roleGravatar Gareth Coles2018-04-13-17/+11
| | | | Page slugs may contain slashes after all
* Whoops, Flake8Gravatar Gareth Coles2018-04-10-1/+1
|
* Wiki page text roleGravatar Gareth Coles2018-04-10-0/+36
|
* [Wiki] Improve editor previewGravatar Gareth Coles2018-04-10-1/+1
| | | | Also, Flake8.
* [Wiki] Add url_for text roleGravatar Gareth Coles2018-04-10-0/+37
|
* Abstract rst away and add icon directiveGravatar Gareth Coles2018-04-09-0/+46