Skip to content

Commit c75f920

Browse files
committed
Improve documentation
Improved description of -sort.
1 parent 886d666 commit c75f920

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

VERSIONS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
New in 4.5.1-2 (11 Oct 2022):
2-
- documentation: made minor improvement.
1+
New in 4.5.1-3 (02 Nov 2022):
2+
- documentation: made minor improvements.
33
- fixed truncated statistical distributions (from and to).
44

55
New in 4.5.0 (07 Sep 2022):

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
import sphinx_rtd_theme
1212

1313
project = u'Neper'
14-
version = u'4.5.1-2'
15-
release = u'4.5.1-2'
14+
version = u'4.5.1-3'
15+
release = u'4.5.1-3'
1616
author = u'Romain Quey'
1717
copyright = u'Romain Quey'
1818
language = 'en'

doc/neper_t.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,8 @@ Transformation Options
643643

644644
Sort the tessellation cells (typically to facilitate data post-processing) following a mathematical expression based on the tessellation variables (see :ref:`tessellation_keys`). Sorting is done in ascending order.
645645

646+
.. note:: Sorting acts on the cell *ids*, see :ref:`tess_file`.
647+
646648
**Default value**: -.
647649

648650
Regularization Options

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(POLICY CMP0077)
77
cmake_policy(SET CMP0077 NEW)
88
endif()
99

10-
set(NEPER_VERSION \"4.5.1-2\")
10+
set(NEPER_VERSION \"4.5.1-3\")
1111
project(neper)
1212

1313
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8.1)

0 commit comments

Comments
 (0)