From fc8e88a8d4f2785e0ffa7fd5579738c478a1fa94 Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Thu, 31 Aug 2023 15:00:42 +0200 Subject: [PATCH] Update changelog and installation instructions --- CHANGELOG.md | 3 +++ docs/installation.md | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7e6b56..978e220c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 MacOS and Windows for packages from - added support for scale uncertainties calculated with the covariance method, and for combined PDF and scale uncertainties +- added support for installing man pages. See installation instructions for + more information ### Changed @@ -22,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `pineappl pdfunc` was renamed into `pineappl uncert`, which is now also able to calculate scale uncertainties, which in turn have been removed from `pineappl convolute` +- `pineappl help` now relies on installed man pages ### Fixed diff --git a/docs/installation.md b/docs/installation.md index ebfdcd0a..d5716e65 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -148,6 +148,13 @@ this repository and run inside it. +### Man pages + +Man pages for the CLI can be installed from a repository with + + mkdir -p $(dirname $(which pineappl))/../share/man/man1/ + cargo xtask install-manpages $(dirname $(which pineappl))/../share/man/man1/ + ## Python [![PyPI version](https://badge.fury.io/py/pineappl.svg)](https://badge.fury.io/py/pineappl)