From 5028e8a534b847321c3e5ede6539e27270edc625 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Fri, 30 Jan 2015 22:23:00 +0200 Subject: [PATCH] Fix Sphinx warnings in news files. --- docs/source/2015-news.rst | 14 +++++++------- docs/source/news.rst | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/source/2015-news.rst b/docs/source/2015-news.rst index c4a762f0..673b7de7 100644 --- a/docs/source/2015-news.rst +++ b/docs/source/2015-news.rst @@ -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 +++++++++++++ @@ -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 +++++++++++++ diff --git a/docs/source/news.rst b/docs/source/news.rst index be28181e..fb83ec74 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -12,12 +12,12 @@ 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. @@ -25,10 +25,10 @@ Core 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 @@ -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 +++++++++++++