An open API service indexing awesome lists of open source software.

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

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