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 Interpreterthen select.venv/bin/python - In the terminal via
source .venv/bin/activate
bazel test //src:format.check
bazel run //src:format.fixbazel run //:copyright-check
bazel run //:copyright.fix