mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-13 17:45:20 +08:00
Merge pull request #1811 from emmanuelle/sphinx
Update Sphinx requirement
This commit is contained in:
@@ -56,3 +56,10 @@ Testing requirements
|
||||
A Python Unit Testing Framework
|
||||
* `Coverage.py <http://nedbatchelder.com/code/coverage/>`__
|
||||
A tool that generates a unit test code coverage report
|
||||
|
||||
|
||||
Documentation requirements
|
||||
--------------------------
|
||||
|
||||
`sphinx >= 1.3 <http://sphinx-doc.org/>`_ is required to build the
|
||||
documentation.
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
To build docs, run `make` in this directory. `make help` lists all targets.
|
||||
|
||||
## Requirements ##
|
||||
Sphinx and Latex is needed to build doc.
|
||||
Sphinx (>= 1.3) and Latex is needed to build doc.
|
||||
|
||||
**Sphinx:**
|
||||
```sh
|
||||
|
||||
@@ -122,7 +122,7 @@ the image. The histogram of pixel values is computed with
|
||||
|
||||
:func:`histogram` returns the number of pixels for each value bin, and
|
||||
the centers of the bins. The behavior of :func:`histogram` is therefore
|
||||
slightly different from the one of :func:`np.histogram`, which returns
|
||||
slightly different from the one of :func:`numpy.histogram`, which returns
|
||||
the boundaries of the bins.
|
||||
|
||||
The simplest contrast enhancement :func:`rescale_intensity` consists in
|
||||
|
||||
Reference in New Issue
Block a user