Added chapter title formatting for numpy_images.rst

This commit is contained in:
emmanuelle
2016-07-02 21:47:17 +02:00
parent bd12c6c956
commit 59f8cbcdad
+2 -1
View File
@@ -1,5 +1,6 @@
==================================
A crash course on NumPy for images
----------------------------------
==================================
Images manipulated by ``scikit-image`` are simply NumPy arrays. Hence, a
large fraction of operations on images will just consist in using NumPy::