This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Move things from README.rst to UPDATE.md#4569
Merged
richvdh merged 7 commits intorelease-v0.99.0from Feb 5, 2019
Merged
Conversation
The README was getting unmanageable.
it's more confusing than anything else.
Codecov Report
@@ Coverage Diff @@
## release-v0.99.0 #4569 +/- ##
===================================================
- Coverage 74.87% 74.35% -0.52%
===================================================
Files 338 338
Lines 34495 35227 +732
Branches 5619 5825 +206
===================================================
+ Hits 25829 26194 +365
- Misses 7082 7415 +333
- Partials 1584 1618 +34 |
Contributor
|
Looks totally sane to me, we need to think about the Synapse README/docs more holistically - I've not spent much time thinking about how that should look, but everything here is an improvement. |
neilisfragile
approved these changes
Feb 5, 2019
Contributor
|
Looks like a good start towards #4246 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The readme was getting pretty unmanageable and hard to grok. This is an attempt to simplify things by moving installation instructions from the README to a separate file. I've tried to resist the temptation to fix too much stuff while I'm here - it mostly just copies-and-pastes from one doc to the other, and changes from rst to md syntax.