-
Notifications
You must be signed in to change notification settings - Fork 358
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
Generate "Release Notes" in official documentation #842
Generate "Release Notes" in official documentation #842
Conversation
c9c2e0c
to
c633d92
Compare
release_file.write("\n") | ||
|
||
|
||
def download_pandoc_if_needed(path): |
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.
This whole function was basically just ported from pypandoc with some minor changes, in order to:
- check if already downloaded
- to patch
https://github.com/bebraw/pypandoc/pull/154
Codecov Report
@@ Coverage Diff @@
## master #842 +/- ##
=======================================
Coverage 94.31% 94.31%
=======================================
Files 32 32
Lines 5930 5930
=======================================
Hits 5593 5593
Misses 337 337 Continue to review full report at Codecov.
|
Softagram Impact Report for pull/842 (head commit: bf4d78c)⭐ Change Overview
📄 Full report
Impact Report explained. Give feedback on this report to [email protected] |
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.
Awesome!
Thanks! For 10 minutes koalas as a doc, I will do it in a separate PR @ueshin! |
This PR proposes to generate "Release Notes" from https://github.com/databricks/koalas/releases
Basically, it gets the release MD text from the URL, converts it into rst file via
pandoc
(withpypandoc
).Reference: https://pandas.pydata.org/pandas-docs/stable/whatsnew/index.html#
Seems like working fine as below: