Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix RST table styling and add fira-code text role | 2018-06-08 | -2/+20 | |
| | ||||
* | Remove some debug code from the button directive | 2018-06-07 | -4/+0 | |
| | ||||
* | [RST] Add directive for UIKit buttons | 2018-06-07 | -0/+73 | |
| | ||||
* | [Jams] Huge amount of work on code jam admin area | 2018-05-18 | -48/+51 | |
| | ||||
* | [Wiki] Icons should all be the same width | 2018-04-30 | -1/+1 | |
| | ||||
* | [Wiki] Header icons need a space afterwards | 2018-04-30 | -2/+13 | |
| | ||||
* | Declaring the encoding to be utf-8 is not necessary in Python3 projects, as ↵ | 2018-04-27 | -3/+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 role | 2018-04-13 | -17/+11 | |
| | | | | Page slugs may contain slashes after all | |||
* | [Wiki] Lower initial header level to 3 | 2018-04-12 | -1/+3 | |
| | ||||
* | [Wiki] Some excellent shitcode for document TOCs | 2018-04-12 | -1/+69 | |
| | ||||
* | Whoops, Flake8 | 2018-04-10 | -1/+1 | |
| | ||||
* | Wiki page text role | 2018-04-10 | -1/+38 | |
| | ||||
* | [Wiki] Improve editor preview | 2018-04-10 | -1/+1 | |
| | | | | Also, Flake8. | |||
* | [Wiki] Add url_for text role | 2018-04-10 | -1/+39 | |
| | ||||
* | [Wiki] Add code highlighting | 2018-04-10 | -1/+1 | |
| | ||||
* | Abstract rst away and add icon directive | 2018-04-09 | -0/+61 | |