ittapi-sys 0.5.0

Rust bindings for ittapi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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](https://intel.github.io/ittapi).

## Build Documentation from Sources

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