aboutsummaryrefslogtreecommitdiffstats
path: root/docs/development/getting-started.rst
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-03-18 15:29:00 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-03-18 15:31:46 +0000
commitc5fffd3b33ace832697e2086411dc4e4f1ab03d0 (patch)
treee0c2671f4af2d5acacb28c99506ae31d43d98078 /docs/development/getting-started.rst
parent38c42635490d24d7ee88041b52002156c6f5a676 (diff)
downloadcryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.tar.gz
cryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.tar.bz2
cryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.zip
Standardise on sentence case for titles
Diffstat (limited to 'docs/development/getting-started.rst')
-rw-r--r--docs/development/getting-started.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/development/getting-started.rst b/docs/development/getting-started.rst
index 412f0545..3d9012eb 100644
--- a/docs/development/getting-started.rst
+++ b/docs/development/getting-started.rst
@@ -1,4 +1,4 @@
-Getting Started
+Getting started
===============
Working on ``cryptography`` requires the installation of a small number of
@@ -14,7 +14,7 @@ dependencies, install ``cryptography`` in ``editable`` mode. For example:
You are now ready to run the tests and build the documentation.
-Running Tests
+Running tests
~~~~~~~~~~~~~
``cryptography`` unit tests are found in the ``tests/`` directory and are
@@ -49,7 +49,7 @@ You may not have all the required Python versions installed, in which case you
will see one or more ``InterpreterNotFound`` errors.
-Explicit Backend Selection
+Explicit backend selection
~~~~~~~~~~~~~~~~~~~~~~~~~~
While testing you may want to run tests against a subset of the backends that
@@ -63,7 +63,7 @@ delimited list of backend names.
$ tox -- --backend=openssl
$ py.test --backend=openssl,commoncrypto
-Building Documentation
+Building documentation
~~~~~~~~~~~~~~~~~~~~~~
``cryptography`` documentation is stored in the ``docs/`` directory. It is