0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-15 02:13:52 +01:00
Commit graph

18 commits

Author SHA1 Message Date
David Robertson
46ff99ef95
Advertise matrix-org.github.io/synapse docs ()
Point to the book where possible, and use hyperlinks to github to refer to files not included in the book.

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2021-08-31 11:29:27 +01:00
Azrenbeth
54aa7047eb
Removed page summaries from the top of installation and contributing doc pages ()
- Removed page summaries from CONTRIBUTING and installation pages as 
this information was already in the table of contents on the right hand side
- Fixed some broken links in CONTRIBUTING
- Added margin-right tag for when table of contents is being shown
(otherwise the text in the page sometimes overlaps with it)
2021-08-27 14:19:17 +00:00
reivilibre
0db8cab72c
Update CONTRIBUTING.md to fix index links and SyTest instructions ()
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
2021-08-16 18:09:47 +01:00
Hillery Shay
52bfa2d59a
Update contributing.md to warn against rebasing an open PR. ()
Signed-off-by: H.Shay <shaysquared@gmail.com>
2021-08-10 13:35:54 +00:00
Eric Eastwood
0489683012
Document Complement dev usage () 2021-07-27 19:28:23 +00:00
Eric Eastwood
d518b05a86
Move dev/ docs to development/ () 2021-07-22 12:58:24 +02:00
Eric Eastwood
e21c347332
Document how to see logger output when running the twisted tests () 2021-06-11 09:57:34 +01:00
David Teller
9e19c6aab4
Reorganize CONTRIBUTING.md documentation. () 2021-02-17 11:23:57 -05:00
Andrew Morgan
2a6b685294
Add documentation about documentation to CONTRIBUTING.md ()
This PR adds some documentation that:

* Describes who the audience for the `docs/`, `docs/dev/` and `docs/admin/` directories are, as well as Synapse's wiki page.
* Stresses that we'd like all documentation to be down in markdown.
2020-11-06 11:59:22 +00:00
kleph
29ce6d43b5
Run mypy as part of the lint.sh script. () 2020-10-28 08:49:08 -04:00
Andrew Morgan
654e239b25
Add option to scripts-dev/lint.sh to only lint files changed since the last git commit ()
This PR makes several changes to the `./scripts-dev/lint.sh` script, which lints the codebase with a number of tools:

* Adds usage information, with `-h` flag to show it. Otherwise it will show when providing an unknown flag.
* Adds option `-d` which will check both staged and unstaged files that have changed since the last commit and add them to the list of files to lint.
  - Note that only files without an extension, or with a `.py` extension will be allowed. This prevents editing bash scripts causing the linters to break on non-python files.
* Improves the print-out of which files/directories are being linted.
2020-10-15 15:45:13 +01:00
Jonathan de Jong
efb6b6629c
Move lint dependencies to extras_require ()
Lint dependencies can now be installed with pip install -e ".[lint]"

This should help keep the version in sync between tox and documentation.
2020-09-17 16:45:22 -04:00
Richard van der Hoff
5db2a59a86
Update CONTRIBUTING.md () 2020-05-20 18:47:19 +01:00
Richard van der Hoff
66d03639dc
Notes on using git ()
* general updates to CONTRIBUTING.md
* notes on updating your PR
* Notes on squash-merging or otherwise
* document git branching model
2020-05-14 18:03:10 +01:00
Patrick Cloke
509e381afa
Clarify list/set/dict/tuple comprehensions and enforce via flake8 ()
Ensure good comprehension hygiene using flake8-comprehensions.
2020-02-21 07:15:07 -05:00
Michael Kaye
c87572d6e4
Update CONTRIBUTING.md about merging PRs. () 2020-02-04 16:21:09 +00:00
Andrew Morgan
7b14c4a018
Add tips for the changelog to the pull request template () 2020-01-16 09:46:36 +00:00
Andrew Morgan
c1ae453932
Markdownification and other fixes to CONTRIBUTING () 2019-12-04 12:21:48 +00:00