- Notifications
You must be signed in to change notification settings - Fork673
Changelog: improve Changelog & convert to Markdown#230
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thank you, this is a great improvement! A few comments:
Thanks! |
Can you use variables for links in Rest like I used for the changes? See the bottom of the file. All this would need to be inline unless I overlooked something. |
Yes, you can use something like:
http://docutils.sourceforge.net/docs/user/rst/quickref.html#hyperlink-targets |
Will try to do this today. |
+ change indentation so bullet points are not treated as quote+ add links to releases+ add dates to releases+ use releases as headers
It's done and the tests pass :) |
Looks good, thank you! |
I hope that you like what I did to the Changelog and are not offended I chose not to use RST for this, but the comparison links didn't seem well suited for what I could find about RST's link syntax.
Fixes#229