Generally we make Readme on Github in markdown, but while making ReadtheDocs or Pypi pachage , we need rst docs.
For this comes in handy Pandoc .
Just run the command
and rst is ready. Awesome!!.
For this comes in handy Pandoc .
Just run the command
pandoc --from=markdown --to=rst --output=install.rst install.md
and rst is ready. Awesome!!.
No comments:
Post a Comment