Skip to content

Commit e303f8c

Browse files
committed
small changes 3
1 parent f691d41 commit e303f8c

21 files changed

Lines changed: 160 additions & 638 deletions

docs/index.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ Intel® Instrumentation and Tracing Technology (ITT) and Just-In-Time (JIT) API
1414
:maxdepth: 1
1515
:caption: Contents:
1616

17-
overview
18-
build
19-
ref_collector
20-
src/compile-and-link-with-itt-api
21-
src/instrumenting-your-application
17+
src/overview
18+
src/build
2219
src/api-support
20+
src/ref_collector
2321
GitHub Project <https://github.com/intel/ittapi>
2422

-1.16 KB
Binary file not shown.
-48.3 KB
Binary file not shown.
-262 Bytes
Binary file not shown.
-668 Bytes
Binary file not shown.
-955 Bytes
Binary file not shown.
-29.2 KB
Binary file not shown.
-20.7 KB
Binary file not shown.

docs/src/api-support.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
API Usage and Reference
44
=======================
55

6+
.. note::
7+
8+
The ITT API is a set of pure C/C++ functions. There are no Java* or .NET*
9+
APIs. If you need runtime environment support, you can use a JNI, or C/C++
10+
function call from the managed code.
11+
12+
613
C/C++ API Usage and Reference:
714
------------------------------
815

@@ -14,13 +21,13 @@ C/C++ API Usage and Reference:
1421
jit-api-support
1522

1623

17-
API Usage and Reference for Other Programming Languages
18-
-------------------------------------------------------
24+
Other Language API Bindings:
25+
----------------------------
1926

2027
.. toctree::
2128
:maxdepth: 1
2229

2330

24-
RUST ITT API bindings <https://docs.rs/ittapi/latest/ittapi>
25-
Python ITT API bindings <https://pypi.org/project/ittapi>
31+
Rust ITT API Bindings <https://docs.rs/ittapi/latest/ittapi>
32+
Python ITT API Bindings <https://pypi.org/project/ittapi>
2633

docs/src/basic-usage-and-configuration.rst

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)