diff --git a/README.rst b/README.rst index 77fc6b4..9e15f9f 100644 --- a/README.rst +++ b/README.rst @@ -23,12 +23,7 @@ PyHelpers :alt: Zenodo - DOI :target: https://zenodo.org/badge/latestdoi/173177909 -PyHelpers is an open-source Python package designed as a lite toolkit for facilitating data (pre)processing. It offers a miscellaneous collection of handy utilities, which could assist us in performing many common data manipulation tasks, such as reading/writing of file-like objects, handling of various types of data (e.g. geographical data and textual data) and communication with relational databases (e.g. PostgreSQL). - -Documentation -############# - -The PyHelpers documentation (including detailed examples and a quick-start tutorial) is hosted on `ReadTheDocs `_: [`HTML `_] [`PDF `_]. +PyHelpers is an open-source Python package designed as a lite toolkit for facilitating data (pre)processing. It offers a miscellaneous collection of handy utilities, which could assist us in performing many common data manipulation tasks, such as reading/writing of file-like objects, handling of various types of data (e.g. geographical data and textual data) and communication with relational databases (e.g. PostgreSQL and Microsoft SQL Server). Installation ############ @@ -39,7 +34,12 @@ To install the latest release of pyhelpers from `PyPI `_. +For more information, please refer to `Installation `_. + +Documentation +############# + +The full PyHelpers documentation (including detailed examples and a quick-start tutorial) is hosted on `ReadTheDocs `_: [`HTML `_] [`PDF `_]. License ####### diff --git a/docs/source/index.rst b/docs/source/index.rst index d3d0fbb..cf23316 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -28,7 +28,7 @@ PyHelpers | **Author**: Qian Fu | **Email**: q.fu@bham.ac.uk -PyHelpers is an open-source Python package designed as a lite toolkit for facilitating data (pre)processing. It offers a miscellaneous collection of handy utilities, which could assist us in performing many common data manipulation tasks, such as reading/writing of file-like objects, handling of various types of data (e.g. geographical data and textual data) and communication with relational databases (e.g. PostgreSQL). +PyHelpers is an open-source Python package designed as a lite toolkit for facilitating data (pre)processing. It offers a miscellaneous collection of handy utilities, which could assist us in performing many common data manipulation tasks, such as reading/writing of file-like objects, handling of various types of data (e.g. geographical data and textual data) and communication with relational databases (e.g. PostgreSQL and Microsoft SQL Server). .. toctree:: diff --git a/docs/source/introduction.rst b/docs/source/introduction.rst index 66bd2d5..a70e74c 100644 --- a/docs/source/introduction.rst +++ b/docs/source/introduction.rst @@ -4,4 +4,4 @@ About PyHelpers =============== -PyHelpers is an open-source Python package designed as a lite toolkit for facilitating data (pre)processing. It offers a miscellaneous collection of handy utilities, which could assist with performing many common data manipulation tasks, such as reading/writing of file-like objects, handling of various types of data (e.g. geographical data and textual data) and communication with relational databases (e.g. PostgreSQL). +PyHelpers is an open-source Python package designed as a lite toolkit for facilitating data (pre)processing. It offers a miscellaneous collection of handy utilities, which could assist us in performing many common data manipulation tasks, such as reading/writing of file-like objects, handling of various types of data (e.g. geographical data and textual data) and communication with relational databases (e.g. PostgreSQL and Microsoft SQL Server).