-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
Update README file extensions to .rst #105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Not all of them should be a simple rename, see if you can bring .rst formatting in the mix. |
If you want, you can also use some of the stuff I did in #5 |
@rogersachan Files have now been fixed and updated with proper .rst formatting with respect to how GitHub renders them. A lot of the existing files used proper syntax and looked fine. For those files I just added the file extension so they could be rendered properly. The biggest formatting changes were applied to the PCBuild README. |
Codecov Report
@@ Coverage Diff @@
## master #105 +/- ##
=========================================
Coverage ? 82.38%
=========================================
Files ? 1428
Lines ? 351164
Branches ? 0
=========================================
Hits ? 289315
Misses ? 61849
Partials ? 0 Continue to review full report at Codecov.
|
Would it be possible to break this PR up into separate ones per file? I know that might be a pain but it would make it easier to review since e.g. I don't know if @zooba and @zware actually want to the READMEs related to Windows builds to change (plus you stripped out Windows line endings in those files). |
GH-104 renames Doc/README.rst as well. |
@brettcannon I'm fine with breaking it down into multiple PRs. |
I'm not concerned about this one (though the other readme "fix" broke our release builds...). Ideally we'd have a |
OK, then let's do this file-by-file as there's so many PRs flying by that are grabbing this sort of low-hanging fruit it's probably best to do this slowly and methodically so that @taycaldwell doesn't have to constantly rebase because someone did another README. |
…e in slp_kill_tasks_with_stacks Fix the bug and add a test case. https://bitbucket.org/stackless-dev/stackless/issues/105 (grafted from f7deec75f44dba55bea628b62f89f3c1706bdb68)
Updated the file extensions of the README files in the repo to have the .rst file extension so they are rendered properly on GitHub.