Skip to content

Commit

Permalink
Fix Sphinx warnings in news files.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed Jan 30, 2015
1 parent 4de78cf commit 5028e8a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions docs/source/2015-news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ Core
++++

- optimize the sync workers when listening on a single interface
- add `--sendfile` settings to enable/disable sendfile. fix issue:`856` .
- add the selectors module to the code base. issue:`886`
- add `--sendfile` settings to enable/disable sendfile. fix :issue:`856` .
- add the selectors module to the code base. :issue:`886`
- add `--max-requests-jitter` setting to set the maximum jitter to add to the
max-requests setting.
- fix issue:`899` propagate proxy_protocol_info to keep-alive requests
- fix issue:`863` worker timeout: dynamic timeout has been removed
- fix :issue:`899` propagate proxy_protocol_info to keep-alive requests
- fix :issue:`863` worker timeout: dynamic timeout has been removed
- fix: Avoid world writable file

Logging
+++++++

- fix issue:`941` set logconfig default to paster more trivially
- fix :issue:`941` set logconfig default to paster more trivially
- add statsd-prefix config setting: set the prefix to use when emitting statsd
metrics
- issue:`832` log to console by default
- :issue:`832` log to console by default

Thread Worker
+++++++++++++
Expand All @@ -40,7 +40,7 @@ Thread Worker
Eventlet Worker
+++++++++++++++

- fix issue:`867` Fix eventlet shutdown to actively shut down the workers.
- fix :issue:`867` Fix eventlet shutdown to actively shut down the workers.

Documentation
+++++++++++++
Expand Down
14 changes: 7 additions & 7 deletions docs/source/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ Core
++++

- optimize the sync workers when listening on a single interface
- add `--sendfile` settings to enable/disable sendfile. fix issue:`856` .
- add the selectors module to the code base. issue:`886`
- add `--sendfile` settings to enable/disable sendfile. fix :issue:`856` .
- add the selectors module to the code base. :issue:`886`
- fix :pr:`862` add `--max-requests-jitter` setting to set the maximum jitter to add to the
max-requests setting.
- fix issue:`899` propagate proxy_protocol_info to keep-alive requests
- fix issue:`863` worker timeout: dynamic timeout has been removed, fix a race
- fix :issue:`899` propagate proxy_protocol_info to keep-alive requests
- fix :issue:`863` worker timeout: dynamic timeout has been removed, fix a race
condition error
- fix: Avoid world writable file
- fix :issue:`917`: the deprecated ``--debug`` option has been removed.

Logging
+++++++

- fix issue:`941` set logconfig default to paster more trivially
- fix :issue:`941` set logconfig default to paster more trivially
- add statsd-prefix config setting: set the prefix to use when emitting statsd
metrics
- issue:`832` log to console by default
- :issue:`832` log to console by default
- fix :issue:`845`: set the gunicorn loggers from the paste config

Thread Worker
Expand All @@ -39,7 +39,7 @@ Thread Worker
Eventlet Worker
+++++++++++++++

- fix issue:`867` Fix eventlet shutdown to actively shut down the workers.
- fix :issue:`867` Fix eventlet shutdown to actively shut down the workers.

Documentation
+++++++++++++
Expand Down

0 comments on commit 5028e8a

Please sign in to comment.