Skip to content

MIGG-NTU/MIG_Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIG Documentation

Deploy License: CC BY-NC 4.0

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:

Build the documentation

The documentation is built by Sphinx. We can follow the steps below to build the documenation on our own computers.

  1. 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
    
  2. Install requirements

    # Install requirements including Sphinx
    $ pip install -r requirements.txt
    
  3. Compile and generate documentation in HTML format

    $ make html
    
  4. 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.

License

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.