-
Notifications
You must be signed in to change notification settings - Fork 292
Docs on xenopsd: Apply minor fixups to VM.build #6297
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
Docs on xenopsd: Apply minor fixups to VM.build #6297
Conversation
- Remove the superflous heading for the initial mermaid flowchart - Improve the description above the initial mermaid flowchart - Fix some headings from '# heading text' to '## heading text' - Rephrase the list heading for the platform data in Xenstore Signed-off-by: Bernhard Kaindl <[email protected]>
Signed-off-by: Bernhard Kaindl <[email protected]>
- Fix the link to the [NUMA feature description](/toolstack/features/NUMA) - Heading of build_pre: Shorter, less likely to wrap to new line - Rephrase for clarity, move non-essential remarks into parentheses - Avoid `` in [`text`](link): The `text` not visible to be a link Signed-off-by: Bernhard Kaindl <[email protected]>
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, looks good; I checked the fixes:
- xenopsd/walkthroughs/VM.build/VM_build:
"See the walk-through of the Domain.build function" ... (link fixed) - xenopsd/walkthroughs/VM.build/Domain.build:
"Call the numa_placement function as described in the NUMA feature description" ... - xenopsd/walkthroughs/VM.build/xenguest:
Headings are fixed: They have the proper CSS style and anchor links
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.
Coveralls is down for maintenance and
the continue-on-error
/ fail-on-error: false
was missing on one of the coverage upload steps.
As there is not much active work on Python now, it should be fine to not block PR work because of such errors.
@psafont / @lindig: The PR is ready for the merge queue again.
can this be rebased? we merged a fix for coveralls |
Signed-off-by: Bernhard Kaindl <[email protected]>
f181d72
to
51e48a6
Compare
@psafont: Fixed the conflict from the merged coveralls upload fix by Edwin |
No description provided.