hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
212 stars 59 forks source link

Introduce support for .rst (sphinx) files #6

Closed polybos closed 7 years ago

polybos commented 8 years ago

When creating sphinx-like reStructuredText (ReST/RST) files, e.g. for python documentation, it would be really nice to use the syntax of sphinx plantuml extension ('.. uml::') for plantuml and see it directly, like when using the usual plantuml way ('@startuml', '@enduml'). May eclipse isn't the main platform for python, but it think some people use eclipse for documentation purpose.

hallvard commented 7 years ago

You should be able to implement a diagram text provider using the available extension point. If not, file a new issue.