Bug Fixes
- **docker**: Add ability to replace USE_HOST
([`3cd4dc3`](https://github.com/Kitware/trame/commit/3cd4dc321db1e404ec4ce8ae7db8747868b4d255))
If a `TRAME_USE_HOST` environment variable is defined, then this will replace `USE_HOST` in the
final copy of the launcher json file.
If `TRAME_USE_HOST` contains `://`, then this will replace `ws://USE_HOST` instead.
Signed-off-by: Patrick Avery <patrick.averykitware.com>
- **docker**: Add additional build options
([`8ad6f44`](https://github.com/Kitware/trame/commit/8ad6f449347969e091bd178560edebb41c6aafb4))
This allows the user to separate out building the venv, launcher, and www.
The default behavior is that all will build if they do not exist. If they do exist, then they will
not be built.
However, the user can now select some options via a `TRAME_BUILD` environment variable. If this
string contains (single or any combination of) "venv", "launcher", or "www", then those respective
parts will be re-built, even if they already exist.
Additionally, a "no_www" can be specified in the `TRAME_BUILD` environment variable, which indicates
to skip the `www` generation, even if it does not exist.
Signed-off-by: Patrick Avery <patrick.averykitware.com>
- **docker**: Add build.sh script for easier builds
([`26effc0`](https://github.com/Kitware/trame/commit/26effc03b88cf5e86411fca80994c515ce29dee6))
Any arguments that you provide it get put into `TRAME_BUILD`, so you can add arguments like `no_www`
or `venv`.
Signed-off-by: Patrick Avery <patrick.averykitware.com>
Documentation
- **examples**: Reformat using black
([`6fdc5a5`](https://github.com/Kitware/trame/commit/6fdc5a5f2bb52a2eff42ed4c1dfac9ec187cf372))
- **markdown**: Provide encoding at read time
([`2760bc2`](https://github.com/Kitware/trame/commit/2760bc28917fa31cc7f97ea8dd9a361cfe9f541c))
- **readme**: Handle typos
([`12879f2`](https://github.com/Kitware/trame/commit/12879f2e1f0e5f0f8550221278908a32180e2d5b))
Minor edits
- **Selection**: Add paraview remote rendering selection example
([`f9f6f7b`](https://github.com/Kitware/trame/commit/f9f6f7bbb23585e65bf2aaa0ccbfd00e342ebd14))
- **selection**: Update pv selection with clear and click
([`0d06739`](https://github.com/Kitware/trame/commit/0d06739114ed3b37f838304b334295d6f93bf50d))
- **Style**: Add global css style example
([`00fa606`](https://github.com/Kitware/trame/commit/00fa60618aaff4f383b50e34e1c85d3a89d2e4b5))