[17:58:54] <toad_polo> I don't really care for RST, but markdown isn't really enough usually and RST is almost readable.
[18:00:16] <sumanah> I'm trying to remember - there must be an rst linter somewhere?
[18:00:28] <sumanah> hi toad_polo how are things going?
[18:01:29] <toad_polo> Pretty well. Most of the way done with my crazy month.
[18:02:42] <toad_polo> PyCon, internal conference and a meetup talk done, just need to do PyLondinium and move.
[18:03:05] <ngoldbaum> sumanah: flycheck can check sphinx docs (although it's not so useful if your sphinx build takes anything more than a few seconds)
[18:03:43] <ngoldbaum> markdown certainly isn't sufficient to write a book in
[18:03:49] <ngoldbaum> you could write a book in rst though
[18:03:53] <ngoldbaum> it's great, i'd like it a lot more
[18:04:01] <ngoldbaum> except the syntax is impossible to remember
[18:04:15] <ngoldbaum> i need to look up how to make hyperlinks every time i need to do that
[18:06:31] <sumanah> The more complicated the syntax for something I have to write, the more likely I am to write it in HTML or Markdown and then use pandoc to turn it into reStructuredText
[18:06:41] <sumanah> I mean, assuming I need to have it in .rst
[18:08:57] <sumanah> thank you pandoc, and while I am at it, thank you pdftk, and thank you readme_renderer, and thank you `mkdir -p`
[18:16:09] <ngoldbaum> and thank you sumanah - pypi.org is great :)
[18:17:57] <sumanah> we had a great team and we had funding -- was a great experience
[23:04:46] <bitdancer> I have to look up markdown syntax every time I use it, probably because I don't use it often. RST not so much, except for the *extended* forms of hyperlinks/footnotes, which markdown doesn't support. RST is IMO much prettier than markdown, which I consider to be a major plus since I mostly read the raw doc and not the rendered form.
[23:06:41] <ngoldbaum> it's petty but that's how it goes for me
[23:14:48] <bitdancer> I guess it's like vi versus emacs :) We'll just stop discussing it :) :)