robinandeer / cookiecutter-pyvanguard

Bleeding edge Cookiecutter template for Python development
https://github.com/audreyr/cookiecutter
52 stars 14 forks source link

Jekyll vs. Sphinx #2

Open robinandeer opened 10 years ago

robinandeer commented 10 years ago

Jekyll vs. Sphinx

I think Markdown is hands down simpler to read/write. I will keep writing my READMEs etc. in Markdown which makes Sphinx less appealing.

+1 Jekyll

Hosting: GitHub Pages vs. ReadTheDocs

thinkhuman commented 9 years ago

You might want to check out Mkdocs (here on Github). Python-based, like Sphinx, but takes Markdown. For me, The requirement for reStructuredText is a deal-breaker on Sphinx. I want Markdown, period. It's a fast, easy, flexible source format.

Also, check out this nifty and promising project: https://github.com/tomjohnson1492/documentation-theme-jekyll

robinandeer commented 9 years ago

I'm actually a contributor and have been using MkDocs in some recent projects :smile:

I think it's really nice to strive in this template to keep everything Python-native. MkDocs will probably replace Sphinx for me in the near future as I agree that writing Markdown is a "deal maker".

Thanks for the reminder!

clayrisser commented 6 years ago

Sphynx supports markdown http://www.sphinx-doc.org/en/stable/markdown.html

robinandeer commented 6 years ago

Hmm that looks interesting!

I do kind of like how Sphinx ties your source code with docs although I've mostly switched to using GitBook for more recent projects. Markdown support is a requirement either way.

Might be time to make a push on this project and look around how Python development has changed since last.

maxatka commented 4 years ago

My 5 cents for Sphinx: https://www.kernel.org/doc/html/latest/doc-guide/sphinx.html