diff --git a/HISTORY.rst b/HISTORY.rst index 21da1ca00..c3713e0ff 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,7 +13,7 @@ History * Added a number of new simplifications for more comprehensive generic parsing. * Improved validation for dates. * Support for Polish, Thai and Arabic dates. -* Support for pytz timezones. +* Support for :mod:`pytz` timezones. * Fixed building and packaging issues. diff --git a/README.rst b/README.rst index 272a1923c..39b52d2b5 100644 --- a/README.rst +++ b/README.rst @@ -19,6 +19,12 @@ dateparser -- python parser for human readable dates any string formats commonly found on web pages. +Documentation +============= + +Documentation can be found `here `_. + + Features ========