Skip to content

Commit

Permalink
Merge pull request #31 from afraniomelo/main
Browse files Browse the repository at this point in the history
Adjustments in docs
  • Loading branch information
afraniomelo authored Aug 25, 2024
2 parents 5ab4067 + a1fdb0b commit 2f1bd38
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/petrobras/bibmon>`_.
BibMon is developed on GitHub, where the code is available `here <https://github.com/petrobras/bibmon>`_.

You can either clone the public repository::

Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorial_real_process.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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."
]
}
],
Expand Down
1 change: 0 additions & 1 deletion docs/source/tutorial_tep.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
Expand Down

0 comments on commit 2f1bd38

Please sign in to comment.