HustLion

Results 14 comments of HustLion

Hope there can be **class diagram**. There's [PlantUML](http://plantuml.com/) supporting various types of diagrams, but it's not so elegant as mermaid is. Hope the source code of `PlantUML` would help the...

Hmm, wanna give a try about documenting the class diagram and hopefully solve the positioning issue. Maybe assign this to me? No guarantee but I will try my best. @knsv

In the `master` branch, have a look at `./test/examples/classDiagram.html` @ciekawy

The library provided by the given link is still problematic. I compared it with standard opencv2 release, and ![image](https://user-images.githubusercontent.com/12825646/32223354-000a832e-be0b-11e7-92a9-3bf36db933d7.png) and those *.hpp files in `Headers-1` should be copied to `Headers`...

It doesn't render at all. I'm using the newest Sphinx(Sphinx-1.8.1-py2.py3-none-any.whl) and plantuml(plantuml.1.2018.11.jar). source: ``` .. uml:: @startuml Alice -> Bob: Hi! Alice

You can try reinstall luarocks. I suggest you use source code install as specified in [the wiki](https://github.com/luarocks/luarocks/wiki/Installation-instructions-for-Windows).

same here with A100 gpu.

I can't get jmol to work even with the info @wuuzx provided. But threejs viewer works. Here's an example: ```python x, y = var('x,y') G = plot3d(x^2 + y^2, (x,-2,2),...

> I have this same issue. Highlighting is possible with the stock colors using the command menu. But nothing happens when i right-click selected text and click "Highlight". same here.