diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93aadd3..e0a93e5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ In this guide we present how the expected contributions might be proposed. ## Getting started -The recommended first step is to read the project's [README](README.md) for an overview of what this repository contains. +The recommended first step is to read the project's [README](https://github.com/petrobras/BibMon/blob/main/README.md) for an overview of what this repository contains. ## Asking questions @@ -21,8 +21,8 @@ Please do not open issues to ask questions. Please use the Discussions section a Before you can contribute to this project, we require you read and agree to the following documents: -* [CODE OF CONDUCT](CODE_OF_CONDUCT.md); -* [CONTRIBUTOR LICENSE AGREEMENT](CONTRIBUTOR_LICENSE_AGREEMENT.md); +* [CODE OF CONDUCT](https://github.com/petrobras/BibMon/blob/main/CODE_OF_CONDUCT.md); +* [CONTRIBUTOR LICENSE AGREEMENT](https://github.com/petrobras/BibMon/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md); * This contributing guide. It is also very important to know, participate and follow the discussions. Click on the Discussions link that appears in the top menu. diff --git a/docs/source/install.rst b/docs/source/install.rst index 4ecaee2..90147f6 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -8,13 +8,12 @@ Installing from PyPI To install Requests, you can use pip:: - $ pip install bimon + $ pip install bibmon Get the Source Code ------------------- -BibMon is developed on GitHub, where the code is -`available at `_. +BibMon is developed on GitHub, where the code is available `here `_. You can either clone the public repository:: diff --git a/docs/source/tutorial_real_process.ipynb b/docs/source/tutorial_real_process.ipynb index c8e1b93..a718fd2 100644 --- a/docs/source/tutorial_real_process.ipynb +++ b/docs/source/tutorial_real_process.ipynb @@ -1254,7 +1254,7 @@ "\n", "In this notebook, an example of offline monitoring study was presented using the `complete_analysis` and `comparative_table` functions.\n", "\n", - "For a more flexible example of using `BibMon` functionalities, please refer to the `tep_monitoring.ipynb` notebook, where lower-level functions are used to perform the analyses." + "For a more flexible example of using `BibMon` functionalities, please refer to the `tutorial_tep.ipynb` notebook, where lower-level functions are used to perform the analyses." ] } ], diff --git a/docs/source/tutorial_tep.ipynb b/docs/source/tutorial_tep.ipynb index 2b627da..5702174 100644 --- a/docs/source/tutorial_tep.ipynb +++ b/docs/source/tutorial_tep.ipynb @@ -21,7 +21,6 @@ "warnings.filterwarnings(\"ignore\", category=DeprecationWarning)\n", " \n", "import bibmon\n", - "import pandoc\n", "import pandas as pd\n", "import matplotlib.pyplot as plt" ]