Closed basnijholt closed 5 years ago
I just joined a scientific project where they use default Python style doc-strings, however, they are terrible to read and write.
I would like to convert the entire project's code base to NumPy style doc-strings.
I know that napoleon can parse both styles, however, is it also possible to generate doc-strings with it?
napoleon
I actually found https://github.com/dadadel/pyment/ which does exactly what I was looking for.
I just joined a scientific project where they use default Python style doc-strings, however, they are terrible to read and write.
I would like to convert the entire project's code base to NumPy style doc-strings.
I know that
napoleon
can parse both styles, however, is it also possible to generate doc-strings with it?