-
-
Notifications
You must be signed in to change notification settings - Fork 508
Migration: fix indented lists and raw html tables #1508
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
All raw directives have been removed or replaced by reStructuredText list-tables.
|
@parulin would you update yout branch to the state of current rst branch or should I? |
RTD provides own CI service
* Use dirhtml as default builder for readthedocs (clean URLs) * The configuration variables are now sorted with respect to the Sphinx documentation * Remove useless comments in conf.py * Add new comments for each section, following Sphinx documentation order * The code corresponding to videos have been moved from config to a dedicated extension. * Use proper HTML theme options * Exclude all files starting with `.`, `_` (sphinx convention) * Use OpenSearch
* Avoid checking .onion domains. * Do not download links to check anchors
* reuse html builder * rename videos extension to youtube_frame * remove HTML body max/min parameters * remove reference to release number in HTML title
Changing `bash` lexer to `console` because it is appropriate most of the time. Then after a manual review, some lexer have been changed. I used `text` each time I was unsure, and for prompt outputs. The page `/developer/building/qubes-iso-building.rst` still need to be reviewed (look for lines starting with `$ #`). I'm not sure about the Windows pages, should we use [doscon](https://pygments.org/docs/lexers/#pygments.lexers.shell.MSDOSSessionLexer) or `powershell`? Is there an appropriate lexer for `guid.conf` content? **Statistics - Before** 870 bash 9 python 9 c 2 yaml **Statistics - After** 684 console 111 text 44 bash 16 yaml 9 systemd 9 c 8 python 4 ini 4 doscon 2 markdown 2 desktop 1 xorg.conf 1 xml+jinja 1 xml 1 kconfig 1 html This suggests that the default lexer should be `console`.
* Most of text blocks are in fact output blocks
* On qubes-iso-building.rst, try to get something correct for console
lines starting with a comment
* Fixing a wrong :menuselection: item.
Statistics:
685 console
79 text
44 bash
35 output
16 yaml
9 systemd
9 c
8 python
4 ini
4 doscon
2 markdown
2 desktop
1 xorg.conf
1 xml+jinja
1 xml
1 kconfig
1 html
Thanks to @tokideveloper !!!
|
Oh no! I made a mistake :[ |
1154873 to
6d9913d
Compare
|
Is that sufficiently correct? :/ |
c38ab11 to
12ffcb3
Compare
|
Qubes builder looks weird, but I can have a though look at it when reviewing :) Thank you |
Fixing a previous mistake.
I previously erased these edits ... This restores a82da5b
12ffcb3 to
08672d4
Compare
|
|
||
|
|
||
| 1. for Fedora, use: | ||
| 2. **Installing dependencies** |
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.
Please remove the emphasis since this is a style change not really consistent with the rest of the document(ation)
All raw directives have been removed or replaced by reStructuredText list-tables.
Thanks @tokideveloper
Original PR: #1502