summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Withers <chris@simplistix.co.uk>2018-11-29 07:51:50 +0000
committerGitHub <noreply@github.com>2018-11-29 07:51:50 +0000
commit1fc10d26810411e3ffaeede4ce1ab008fee743d6 (patch)
treeed0262b448842805141d52bab57fa361400a95ed /docs
parent6f901da0d0e700e560b607f3c04be33b1eb7e21e (diff)
parent0f7f20fe3c52660c42dcaf304e6ece92a785974e (diff)
downloadmock-1fc10d26810411e3ffaeede4ce1ab008fee743d6.tar.gz
Merge pull request #436 from jdufresne/sphinx-warnings
Fix Sphinx warnings
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 39770f1..a8a4dcf 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -1,6 +1,6 @@
-====================================
+===================================
Mock - Mocking and Testing Library
-====================================
+===================================
:Version: |release|
:Date: |today|
@@ -50,7 +50,7 @@ code compatible with Python 2.7 and 3.4 and up.
* Python 2.6 and 3.3 are supported by mock 2.0.0 and below.
* Python 3.2 is supported by mock 1.3.0 and below - with pip no longer
-supporting 3.2, we cannot test against that version anymore.
+ supporting 3.2, we cannot test against that version anymore.
Please see the standard library documentation for usage details.
@@ -121,7 +121,7 @@ Maintainer Notes
++++++++++++++++
Development
-===========
+-----------
Checkout from git (see :ref:`installing`) and submit pull requests.
@@ -134,7 +134,7 @@ someone could contribute a patch to .travis.yml to support it that would be
excellent.
Releasing
-=========
+---------
NB: please use semver. Bump the major component on API breaks, minor on all
non-bugfix changes, patch on bugfix only changes.
@@ -144,13 +144,13 @@ non-bugfix changes, patch on bugfix only changes.
Backporting rules
-=================
+-----------------
isinstance checks in cPython to ``type`` need to check ``ClassTypes``.
Code calling ``obj.isidentifier`` needs to change to ``_isidentifier(obj)``.
Backporting process
-===================
+-------------------
1. Patch your git am with `my patch <https://github.com/rbtcollins/git>`_.
2. Install the applypatch-transform hook from tools/ to your .git hooks dir.