Adds a user manual to dpctl documentation#712
Merged
oleksandr-pavlyk merged 12 commits intomasterfrom Dec 23, 2021
Merged
Conversation
Contributor
Author
|
@oleksandr-pavlyk I closed the previous PR and opened the fresh one from a branch on our main repo rather than my fork. |
|
View rendered docs @ https://intelpython.github.io/dpctl/pulls/712/index.html |
Collaborator
2604713 to
3872302
Compare
0b3b37d to
0617448
Compare
d3eda70 to
0c3e682
Compare
Contributor
Author
|
@oleksandr-pavlyk A rough draft for device selection is now added. |
8c7d456 to
1c5f504
Compare
9ded2dd to
ff4093d
Compare
- Add a JSON file to store all urls.
- Add a new extlinks_gen module to read urls from the urls.json
into the extlinks dictionary read bu the sphinx.ext.extlinks
module.
- Use extlinks_gen inside conf.py.
- Add license header and other minor changes to conf.py.
- A page for the explaining device selection.
- A page for defining platforms and demonstrating platform
querying.
ff4093d to
74f0668
Compare
Contributor
Author
|
@oleksandr-pavlyk I cleaned up and rebased the commits. Review once and we can merge. |
74f0668 to
db5fd7a
Compare
oleksandr-pavlyk
approved these changes
Dec 23, 2021
Contributor
oleksandr-pavlyk
left a comment
There was a problem hiding this comment.
Thank you @diptorupd
|
Deleted rendered PR docs from intelpython.github.com/dpctl, latest should be updated shortly. 🤞 |
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The PR will add a new user manual demonstrating the various features of
dpctlfrom an end-user perspective.