Skip to content

Commit c1215cd

Browse files
committedFeb 1, 2018
Fix rst rendering on pypi
1 parent 28557a7 commit c1215cd

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
 

‎README.rst

+6-7
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,11 @@ Installation
8888
------------
8989

9090
Requirements
91-
~~~~~~~~~~~~
91+
^^^^^^^^^^^^
9292

9393
- Python 3.3+ or Python 2.7
9494
- macOS or Linux (Windows not officially supported, but might work)
9595

96-
Installation Options:
97-
~~~~~~~~~~~~~~~~~~~~~
98-
9996
Installing on Mac or Linux
10097
^^^^^^^^^^^^^^^^^^^^^^^^^^
10198

@@ -125,7 +122,7 @@ Installing on Windows
125122
^^^^^^^^^^^^^^^^^^^^^
126123

127124
While Windows isn't officially supported, helpful users have posted
128-
instuctions on how to install this library:
125+
instructions on how to install this library:
129126

130127
- `@masoudr's Windows 10 installation guide (dlib +
131128
face\_recognition) <https://github.com/ageitgey/face_recognition/issues/175#issue-257710508>`__
@@ -384,9 +381,11 @@ Facial Recognition
384381
camera <https://github.com/ageitgey/face_recognition/blob/master/examples/facerec_on_raspberry_pi.py>`__
385382
- `Run a web service to recognize faces via HTTP (Requires Flask to be
386383
installed) <https://github.com/ageitgey/face_recognition/blob/master/examples/web_service_example.py>`__
384+
- `Recognize faces with a K-nearest neighbors
385+
classifier <https://github.com/ageitgey/face_recognition/blob/master/examples/face_recognition_knn.py>`__
387386

388-
How Face Recognition Works
389-
--------------------------
387+
.. rubric:: How Face Recognition Works
388+
:name: how-face-recognition-works
390389

391390
| If you want to learn how face location and recognition work instead of
392391
| depending on a black box library, `read my

0 commit comments

Comments
 (0)
Please sign in to comment.