Skip to content

Commit

Permalink
update authors and install
Browse files Browse the repository at this point in the history
  • Loading branch information
rtimms committed Oct 19, 2023
1 parent ea7c2c1 commit ee7f21c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
# -- Project information -----------------------------------------------------

project = "BPX"
copyright = "2022, University of Oxford"
author = "Martin Robinson"
copyright = "2022-2023, University of Oxford"
author = "Edmund Dickinson, Ivan Korotkin, Martin Robinson, Robert Timms"

# The short X.Y version
version = bpx.__version__
Expand Down
6 changes: 1 addition & 5 deletions docs/source/user_guide/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Getting Started

To get started, first install the `BPX` module using pip
```bash
pip install bpx
```
For more detailed installation instructions, see [](installation).
To get started, first install the `BPX` following the instructions given in [](installation).

To create a BPX object from a JSON file, you can use the `parse_bpx_file` function
```python
Expand Down

0 comments on commit ee7f21c

Please sign in to comment.