Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Initial project layout for django | 2018-08-07 | -65/+0 | |
| | ||||
* | Remove some debug code from the button directive | 2018-06-07 | -4/+0 | |
| | ||||
* | [RST] Add directive for UIKit buttons | 2018-06-07 | -0/+69 | |
| | ||||
* | Declaring the encoding to be utf-8 is not necessary in Python3 projects, as ↵ | 2018-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) | |||
* | Abstract rst away and add icon directive | 2018-04-09 | -0/+1 | |