Conversation
|
Thanks for the contribution. Also, while tools like sphinx-apidoc can be useful it's included files like |
|
@andyfaff fair enough: I only did it with all the submodules in separate files because that's how it is in the current docs. Happy to combine them!
|
|
Thanks @alexhroom, any contribution to the project is welcome. I didn't have time so far to even look at out documentation. But it seems we never referenced to the ORSO website for the file format, probably with the assumption that people would come from there toe orsopy. I think a back reference should be added as well. |
|
@aglavic have added a back reference to the docstring for the |
Hi there,
I am currently using
orsopyto integrate .ort file parsing to python-RAT, a package for analysing and fitting reflectivity calculation models.This package is really smooth and simple to integrate and has almost every feature I've needed, with the biggest time-sink for me being that it's almost entirely undocumented, aside from the basic
fileiostuff!I have updated the reference using sphinx-apidoc with the command:
sphinx-apidoc -d 1 -M -o ./docs/api/ ./orsopy "*/tests/*"which generates reference for the entire package except for the test folders.
This PR:
fileiofrom the docs to the module docstring so that sphinx-apidoc can just grab it from the source codesphinx-rtd-themeto the requirements (it's required to build the docs but it wasn't listed!)