kpeeters / cadabra2

A field-theory motivated approach to computer algebra.
https://cadabra.science/
GNU General Public License v3.0
228 stars 37 forks source link

Conversion from manual pages to python docstrings needs improvement #225

Open kpeeters opened 3 years ago

kpeeters commented 3 years ago

The read_manual function in py_helpers.cc is very basic, and does not in general produce readable text (it skips maths and leaves LaTeX markup in the string). This needs some generic processing, possibly moved to DataCell.cc so it can be re-used.