| docs | `make docs` | Build the documentation for the python wrapper (Lib and wrapper must be built beforehand) |
## Docker container
...
...
@@ -72,6 +73,7 @@ The following arguments are available :
| Arg | Description |
|-- |--|
| `build [lib] [wrapper]` | Will build the indicated component. `wrapper` should be built after `lib`. If none provided, build everything. |
| `docs [mode] [opts]` | Build the wrapper documentation using sphinx-build. Everything must be already built. You may override `mode` (default to `html`.). You may override the sphinx-build options by passing `opts` which are relayed to the sphinx-build command. To provide `opts`, `mode` must be set. |
| `clean [lib] [wrapper]` | Will cleanup the build directories. If no component provided, clean everything. |
| `bash` or `s` | Execute a bash terminal inside the docker. May or may not be useful. |
| `exec CMD [ARGS]` or `c [CMD] [ARGS]` | Execute the command `CMD` with the arguments `ARGS` inside the docker. May or may not be useful. |