Contributing

There are many ways you can contribute to SCS, and we welcome all help! Here are some ideas (of varying difficulty):

If you are interested in helping out, please start by opening a GitHub issue so we can track progress and ensure that our priorities align.

Building the docs

The example pages show real solver output, which is generated at build time rather than committed, so it can never drift from the solver. Building the docs therefore runs the C and Python examples and needs their dependencies:

pip install sphinx sphinx-rtd-theme breathe docutils   # the docs themselves
pip install scs numpy scipy cvxpy                      # to run the examples
cd docs/src && make docs

A C compiler and BLAS/LAPACK are also required, for the C example. Use make example_outputs to regenerate just the captured output, and DOCS_PYTHON=/path/to/venv/bin/python to point at a specific interpreter.

The one exception is examples/qp.m.out, which is committed: refreshing it needs a MATLAB licence, so it is updated by hand.