.. py:currentmodule:: lsst.ts.hexapod .. _lsst.ts.hexapod.developer_guide: ############### Developer Guide ############### The Hexapod CSC is implemented using `ts_salobj `_ and `ts_hexrotcom `_. .. _lsst.ts.hexapod-api: API === The primary class is: * `HexapodCsc`: the CSC. .. automodapi:: lsst.ts.hexapod :no-main-docstr: :no-inheritance-diagram: Build and Test ============== This is a pure python package. There is nothing to build except the documentation. .. code-block:: bash make_idl_files.py ATDome setup -r . pytest -v # to run tests package-docs clean; package-docs build # to build the documentation Contributing ============ ``lsst.ts.hexapod`` is developed at https://github.com/lsst-ts/ts_hexapod. You can find Jira issues for this module using `labels=ts_hexapod `_..