https://github.com/mrpt/pymrpt-docs
pydoc for pymrpt bindings
https://github.com/mrpt/pymrpt-docs
mrpt
Last synced: 8 months ago
JSON representation
pydoc for pymrpt bindings
- Host: GitHub
- URL: https://github.com/mrpt/pymrpt-docs
- Owner: MRPT
- License: cc0-1.0
- Created: 2023-05-01T06:22:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T13:33:58.000Z (over 2 years ago)
- Last Synced: 2024-12-27T05:23:38.539Z (9 months ago)
- Topics: mrpt
- Homepage: https://mrpt.github.io/pymrpt-docs/mrpt.pymrpt.mrpt.html
- Size: 1.06 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pymrpt-docs
pydoc for pymrpt bindings## Regenerate docs
# build pymrpt locally
# ...export PYTHONPATH=/home/jlblanco/code/mrpt/build-Release
cd docs && ~/code/mrpt/python/build-pydocs-from-local-build.sh# overwrite
git commit -a --amend
git push --force