Docs-as-code tooling for Eclipse S-CORE
The S-CORE docs Sphinx configuration and build code.
bazel run //docs:incremental_latest
_build/
for incremental
Create the virtual environment via bazel run //process:ide_support
.
If your IDE does not automatically ask you to activate the newly created environment you can activate it.
- In VSCode via
ctrl+p
=>Select Python Interpreter
then select.venv/bin/python
- In the terminal via
source .venv/bin/activate
bazel test //src:format.check
bazel run //src:format.fix
bazel run //:copyright-check
bazel run //:copyright.fix