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:
- Source codes: https://github.com/MIGG-NTU/MIG_Docs
- Website: https://migg-ntu.github.io/MIG_Docs/
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 openingbuild/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:
- Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made.
- NonCommercial: You may not use the material for commercial purposes.