From e49b2ae61275eac8219f1a096be0ae9b5aa79f5d Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 15 Jan 2020 17:52:00 +0000 Subject: [PATCH] Make HTTP check doc heading more specific It was confusing that this was titled "Writing custom check rules" when it only discussed HTTP check rules. This makes it more clear what the document deals with. Change-Id: If23d817ab1392b97f1e2d8cfc3ddef2be9d9619c --- doc/source/user/plugins.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/user/plugins.rst b/doc/source/user/plugins.rst index 54d2dda5..9638cd81 100644 --- a/doc/source/user/plugins.rst +++ b/doc/source/user/plugins.rst @@ -1,6 +1,6 @@ -========================== -Writing custom check rules -========================== +======================== +Writing HTTP check rules +======================== oslo.policy has supported the following syntax for a while:: @@ -48,4 +48,4 @@ Example code - HttpCheck .. literalinclude:: ../../../oslo_policy/_external.py :language: python :linenos: - :lines: 28-64 \ No newline at end of file + :lines: 28-64