X Tutup
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

ITT/JIT APIs Documentation

Overview

This repository contains the source files for the ITT/JIT APIs online documentation, which is hosted on GitHub Pages. View the documentation here.

Build Documentation from Sources

  1. Install Sphinx and the required Sphinx theme:
    pip install sphinx sphinx_rtd_theme
  2. Navigate to the Documentation source folder:
    cd <ittapi_dir>/docs
  3. Build the Documentation with the following command:
    python -m sphinx . build
X Tutup