Closed nalmadi closed 1 month ago
Here is the first couple of commits: #171
@najam-tariq how did you generate the API documentation page? What tool did you use? I plan to regenerate it, how can I do that on my own? Thanks!
@najam-tariq how did you generate the API documentation page? What tool did you use? I plan to regenerate it, how can I do that on my own? Thanks!
Hi @nalmadi, I used a library called pdoc: https://pdoc.dev/
Edited the manual here: https://docs.google.com/document/d/14g-kQfCTfn-jabcN50_mCkjD39DFVtT_sLlosPTREzQ/edit?usp=sharing
Unless I missed it, you don't seem to have any docs, and this will be important going forward. The paper will be able to serve as documentation for a limited time, but as the package matures you will want to be able to keep the docs up to date, so it's not good to rely on the paper for that purpose. There are packages that can help you generate documentation automatically that you can investigate.