Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 712 Bytes

File metadata and controls

23 lines (16 loc) · 712 Bytes

docs

This repo contains the code for the Slinky documentation site landing page hosted at: https://slinky.readthedocs.io

All other docs for Slinky are generated from the contents of the slurm-bridge and slurm-operator repos here: https://github.com/SlinkyProject

Getting started

This documentation site uses Sphinx with the PyData Theme.

To work on this site, we have provided a make target that runs sphinx-autobuild in a containerized environment, and serves the development site on http://127.0.0.1:8000

make run-docs

The docs will be available on: http://127.0.0.1:8000