summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2023-03-31 11:18:18 +0100
committerGitHub <noreply@github.com>2023-03-31 11:18:18 +0100
commite97162105962d1db090a62d611bd798e28774c73 (patch)
tree5d6398438588375de40bfd5187300bc5d7df7c21
parentf2f47f935f359181ebacc329193176fcf146f92f (diff)
parent63f4591f2f00c8e812f30d8c6fe4c9018c74e717 (diff)
downloadfixtures-git-master.tar.gz
Merge pull request #79 from stephenfin/readme-tweaksHEADmaster
README: Use actual admonitions
-rw-r--r--README.rst18
1 files changed, 10 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index 1bc0e96..49e8bd6 100644
--- a/README.rst
+++ b/README.rst
@@ -499,14 +499,16 @@ an exception will be raised and the test (or other covered code) will fail.
When not gentle, the entire process will be terminated, which is less clean,
but more likely to break hangs where no Python code is running.
-> *Caution*
-> Only one timeout can be active at any time across all threads in a single
-> process. Using more than one has undefined results. (This could be improved
-> by chaining alarms.)
-
-> *Note*
-> Currently supported only on Unix because it relies on the ``alarm`` system
-> call.
+.. caution::
+
+ Only one timeout can be active at any time across all threads in a single
+ process. Using more than one has undefined results. (This could be improved
+ by chaining alarms.)
+
+.. note::
+
+ Currently supported only on Unix because it relies on the ``alarm`` system
+ call.
``WarningsCapture``
+++++++++++++++++++