From: TP <wi...@gm...> - 2015-04-22 11:52:07
|
On Wed, Apr 22, 2015 at 2:35 AM, 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. Jetbrains has a java implementation [1] used in their Python PyCharm product [2]. Not sure how complete it is and there isn't much activity on it. PyCharm page says "Epydoc and reStructuredText markup highlighting and code completion for tags and tag parameters. Docstrings and the code matching verification, and autoupdate on refactoring." [1] https://github.com/JetBrains/intellij-community/tree/master/python/rest/src/com/jetbrains/rest [2] https://www.jetbrains.com/pycharm/features/ |