Skip to content

Commit

Permalink
Improve settings documentation
Browse files Browse the repository at this point in the history
I was reading the documentation to configure another application successfully deployed with Gunicorn, and thought the documentation here could be improved a bit for clarity.

* Use code highlighting for the names, to indicate they are the names to use in the Python configuration file.
* Spell out the CLI flags and defaults with "Command line" and "Default" prefixes so it's clear what these are
* Consistently use Python syntax for the defaults, so the types may be more easily understood.
* Split multiple CLI flags with "or" rather than a comma, for clarity and easier copy-paste.
* Improve some descriptions, such as for ``raw_env`` and a header for "Server Hooks".
  • Loading branch information
adamchainz authored and berkerpeksag committed Jan 6, 2021
1 parent 86eac4c commit 3273492
Showing 1 changed file with 410 additions and 367 deletions.
Loading

0 comments on commit 3273492

Please sign in to comment.