File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/sectionproperties/analysis Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88[ ![ Status] ( https://img.shields.io/pypi/status/sectionproperties.svg )] [ status ]
99[ ![ Python Version] ( https://img.shields.io/pypi/pyversions/sectionproperties )] [ python version ]
1010[ ![ License] ( https://img.shields.io/pypi/l/sectionproperties )] [ license ]
11- [ ![ Read the documentation at https://sectionproperties.readthedocs.io/ ] ( https://img.shields.io/readthedocs/sectionproperties/latest .svg?label=Read%20the%20Docs )] [ read the docs ]
11+ [ ![ Read the documentation at https://sectionproperties.readthedocs.io/ ] ( https://img.shields.io/readthedocs/sectionproperties/stable .svg?label=Read%20the%20Docs )] [ read the docs ]
1212[ ![ Tests] ( https://github.com/robbievanleeuwen/section-properties/workflows/Tests/badge.svg )] [ tests ]
1313[ ![ Codecov] ( https://codecov.io/gh/robbievanleeuwen/section-properties/branch/master/graph/badge.svg )] [ codecov ]
1414[ ![ pre-commit] ( https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white )] [ pre-commit ]
@@ -47,7 +47,7 @@ background theory and an API guide. The documentation can found at
4747## Features
4848
4949See the complete list of ` sectionproperties ` features
50- [ here] ( https://sectionproperties.readthedocs.io/en/latest /user_guide.html ) .
50+ [ here] ( https://sectionproperties.readthedocs.io/en/stable /user_guide.html ) .
5151
5252## Contributing
5353
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ def calculate_warping_properties(
350350 msg = "\n The section geometry contains disjoint regions which is "
351351 msg += "invalid for warping analysis.\n Please revise your geometry to "
352352 msg += "ensure there is connectivity between all regions.\n Please see "
353- msg += "https://sectionproperties.rtfd.io/en/latest /user_guide/"
353+ msg += "https://sectionproperties.rtfd.io/en/stable /user_guide/"
354354 msg += "analysis.html#warping-analysis for more information."
355355 warnings .warn (msg )
356356
@@ -1143,7 +1143,7 @@ def calculate_plastic_properties(
11431143 msg += "If you do not intend for this double counting to occur, use"
11441144 msg += " a subtractive modelling approach to remove the overlapping"
11451145 msg += " region.\n Please see "
1146- msg += "https://sectionproperties.rtfd.io/en/latest /examples/geometry/"
1146+ msg += "https://sectionproperties.rtfd.io/en/stable /examples/geometry/"
11471147 msg += "advanced_geometry.html for more information."
11481148 warnings .warn (msg )
11491149
You can’t perform that action at this time.
0 commit comments