This repository contains the source codes of the MIG Documenation, which collects useful resources and links for the Mathematical Imaging and Geophysics Group (MIGG) at NTU:
The documentation is built by Sphinx. We can follow the steps below to build the documenation on our own computers.
Clone the repository
# Assume that the repository is downloaded to ~/Downloads/
$ cd ~/Downloads/
# Clone the repository and then switch to the directory
$ git clone https://github.com/MIGG-NTU/MIG_Docs.git
$ cd MIG_Docs
Install requirements
# Install requirements including Sphinx
$ pip install -r requirements.txt
Compile and generate documentation in HTML format
$ make html
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.
This material uses Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). You are free to share and adapt the material as long as you follow the following license terms: