-
Notifications
You must be signed in to change notification settings - Fork 104
Add documentation for %trace #1010
Add documentation for %trace #1010
Conversation
Docs Build status updates of commit eababa1: 🕙 Pending: waiting for processors (5 builds ahead of you) |
Acrolinx ScorecardsA minimum Acrolinx score of 80 is required. Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology.
More information about Acrolinx |
Docs Build status updates of commit eababa1:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/user-guide/host-programs.md | View | Details | |
articles/media/trace_example.png | ✅Succeeded | View |
articles/user-guide/host-programs.md
- Line 571, Column 0: [Warning-hard-coded-locale]
Link 'https://docs.microsoft.com/en-us/qsharp/api/iqsharp-magic/trace' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching in the Docs contributor and Admin Guide
- See the frequently asked questions
- Post your question in the Docs support channel
Docs Build status updates of commit ea04de3: 🕙 Pending: waiting for processors (5 builds ahead of you) |
Acrolinx ScorecardsA minimum Acrolinx score of 80 is required. Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology.
More information about Acrolinx |
Docs Build status updates of commit ea04de3:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/user-guide/host-programs.md | View | Details | |
articles/media/trace_example.png | ✅Succeeded | View |
articles/user-guide/host-programs.md
- Line 571, Column 0: [Warning-hard-coded-locale]
Link 'https://docs.microsoft.com/en-us/qsharp/api/iqsharp-magic/trace' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching in the Docs contributor and Admin Guide
- See the frequently asked questions
- Post your question in the Docs support channel
Docs Build status updates of commit c091650: 🕙 Pending: waiting for processors (5 builds ahead of you) |
Acrolinx ScorecardsA minimum Acrolinx score of 80 is required. Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology.
More information about Acrolinx |
Docs Build status updates of commit c091650: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
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.
Thanks for adding this. A small comment about one of the links.
Docs Build status updates of commit ebc0f43: 🕙 Pending: waiting for processors (6 builds ahead of you) |
Acrolinx ScorecardsA minimum Acrolinx score of 80 is required. Click the scorecard links for each article to review the Acrolinx feedback on grammar, spelling, punctuation, writing style, and terminology.
More information about Acrolinx |
Docs Build status updates of commit ebc0f43:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/user-guide/host-programs.md | View | Details | |
articles/media/trace_example.png | ✅Succeeded | View |
articles/user-guide/host-programs.md
- Line 571, Column 127: [Warning-xref-not-found]
Cross reference not found: 'microsoft.quantum.iqsharp.magic-ref.trace'.
For more details, please refer to the build report.
If you see build warnings/errors with permission issues, it might be due to single sign-on (SSO) enabled on Microsoft's GitHub organizations. Please follow instructions here to re-authorize your GitHub account to Docs Build.
Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report.
Note: Your PR may contain errors or warnings unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
For any questions, please:
- Try searching in the Docs contributor and Admin Guide
- See the frequently asked questions
- Post your question in the Docs support channel
This PR adds in a short section under this docs page that explains how to visualize Q# programs with the
%trace
magic command.This PR contains a link to:
%trace
sample inQuantum
repo (PR not yet merged).%trace
docs (https://docs.microsoft.com/en-us/qsharp/api/iqsharp-magic/trace) which should be automatically populated in next release.