Skip to content

cellgeni/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.