Skip to content

Commit

Permalink
fixed headings
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber authored Jul 6, 2019
1 parent e19d1ec commit 66145d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Tests
Tests
=====

This is a literate doctest.
Run ``python3 -m doctest -v tests.rst`` to test.

## greek_normalisation.utils
greek_normalisation.utils
-------------------------

>>> from greek_normalisation.utils import (
... nfd, nfc, nfkc,
Expand Down Expand Up @@ -75,7 +77,8 @@ False
True


## normalise
normalise
---------

>>> from greek_normalisation.normalise import Normaliser

Expand Down

0 comments on commit 66145d5

Please sign in to comment.