Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 960 Bytes

File metadata and controls

28 lines (20 loc) · 960 Bytes

core-software-documents

This repository contains the design documentation of FORM, documentation for performance and hardware acceleration, and supporting tools for the project.

The FORM design documentation is written using Sphinx and organized to support a structured software architecture report, including system overview, architectural design, and implementation considerations.


Repository Structure

.
├── README.md  # Project overview (this file)
├── doc/       # Main documention directory
└── tools/     # Example environment setup and helper scripts for sphinx 

doc/

Contains the accelerator documentation and the Sphinx documentation project for FORM Design.

tools/

Contains environment configuration and setup scripts for Sphinx documentation.

  • environment.yml – Conda environment specification
  • setup_sphinxdocs-env.sh – environment setup script
  • See tools/README.md for details.