Skip to content
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

Doc update: config.rst bugfixes and formatting #272

Merged
merged 4 commits into from
Jun 18, 2020
Merged

Conversation

marshallward
Copy link
Collaborator

This patch fixes some errors in the config.rst documentation file:

  • A code block was missing its leading blank line

  • Some double-quote (``) works were using triple-quotes

Some formatting changes were also made:

  • Trailing whitespace was removed

  • Column width (79) was consistently appled across the file.

Finally, a typo was fixed (defaul -> default).

This patch fixes some errors in the config.rst documentation file:

- A code block was missing its leading blank line

- Some double-quote (``) works were using triple-quotes

Some formatting changes were also made:

- Trailing whitespace was removed

- Column width (79) was consistently appled across the file.

Finally, a typo was fixed (defaul -> default).
We do not use html_static_path even though this configuration was
enabled.

This was causing a warningdue to the absence of the directory.  This
patch removes the configuration, and the warning.
@coveralls
Copy link

coveralls commented Jun 16, 2020

Coverage Status

Coverage remained the same at 41.274% when pulling 16efbd0 on docupdate into e5f3787 on master.

@pep8speaks
Copy link

pep8speaks commented Jun 16, 2020

Hello @marshallward! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 96:1: E265 block comment should start with '# '

Comment last updated at 2020-06-18 03:23:15 UTC

Labels for `usage` and `manifest` appear to be unncessary, since Sphinx
automatically uses the document name to assign those labels.

Removing them appears to eliminate the duplicate label warning from
Sphinx.
@marshallward marshallward merged commit 1549c5b into master Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants