diff --git a/README.md b/README.md index dca8dd5..6348551 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [frds](https://github.com/mgao6767/frds/) is a Python library to simplify the complexities often encountered in financial research. It provides a collection of ready-to-use methods for computing a wide array of measures in the literature. -It is developed by Dr. [Mingze Gao](https://mingze-gao.com) from the University of Sydney, as a personal project during his postdoctoral research fellowship. +It is developed by Dr. [Mingze Gao](https://mingze-gao.com) from the Macquarie University, initially started as as a personal project during his postdoctoral research fellowship at the University of Sydney. ## Installation @@ -18,7 +18,7 @@ pip install frds This library is still under development and breaking changes may be expected. -If there's any issue (likely), please contact me at [mingze.gao@sydney.edu.au](mailto:mingze.gao@sydney.edu.au) +If there's any issue (likely), please contact me at [mingze.gao@mq.edu.au](mailto:mingze.gao@mq.edu.au) ## Supported measures and algorithms diff --git a/docs/source/conf.py b/docs/source/conf.py index 25a61dd..b4b7ef0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "frds" -copyright = "2023, Mingze Gao" +copyright = "2023 - 2024, Mingze Gao" author = "Mingze Gao" html_title = "frds" html_shorttitle = "frds" diff --git a/docs/source/index.rst b/docs/source/index.rst index 76bb2cf..1d26f97 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,8 +6,9 @@ Financial Research Data Services complexities often encountered in financial research. It provides a collection of ready-to-use methods for computing a wide array of measures in the literature. -It is developed by Dr. `Mingze Gao `_ from the University of Sydney, as -a personal project during his postdoctoral research fellowship. +It is developed by Dr. `Mingze Gao `_ from the Macquarie +University, initially started as as a personal project during his postdoctoral +research fellowship at the University of Sydney. |GitHub license| |PyPI Downloads| |Tests| |PyPI Version| @@ -30,7 +31,7 @@ a personal project during his postdoctoral research fellowship. Breaking changes may be expected. If there's any issue (likely), please contact me at - `mingze.gao@sydney.edu.au `_. + `mingze.gao@mq.edu.au `_. ------------ Quick start