-
Notifications
You must be signed in to change notification settings - Fork 12
Switch from rst to markdown in docs #201
Comments
I also prefer Markdown, but as far as I can tell the mkdocs on Read The Docs doesn't support left-nav tabs, admonition |
Also, back in my day on my lawn the kids were happy to write ReST up and down the hill on the way to school year round. |
But I'll double check the features |
Wise Master, can you put me on to these features we're using in |
The table on contents in the left nav that allows multiple pages. The |
The thing about Sphinx that is cool is that it is basically custom made for Python and has lots of sugar. Is there a way to get Sphinx to render Markdown? |
There was an effort add doctree parsing and other directives to markdown with a similar tool but that looks dead in the water. It also looks like there's talk about it in the Sphinx repo but no movement yet for support. The doctree parsing and deep linking seem to be the hurdle. Some folks are saying it's easier to extend rST and have it accept markdown syntax, but that's a hell I never want to enter. I'll just knuckle up and learn rST and hope some hacker decides to make this happen. |
Note that this is now possible. |
Matt, thanks for this update. I might not be groking it right away but will this new feature let Markdown support all the |
.rst
is a pain to write/remember and Markdown is more supported anyway. Is there a way to have Read The Docs and PyPi recognize.md
docs? If so, I say we drink the kool-aid and switch.The text was updated successfully, but these errors were encountered: