-
Notifications
You must be signed in to change notification settings - Fork 48
Add ITT/JIT API documentation source files and gh-action to deploy docs to gh-pages #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@vikramts please review this PR |
|
||
Using JIT API | ||
============= | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Just-in-Time(JIT) API:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renamed it to consistent with ITT API topic: Compile and Link with JIT API
docs/src/using-jit-api.rst
Outdated
|
||
|
||
Use the static library provided with the product: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
provided with which product? the JIT API?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated to "Link the jitprofiling Static Library"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added comments, revisions, and some questions to all 39 files :)
Please inform once the changes are complete and I will approve the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved with revisions
The ITT/JIT API Documentation from the Intel® VTune Profiler and Intel® Graphics Performance Analyzers User Guides has been consolidated into this repository, providing a single, unified source of information.
This PR introduces the following changes:
docs
folder containing .rst source files for the project documentation, readme with build steps using sphinx and sphinx configuration files.gh-pages
branch. The workflow triggers on changes to thedocs
folder and ensures the latest documentation is always available online. The documentation is deployed to GitHub Pages, making it accessible via the repository's GitHub Pages URL.The Preview of the rendered documentation is available here: https://eparshut.github.io/ittapi