microsoft/onnxruntime-extensions
Publicmirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable
onnxruntime_extensions/tools/pre_post_processing/readme.md
11lines · modecode
| 1 | Documentation was generated with pdoc3 (`pip install pdoc3`). |
| 2 | From the parent directory: |
| 3 | `python -m pdoc pdoc pre_post_processing -o ./pre_post_processing/docs --filter pre_post_processing` |
| 4 | |
| 5 | This was just a quick way to get some initial docs. |
| 6 | There are probably better python doc generation tools in the CI that can be used. |
| 7 | |
| 8 | It's not ideal in that there are no links between the different md files |
| 9 | e.g. the doc for the base Step class mentions the derived classes but doesn't provide links to read their doc. |
| 10 | |
| 11 | However it does seem to document each class fairly well. |
| 12 | |