Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Commit 5ead307

Browse files
committed
FIX: bibtex cite id
1 parent 364e1da commit 5ead307

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ def __getattr__(cls, name):
288288

289289
bibtex_bibfiles = ['refs.bib', 'refs_links.bib']
290290
bibtex_encoding = 'latin'
291+
# bibtex_cite_id = "cite-{key}"
291292

292293
# -- pybtex definitions for changing citation reference labels ----------------
293294
from pybtex.style.formatting.unsrt import Style # noqa

source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
wradlib: An Open Source Library for Weather Radar Data Processing
77
=================================================================
88

9-
:Release: `1.12.1 <https://github.com/wradlib/wradlib/tree/844edc381d6e46112b2db81c77956d8cbe6286a0>`_
9+
:Release: {release}
1010
:Date: |today|
11-
:notebooks: Missing
12-
:docs: `a95490b <https://github.com/wradlib/wradlib-docs/tree/a95490bf80641fa8fc5d4b1d7fa7f73636abd828>`_
11+
:notebooks: {notebooks}
12+
:docs: {docs}
1313

1414
The :math:`\omega radlib` project has been initiated in order facilitate the use of weather radar data as well as to provide a common platform for research on new algorithms. :math:`\omega radlib` is an open source library which is well documented and easy to use. It is written in the free programming language `Python <https://www.python.org>`_. As of version 1.3 :math:`\omega radlib` is Python 3 only.
1515

source/release_notes.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please note that :math:`\omega radlib` releases follow `semantic versioning <htt
77

88
You can install the latest :math:`\omega radlib` release from PyPI via ``$ pip install wradlib`` or specific version via ``$ pip install wradlib==x.y.z``. The recommended installation process is described in :doc:`installation`.
99

10-
Version 1.12.0
10+
Version 1.13.0
1111
--------------
1212

1313
**New features**
@@ -34,6 +34,11 @@ Version 1.12.0
3434
* fix several tests (:pull:`531`) by `@kmuehlbauer <https://github.com/kmuehlbauer>`_
3535
* other minor fixes distributed over several PR's
3636

37+
Version 1.12.0
38+
--------------
39+
40+
* withdrawn, please use 1.13.0.
41+
3742
Version 1.11.0
3843
--------------
3944

0 commit comments

Comments
 (0)