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
- Host: GitHub
- URL: https://github.com/cellgeni/docs
- Owner: cellgeni
- License: mit
- Created: 2018-05-24T22:46:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T09:55:37.000Z (12 months ago)
- Last Synced: 2025-09-09T23:50:47.841Z (9 months ago)
- Topics: docs, readthedocs, sanger, wiki
- Homepage: https://cellgeni.readthedocs.io
- Size: 8.57 MB
- Stars: 1
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.