summary refs log tree commit diff
path: root/docs/code_style.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove docs/sphinx and related references (#8480)Andrew Morgan2020-10-071-2/+0
| | | https://github.com/matrix-org/synapse/tree/develop/docs/sphinx doesn't seem to really be utilised or changed recently since the initial commit. I like the idea of exportable documentation of the codebase, but at the moment after running through the build instructions the generated website wasn't very useful...
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
| | | | Ensure good comprehension hygiene using flake8-comprehensions.
* Add an export_signing_key script (#6546)Richard van der Hoff2019-12-191-6/+7
| | | | | I want to do some key rotation, and it is silly that we don't have a way to do this.
* (#5849) Convert rst to markdown (#6040)dstipp2019-09-171-0/+169
Converting some of the rst documentation to markdown. Attempted to preserve whitespace and line breaks to minimize cosmetic change.