From: Tony N. <to...@gi...> - 2015-04-28 11:21:24
|
(While studying systems programming...) CMake 3.0 has implemented a subset of reStructuredText + Sphinx in C++: - https://github.com/Kitware/CMake/blob/bb9d71b4fee2cc4abf55e0dcbadf85c6cbe0d07d/Source/cmRST.cxx - https://github.com/Kitware/CMake/blob/bb9d71b4fee2cc4abf55e0dcbadf85c6cbe0d07d/Source/cmRST.h On Mon, Apr 27, 2015 at 12:45 PM, Brecht Machiels <bre...@mo... > wrote: > On Wed, 22 Apr 2015 11:35:06 +0200, Tony Narlock <to...@gi...> > wrote: > > > Greetings docutils users, > > > > Where do things stand with reStructuredText in other programming > > languages? Does anyone know any attempts? As it stands, I've seen a > > couple > > of non-python applications using reST - but they were just wrapping > > docutils. > > I think the Nim programming language has adopted rST for its documentation > [1]. They have an rST parser [2] written in Nim. I don't know how complete > this implementation is. > > [1] http://nim-lang.org/docgen.html > [2] http://nim-lang.org/rstast.html > > You should also look at this SO question: > http://stackoverflow.com/questions/2746692/restructuredtext-tool-support > It has a long list of rST tools. > > Best Regards, > Brecht > > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Docutils-users mailing list > Doc...@li... > https://lists.sourceforge.net/lists/listinfo/docutils-users > > Please use "Reply All" to reply to the list. > |