| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
The SDK documentation is a separate Python module since it has dependencies that are not relevant for the metratec_rfid library itself.
The docs are generated with the Python documentation generator Sphinx.
Follow the instructions of the projects main README to create a virtual environment and activate it.
Afterwards, install Sphinx and other project dependencies with:
pip install -r ../requirements.txt -r requirements.txtThen run
make htmlto build the documentation, which will be located in the build/html folder.
To view the documentation, double-click the index.html or drag it into your browser.
The pylint package contains pyreverse which can be used to create class diagrams. To create a PNG diagram for the whole metratec_rfid module, use:
pyreverse -o png metratec_rfid
This may yield a very large diagram, so in order to create a diagram for a specific class, e.g. the PulsarLR reader class, use:
pyreverse -o png -c metratec_rfid.pulsar_lr.PulsarLR metratec_rfid
| Back | FazBrowse Home | New Git URL |