@@ -30,7 +30,7 @@ Available Estimators
3030
3131.. _R ChainLadder package : https://github.com/mages/ChainLadder
3232.. _pandas : https://pandas.pydata.org/
33- .. _scikit-learn : https://scikit-learn.org/stable /index.html
33+ .. _scikit-learn : https://scikit-learn.org/latest /index.html
3434
3535.. |PyPI version | image :: https://badge.fury.io/py/chainladder.svg
3636 :target: https://badge.fury.io/py/chainladder
@@ -41,10 +41,10 @@ Available Estimators
4141.. |Build Status | image :: https://github.com/casact/chainladder-python/workflows/Unit%20Tests/badge.svg
4242
4343.. |Documentation Status | image :: https://readthedocs.org/projects/chainladder-python/badge/?version=latest
44- :target: http://chainladder-python.readthedocs.io/en/stable /?badge=latest
44+ :target: http://chainladder-python.readthedocs.io/en/latest /?badge=latest
4545
46- .. |codecov io | image :: https://codecov.io/github/casact/chainladder-python/coverage.svg?branch=master
47- :target: https://codecov.io/github/casact/chainladder-python?branch=master
46+ .. |codecov io | image :: https://codecov.io/github/casact/chainladder-python/coverage.svg?branch=latest
47+ :target: https://codecov.io/github/casact/chainladder-python?branch=latest
4848
4949
5050+------------------------------+------------------+-------------------------+-----------------------+-----------------------+
@@ -71,32 +71,32 @@ Available Estimators
7171+------------------------------+------------------+-------------------------+-----------------------+-----------------------+
7272
7373
74- .. _Development : https://chainladder-python.readthedocs.io/en/stable /modules/development.html#basic- development
75- .. _TailCurve : https://chainladder-python.readthedocs.io/en/stable /modules/tails.html#ldf-curve-fitting
76- .. _Chainladder : https://chainladder-python.readthedocs.io/en/stable /modules/methods.html#basic- chainladder
77- .. _BootstrapODPSample : https://chainladder-python.readthedocs.io/en/stable /modules/workflow .html#bootstrap-sampling
78- .. _DevelopmentConstant : https://chainladder-python.readthedocs.io/en/stable /modules/development.html#external-patterns
79- .. _TailConstant : https://chainladder-python.readthedocs.io/en/stable /modules/tails.html#external-data
80- .. _MackChainladder : https://chainladder-python.readthedocs.io/en/stable /modules/methods.html#mack-chainladder
81- .. _BerquistSherman : https://chainladder-python.readthedocs.io/en/stable /modules/workflow .html#berquist-sherman
82- .. _MunichAdjustment : https://chainladder-python.readthedocs.io/en/stable /modules/development.html#munich-adjustment
83- .. _TailBondy : https://chainladder-python.readthedocs.io/en/stable /modules/tails.html#the-bondy-tail
84- .. _BornhuettterFerguson : https://chainladder-python.readthedocs.io/en/stable /modules/methods.html#bornhuetter-ferguson
85- .. _Pipeline : https://chainladder-python.readthedocs.io/en/stable /modules/workflow.html#pipeline
86- .. _ClarkLDF : https://chainladder-python.readthedocs.io/en/stable /modules/development.html#growth-curve-fitting
87- .. _TailClark : https://chainladder-python.readthedocs.io/en/stable /modules/tails.html#growth-curve-extrapolation
88- .. _Benktander : https://chainladder-python.readthedocs.io/en/stable /modules/methods.html#benktander
89- .. _GridSearch : https://chainladder-python.readthedocs.io/en/stable /modules/workflow.html#gridsearch
90- .. _IncrementalAdditive : https://chainladder-python.readthedocs.io/en/stable /modules/development.html#incremental-additive
91- .. _CapeCod : https://chainladder-python.readthedocs.io/en/stable /modules/methods.html#cape-cod
92- .. _ParallelogramOLF : https://chainladder-python.readthedocs.io/en/stable /modules/adjustments.html#parallelogramolf
93- .. _VotingChainladder : https://chainladder-python.readthedocs.io/en/stable /modules/workflow.html#votingchainladder
94- .. _Trend : https://chainladder-python.readthedocs.io/en/stable /modules/adjustments.html#trend
95- .. _CaseOutstanding : https://chainladder-python.readthedocs.io/en/stable /modules/development.html#caseoutstanding
96- .. _TweedieGLM : https://chainladder-python.readthedocs.io/en/stable /modules/development.html#tweedieglm
97- .. _DevelopmentML : https://chainladder-python.readthedocs.io/en/stable /modules/development.html#developmentml
98- .. _BarnettZehnwirth : https://chainladder-python.readthedocs.io/en/stable /modules/development.html#barnettzehnwirth
99- .. _Documentation : https://chainladder-python.readthedocs.io/en/stable /
74+ .. _Development : https://chainladder-python.readthedocs.io/en/latest /modules/development.html#development
75+ .. _TailCurve : https://chainladder-python.readthedocs.io/en/latest /modules/tails.html#tailcurve
76+ .. _Chainladder : https://chainladder-python.readthedocs.io/en/latest /modules/methods.html#chainladder
77+ .. _BootstrapODPSample : https://chainladder-python.readthedocs.io/en/latest /modules/adjustments .html#bootstrapodpsample
78+ .. _DevelopmentConstant : https://chainladder-python.readthedocs.io/en/latest /modules/development.html#developmentconstant
79+ .. _TailConstant : https://chainladder-python.readthedocs.io/en/latest /modules/tails.html#tailconstant
80+ .. _MackChainladder : https://chainladder-python.readthedocs.io/en/latest /modules/methods.html#mackchainladder
81+ .. _BerquistSherman : https://chainladder-python.readthedocs.io/en/latest /modules/adjustments .html#berquistsherman
82+ .. _MunichAdjustment : https://chainladder-python.readthedocs.io/en/latest /modules/development.html#munichadjustment
83+ .. _TailBondy : https://chainladder-python.readthedocs.io/en/latest /modules/tails.html#tailbondy
84+ .. _BornhuettterFerguson : https://chainladder-python.readthedocs.io/en/latest /modules/methods.html#bornhuetterferguson
85+ .. _Pipeline : https://chainladder-python.readthedocs.io/en/latest /modules/workflow.html#pipeline
86+ .. _ClarkLDF : https://chainladder-python.readthedocs.io/en/latest /modules/development.html#clarkldf
87+ .. _TailClark : https://chainladder-python.readthedocs.io/en/latest /modules/tails.html#tailclark
88+ .. _Benktander : https://chainladder-python.readthedocs.io/en/latest /modules/methods.html#benktander
89+ .. _GridSearch : https://chainladder-python.readthedocs.io/en/latest /modules/workflow.html#gridsearch
90+ .. _IncrementalAdditive : https://chainladder-python.readthedocs.io/en/latest /modules/development.html#incrementaladditive
91+ .. _CapeCod : https://chainladder-python.readthedocs.io/en/latest /modules/methods.html#capecod
92+ .. _ParallelogramOLF : https://chainladder-python.readthedocs.io/en/latest /modules/adjustments.html#parallelogramolf
93+ .. _VotingChainladder : https://chainladder-python.readthedocs.io/en/latest /modules/workflow.html#votingchainladder
94+ .. _Trend : https://chainladder-python.readthedocs.io/en/latest /modules/adjustments.html#trend
95+ .. _CaseOutstanding : https://chainladder-python.readthedocs.io/en/latest /modules/development.html#caseoutstanding
96+ .. _TweedieGLM : https://chainladder-python.readthedocs.io/en/latest /modules/development.html#tweedieglm
97+ .. _DevelopmentML : https://chainladder-python.readthedocs.io/en/latest /modules/development.html#developmentml
98+ .. _BarnettZehnwirth : https://chainladder-python.readthedocs.io/en/latest /modules/development.html#barnettzehnwirth
99+ .. _Documentation : https://chainladder-python.readthedocs.io/en/latest /
100100
101101Getting Started Tutorials
102102-------------------------
@@ -136,12 +136,12 @@ Want to contribute?
136136
137137Check out our `contributing guidelines `_.
138138
139- .. _here : https://github.com/casact/chainladder-python/tree/master /docs/tutorials
140- .. _Working with Triangles : https://chainladder-python.readthedocs.io/en/stable /tutorials/triangle-tutorial.html
141- .. _Selecting Development Patterns : https://chainladder-python.readthedocs.io/en/stable /tutorials/development-tutorial.html
142- .. _Extending Development Patterns with Tails : https://chainladder-python.readthedocs.io/en/stable /tutorials/tail-tutorial.html
143- .. _Applying Deterministic Methods : https://chainladder-python.readthedocs.io/en/stable /tutorials/deterministic-tutorial.html
144- .. _Applying Stochastic Methods : https://chainladder-python.readthedocs.io/en/stable /tutorials/stochastic-tutorial.html
145- .. _Large Datasets : https://chainladder-python.readthedocs.io/en/stable /tutorials/large-datasets.html
139+ .. _here : https://github.com/casact/chainladder-python/tree/latest /docs/tutorials
140+ .. _Working with Triangles : https://chainladder-python.readthedocs.io/en/latest /tutorials/triangle-tutorial.html
141+ .. _Selecting Development Patterns : https://chainladder-python.readthedocs.io/en/latest /tutorials/development-tutorial.html
142+ .. _Extending Development Patterns with Tails : https://chainladder-python.readthedocs.io/en/latest /tutorials/tail-tutorial.html
143+ .. _Applying Deterministic Methods : https://chainladder-python.readthedocs.io/en/latest /tutorials/deterministic-tutorial.html
144+ .. _Applying Stochastic Methods : https://chainladder-python.readthedocs.io/en/latest /tutorials/stochastic-tutorial.html
145+ .. _Large Datasets : https://chainladder-python.readthedocs.io/en/latest /tutorials/large-datasets.html
146146.. _github discussions : https://github.com/casact/chainladder-python/discussions
147- .. _contributing guidelines : https://chainladder-python.readthedocs.io/en/stable /contributing.html
147+ .. _contributing guidelines : https://chainladder-python.readthedocs.io/en/latest /contributing.html
0 commit comments