File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 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
3
3
the details.
4
4
5
- [1] https ://readthedocs.org/projects/pysmt/badge/?version= latest
5
+ [1] http ://pysmt. readthedocs.io/en/ latest/development.html
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ General:
304
304
305
305
* Improved handling of options in Solvers (PR #250):
306
306
307
- Solver() takes **options as free keyword arguments. These options
307
+ Solver() takes `` **options `` as free keyword arguments. These options
308
308
are checked by the class SolverOptions, in order to validate that
309
309
these are meaningful options and perform a preliminary validation to
310
310
catch typos etc. by raising a ValueError exception if the option is
Original file line number Diff line number Diff line change @@ -182,14 +182,15 @@ The setup.py script can be used to create packages. The command
182
182
183
183
will produce a tar.gz file inside the ``dist/ `` directory.
184
184
185
- For convenience the script * make_distrib.sh * is provided, this builds
185
+ For convenience the script `` make_distrib.sh `` is provided, this builds
186
186
both the binary and source distributions within ``dist/ ``.
187
187
188
188
Building Documentation
189
189
======================
190
190
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.
193
194
194
195
A Makefile in the ``docs/ `` directory allows to build the documentation in
195
196
many formats. Among them, we usually consider html and latex.
You can’t perform that action at this time.
0 commit comments