Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 774 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 774 Bytes

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.