Skip to content

Commit

Permalink
add link to test files
Browse files Browse the repository at this point in the history
  • Loading branch information
xlcnd committed Feb 11, 2015
1 parent 8932ddb commit 9b9ed56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Main Functions
``ren(filename)``
Rename a file using metadata from an ISBN in his filename.

See the file test_core_ and test_ext_ for **a lot of examples**.
See files test_core_ and test_ext_ for **a lot of examples**.


Install
Expand Down
5 changes: 5 additions & 0 deletions docs/devs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ In the namespace ``isbnlib`` you have access to the core methods:
``ren(filename)``
Rename a file using metadata from an ISBN in his filename.

See files test_core_ and test_ext_ for **a lot of examples**.

The exceptions raised by these methods can all be catched using ``ISBNLibException``.

Expand Down Expand Up @@ -195,3 +196,7 @@ framework to further developement, take a look at isbntools_.
.. _sourcegraph: https://sourcegraph.com/github.com/xlcnd/isbnlib

.. _isbntools: https://github.com/xlcnd/isbntools

.. _test_core: https://github.com/xlcnd/isbnlib/blob/master/isbnlib/test/test_core.py

.. _test_ext: https://github.com/xlcnd/isbnlib/blob/master/isbnlib/test/test_ext.py

0 comments on commit 9b9ed56

Please sign in to comment.