Skip to content

Commit 8d74baa

Browse files
committed
Minor formatting
1 parent 54cbee3 commit 8d74baa

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CONTRIBUTING

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
We welcome any type of contribution. Have a look at our additional information [1]
2-
and please open an issue before starting any major activity, so that we can discuss
1+
We welcome any type of contribution. Have a look at our additional information [1]
2+
and please open an issue before starting any major activity, so that we can discuss
33
the details.
44

5-
[1] https://readthedocs.org/projects/pysmt/badge/?version=latest
5+
[1] http://pysmt.readthedocs.io/en/latest/development.html

docs/CHANGES.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ General:
304304

305305
* Improved handling of options in Solvers (PR #250):
306306

307-
Solver() takes **options as free keyword arguments. These options
307+
Solver() takes ``**options`` as free keyword arguments. These options
308308
are checked by the class SolverOptions, in order to validate that
309309
these are meaningful options and perform a preliminary validation to
310310
catch typos etc. by raising a ValueError exception if the option is

docs/development.rst

+4-3
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,15 @@ The setup.py script can be used to create packages. The command
182182

183183
will produce a tar.gz file inside the ``dist/`` directory.
184184

185-
For convenience the script *make_distrib.sh* is provided, this builds
185+
For convenience the script ``make_distrib.sh`` is provided, this builds
186186
both the binary and source distributions within ``dist/``.
187187

188188
Building Documentation
189189
======================
190190

191-
pySMT uses `Sphinx <http://www.sphinx-doc.org/en/stable/index.html/>`_ for documentation. To build the documentation you
192-
will need `Sphinx <http://www.sphinx-doc.org/en/stable/index.html/>`_ installed, this can be done via pip.
191+
pySMT uses `Sphinx <http://www.sphinx-doc.org/en/stable/index.html/>`_
192+
for documentation. To build the documentation you will need Sphinx
193+
installed, this can be done via pip.
193194

194195
A Makefile in the ``docs/`` directory allows to build the documentation in
195196
many formats. Among them, we usually consider html and latex.

0 commit comments

Comments
 (0)