Skip to content

Commit

Permalink
v0.10.1
Browse files Browse the repository at this point in the history
Moved intro cards to start and dropped major section from biblio.
  • Loading branch information
mynl committed Jan 21, 2023
1 parent bdad2dd commit 0fd9e6c
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 17 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,16 @@ License

BSD 3 licence.


Versions
---------

Version numbers follow semantic versioning, MAJOR.MINOR.PATCH:

* MAJOR version changes with incompatible API changes.
* MINOR version changes with added functionality in a backwards compatible manner.
* PATCH version changes with backwards compatible bug fixes.

Contributing to aggregate
-------------------------

Expand Down
2 changes: 1 addition & 1 deletion aggregate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
__email__ = "[email protected]"
__status__ = "alpha"
# only need to change here, feeds conf.py (docs) and setup.py (build)
__version__ = "0.10.0"
__version__ = "0.10.1"

# set up
from pathlib import Path
Expand Down
3 changes: 0 additions & 3 deletions doc/7_bibliography.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
####################################
Bibliography
####################################

.. bibliography::
:cited:
28 changes: 16 additions & 12 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,8 @@
aggregate Documentation
#######################

.. toctree::
:maxdepth: 3
:hidden:
:numbered:

1_Getting_Started
2_User_Guides
3_Reference
4_dec_Language_Reference
5_Technical_Guides
6_Development
7_bibliography
Introduction
=============

:mod:`aggregate` solves insurance, risk management, and actuarial problems using realistic models that reflect underlying frequency and severity.
It delivers the speed and accuracy of parametric distributions to situations that usually require simulation, making it as easy to work with an aggregate (compound) probability distribution as the lognormal.
Expand Down Expand Up @@ -104,3 +94,17 @@ This help document is in six parts plus a bibliography.
:type: ref
:text: Development
:classes: btn-block btn-secondary stretched-link


.. toctree::
:maxdepth: 3
:hidden:
:numbered:

1_Getting_Started
2_User_Guides
3_Reference
4_dec_Language_Reference
5_Technical_Guides
6_Development
7_bibliography
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
version = aggregate.__version__

setup(name="aggregate",
description="aggregate - powerful tools for compound probability distributions",
description="Tools for creating and working with aggregate probability distributions.",
long_description=long_description,
long_description_content_type='text/x-rst',
license="BSD",
Expand Down

0 comments on commit 0fd9e6c

Please sign in to comment.