Skip to content

Commit

Permalink
Fix README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
paulray committed May 1, 2023
1 parent caaca4a commit 75cf9ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project, at least loosely, adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.4] 2023-05-01
## [0.9.5] 2023-05-01
### Changed
- Changed minimum supported version of `scipy` to 1.4.1
- Moved `DMconst` from `pint.models.dispersion_model` to `pint` to avoid circular imports
Expand Down Expand Up @@ -42,6 +42,7 @@ and this project, at least loosely, adheres to [Semantic Versioning](https://sem
- Functions to get TOAs objects from satellite data (Fermi and otherwise)
- Methods to convert a TOAs object into a list of TOA objects
### Fixed
- Syntax error in README.rst
- Broken notebooks CI test
- BIPM correction for simulated TOAs
- Added try/except to `test_pldmnoise.py`/`test_PLRedNoise_recovery` to avoid exceptions during CI
Expand Down
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ it, ensuring that all dependencies needed to run PINT are available::
$ cd PINT
$ pip install .

Complete installation instructions are available here_.

.. _here: https://nanograv-pint.readthedocs.io/en/latest/installation.html
Complete installation instructions are available on `readthedocs <https://nanograv-pint.readthedocs.io/en/latest/installation.html>`_.


Using
Expand Down Expand Up @@ -127,5 +125,5 @@ And for more details, please read and cite(!) the PINT paper_.

.. _paper: https://ui.adsabs.harvard.edu/abs/2021ApJ...911...45L/abstract

Articles that cite the PINT paper can be found `here <https://ui.adsabs.harvard.edu/search/q=citations(bibcode%3A2021ApJ...911...45L)&sort=date%20desc%2C%20bibcode%20desc&p_=0>`_.
A list of software packages that use PINT can be found `here <https://nanograv-pint.readthedocs.io/en/latest/dependent-packages.html>`_.
Articles that cite the PINT paper can be found in an ADS `Library <https://ui.adsabs.harvard.edu/search/q=citations(bibcode%3A2021ApJ...911...45L)&sort=date%20desc%2C%20bibcode%20desc&p_=0>`_.
A list of software packages that use PINT can be found `here <https://nanograv-pint.readthedocs.io/en/latest/dependent-packages.html>`_.

0 comments on commit 75cf9ac

Please sign in to comment.