-
Notifications
You must be signed in to change notification settings - Fork 886
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
Overhaul Style Guide #2838
Overhaul Style Guide #2838
Conversation
- add how to update and contribute - add file conventions - add line conventions
Rename Typographical Conventions to Style Guide
- trailing white space - indentation - split line lengths and paragraphs
Add Introduction and other sections
- add description - add introduction - add headings - add grammar, spelling, capitalization preferences
Add Page structure section
- add literal includes - add displaying long commands - add sphinx to intersphinx - garden
More style guide updates
add literalinclude options
- start work on inline and block reST sections
- add rendering of headings for testing - add topic directive - dedent displaying code - add italics, strong - add Pytyon modules, classes, methods, functions - add tables heading (WIP) - add API documenation (WIP)
more style guide updates
- add lists, tables, danger, todo, comments
add todo Sphinx extension for todo blocks
- add parsed-literals
Add more sections to the Style Guide
restore Typographical Conventions, an edited and condensed version of…
@bertjwregeer Typo Conv is back and better than ever. One day, when we have a useful pylonsproject.org, I'll move the Style Guide over there to share across all Pylons Project projects. |
We're close to releasing the new pylonsproject.org. However, I want to use Sphinx to render If there are no further suggestions or objections, then I'll merge this PR this evening. |
There are things in the Typographical Conventions that don't belong there. Such as what a bulleted list is, or headings. It needs to contain a little information for users to know "Ah, that means it's code" or "that is a command I run" or "this is a warning". Here's some typographical conventions from three random books I pulled down off my bookshelf: |
update typographical conventions per @bertjwregeer
@bertjwregeer Updated. I'll merge this evening if there are no further suggestions. |
👍 much better. Thanks! |
Thanks for the feedback! |
This PR addresses issue #2633, and expands the Style Guide as an easy reference for documentation authors.
Request review and feedback.