Skip to content

Commit

Permalink
clean up, fixing typos, updating version in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmerten committed Jan 9, 2024
1 parent 68e4732 commit 6ab72c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CRPropa
========

![stable release](https://img.shields.io/badge/stable\_release-3.2.0-darkblue)
![stable release](https://img.shields.io/badge/stable\_release-3.2.1-darkblue)
[![Build status](https://github.com/crpropa/crpropa3/actions/workflows/testing.yml/badge.svg)](https://github.com/crpropa/crpropa3/actions/)
[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/CRPropa/CRPropa3.svg)](https://isitmaintained.com/project/CRPropa/CRPropa3)
[![Percentage of issues still open](https://isitmaintained.com/badge/open/CRPropa/CRPropa3.svg)](https://isitmaintained.com/project/CRPropa/CRPropa3)
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
# -- Project information -----------------------------------------------------

project = u'CRPropa3'
copyright = u'2022, The CRPropa Developers'
copyright = u'2024, The CRPropa Developers'
author = u'The CRPropa Developers'

# The short X.Y version
version = u'3.2'
# The full version, including alpha/beta/rc tags
release = u'3.2.0'
release = u'3.2.1'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions doc/pages/Data-files.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CRPropa needs a number of data files to run. These include databases for nuclear mass and decay rates, interaction rates for photodisintegration, photo-pion production and electron-pair production, as well as the data files for DINT and EleCa.
CRPropa needs a number of data files to run. These include databases for nuclear mass and decay rates, interaction rates for photodisintegration, photo-pion production and electron-pair production.
The scripts and files that are used to prepare the data files are tracked by the [CRPropa3-data repository](https://github.com/CRPropa/CRPropa3-data).

Since a git repository is not well suited to store these large files (and git-lfs is not free on GitHub), the data files are downloaded automatically during cmake configuration. In case you want to use a different photodisintegration model or want to download the default data file manually use the following [link](https://www.desy.de/~crpropa/data/interaction_data/) to the tarballs files and extract them to your install folder.
Expand All @@ -21,7 +21,7 @@ $ ls data-YYYY-MM-DD.tar.gz | xargs -I{} sh -c 'md5sum "$1" > "$1-CHECKSUM"' --
```
where **YYYY-MM-DD** can be obtained directly with `date +"%Y-%m-%d"`.

To verify the integrity of the data files, a it is enough to download the checksum file in the same directory with the data file:
To verify the integrity of the data files, it is enough to download the checksum file in the same directory with the data file:
```
$ md5sum -c *-CHECKSUM
```
Expand Down
4 changes: 0 additions & 4 deletions doc/pages/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Optionally CRPropa can be compiled with the following dependencies to enable cer

The following packages are provided with the source code and do not need to be installed separately.
+ SOPHIA: photo-hadronic interactions
+ EleCa and dint: electromagnetic cascades
+ googletest: unit-testing
+ HepPID: particle ID library
+ kiss: small tool collection
Expand All @@ -31,9 +30,6 @@ The following packages are provided with the source code and do not need to be i
+ healpix_base: Equal area pixelization of the sphere





## Build and Installation Variants
### Installation in system path

Expand Down

0 comments on commit 6ab72c7

Please sign in to comment.