8000 GitHub - CSUPZW/TomoATT-docs: Documentation for TomoATT
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CSUPZW/TomoATT-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TomoATT Documentation

This repository contains source codes of TomoATT Documentation powered by Sphinx with Pydata theme.

Build a environment

  1. Create a conda environment
conda create --name tomoatt-docs --channel conda-forge

Then activate the virtual environment

conda activate tomoatt-docs
  1. Install dependence
conda install sphinx sphinx-copybutton sphinx-design myst-nb pydata-sphinx-theme

Build the documentation

  1. Clone this repository
git clone https://github.com/MIGG-NTU/TomoATT-docs.git
cd TomoATT-docs
  1. Compile and generate documentation in HTML format
make html
  1. The generated documentation is located in the build/html/ directory and can be previewed locally by directly opening build/html/index.html with a browser.

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.3%
  • Batchfile 21.0%
  • Makefile 16.7%
0