Jean-Baptiste RENAULT

Results 27 comments of Jean-Baptiste RENAULT

Also something to be noted, in the matlab sphinx contrib was specifically designed to ignore before function comments, so we will certainly have to move the docstrings inside the functions.

Ok after doing some tests and documenting myself. The numpy style appears to be more suited to our needs as it allows natively the description of multiple return values (which...

Yes, I had anticipated this issue. I'am writting a python module to do the conversion between already written matlab docstrings and numpy docstrings. I've read the matlab options but I...

Yes, I agree that docstrings before code is more readable especially in case of large docstrings. I've made some tests and developed a python object to generate docstring template numpy...

@modenaxe yes i have all committed to a branch named **sphinx_documentation**. The python scripts are in the docs folder at the root there are still under heavy development ^^. HTML...

Update : - [x] FittingFun - [x] GeomtricFun - [x] TriangulationFun - [x] PlotFun - [ ] MeshReadFun

In your toy graph you have isolated vertices, maybe it has something to do with that?