From b2e9d9fa50b2947263d93d1a3e995d39866e4a39 Mon Sep 17 00:00:00 2001 From: mikeqfu Date: Mon, 13 Jun 2022 15:22:53 +0100 Subject: [PATCH] Modify README --- README.rst | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/README.rst b/README.rst index 93a720f..225c08e 100644 --- a/README.rst +++ b/README.rst @@ -35,13 +35,11 @@ Installation To install the latest release of pyhelpers from `PyPI `_ via `pip `_: -.. code-block:: console +.. code-block:: bash pip install --upgrade pyhelpers -.. note:: - - For more information, please also refer to `Installation `_. +**Note:** For more information, please also refer to `Installation `_. License ####### @@ -53,17 +51,15 @@ Cite as Fu, Q. (2020). PyHelpers: an open-source toolkit for facilitating Python users' data manipulation tasks. Zenodo. `doi:10.5281/zenodo.4017438 `_ -.. code-block:: +.. code-block:: bibtex @software{qian_fu_pyhelpers_4017438, - author = {Qian Fu}, - title = {{PyHelpers: an open-source toolkit for facilitating Python users' data manipulation tasks}}, - year = 2020, - publisher = {Zenodo}, - doi = {10.5281/zenodo.4017438}, - url = {https://doi.org/10.5281/zenodo.4017438} + author = {Qian Fu}, + title = {{PyHelpers: an open-source toolkit for facilitating Python users' data manipulation tasks}}, + year = 2020, + publisher = {Zenodo}, + doi = {10.5281/zenodo.4017438}, + url = {https://doi.org/10.5281/zenodo.4017438} } -.. note:: - - Please also refer to the export options from `Zenodo `_ to reference the specific version as appropriate when using PyHelpers. +**Note:** Please also refer to the export options from `Zenodo `_ to reference the specific version as appropriate when using PyHelpers.