-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Update the changelog and add release notes for 0.7 #1456
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
Update the changelog and add release notes for 0.7 #1456
Conversation
While checking the release notes and changelog, can we take a pass at fixing the Sphinx warnings in those docs? There are a bunch of:
which should be just a matter of fixing the number of symbols, and also a number of:
which should mostly be finding out the right symbol for that indentation level (along with two odd ones at doc/CHANGELOG.rst:83). |
All the warning should be fixed now with: 5b4a503 I think after we get the release out we should use https://pypi.org/project/doc8 in ci to verify our docs are formatted well. |
I removed the WIP, but before we merge this I think we need people to review this and make sure it's:
|
@@ -1,23 +1,295 @@ | |||
|
|||
############### |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mtreinish i know this is strange my convention but is because when i make the tutorials it has the same heading
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was throwing a warning in sphinx because it was getting confused by the levels (see Diego's earlier comment). I just referenced the sphinx documentation: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections to make sure sphinx didn't get confused
This change starts the process of preparing the documentation for the 0.7 release. It adds detailed release notes and updates and cleans up somethings in the changelog.
640fd8d
to
87ecadd
Compare
* Update the changelog and add release notes for 0.7
Summary
This change starts the process of preparing the documentation for the
0.7 release. It adds detailed release notes and updates and cleans up
somethings in the changelog.
Details and comments
Fixes #1370