An open API service indexing awesome lists of open source software.

https://github.com/cellgeni/docs

CellGen IT documentation
https://github.com/cellgeni/docs

docs readthedocs sanger wiki

Last synced: 5 months ago
JSON representation

CellGen IT documentation

Awesome Lists containing this project

README

          

# Overview

This repository contains the source files used to render the documentation for https://cellgeni.readthedocs.org

The documentation hosted on ReadTheDocs offers a comprehensive guide to our tools, platforms and services.

## Repository Structure

- `.readthedocs.yaml`: The file specifies how the documentation project should be built on Read the Docs. See https://readthedocs.org/projects/cellgeni/
- `docs/source/`: Contains the reStructuredText (`.rst`) files and Markdown files used to generate the documentation.
- `docs/source/index.rst`: The main entry point for the documentation.
- `docs/source/conf.py`: Configuration file to control the Sphinx documentation builder.
- `docs/requirements.txt`: List of dependencies required to build the documentation.