aboutsummaryrefslogtreecommitdiffstats
path: root/docs/legacy.rst
AgeCommit message (Collapse)AuthorFilesLines
2023-06-09Add ".py" suffix to sphinx-argparse generated docsHarald Welte1-0/+1
This is important to produce the right command syntax when generating command line reference in the user manual. However, we shouldn't add this kludge to the individual programs, but only to the documentation using the :prog: syntax. Change-Id: I2ec7ab00c63d5d386f187e54755c71ffc2dce429
2022-02-15docs/legcay.txt: Point to pySim-shell as replacementHarald Welte1-0/+8
Change-Id: I9ca6b9d8c35e23be2ec8752107bb7d1e4f6f9bc1
2021-04-22pySim-read: Migrate over to use shared argparse from transportHarald Welte1-15/+6
Now that we have a shared argparse definition for all reader related options in the transport module, use that. Change-Id: I12ca1a484a5d6e84820d9761c9701f8a94381f66
2021-04-06docs: Documentation for classic pySim-{prog,read} toolsHarald Welte1-0/+99
Particularly the documentation for pySim-prog is far from being complete, but it's a start. Change-Id: Ic1932e62a5d7cf33e0dd74cb071cfa7f27c6e497
2021-04-02Use sphinx for generating documentationHarald Welte1-0/+2
This adds sphinx based documentation generation. For now, this manily renders some introduction and the autodoc-genreated class/method reference from the source code for our libraries. Actual user-level documentation for pySim-{prog,shell,read} remains to be added separately Change-Id: I52603e93c2c129a9e79687da6c534fa56a40a649