Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![Status](https://img.shields.io/pypi/status/sectionproperties.svg)][status]
[![Python Version](https://img.shields.io/pypi/pyversions/sectionproperties)][python version]
[![License](https://img.shields.io/pypi/l/sectionproperties)][license]
[![Read the documentation at https://sectionproperties.readthedocs.io/](https://img.shields.io/readthedocs/sectionproperties/latest.svg?label=Read%20the%20Docs)][read the docs]
[![Read the documentation at https://sectionproperties.readthedocs.io/](https://img.shields.io/readthedocs/sectionproperties/stable.svg?label=Read%20the%20Docs)][read the docs]
[![Tests](https://github.com/robbievanleeuwen/section-properties/workflows/Tests/badge.svg)][tests]
[![Codecov](https://codecov.io/gh/robbievanleeuwen/section-properties/branch/master/graph/badge.svg)][codecov]
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)][pre-commit]
Expand Down Expand Up @@ -47,7 +47,7 @@ background theory and an API guide. The documentation can found at
## Features

See the complete list of `sectionproperties` features
[here](https://sectionproperties.readthedocs.io/en/latest/user_guide.html).
[here](https://sectionproperties.readthedocs.io/en/stable/user_guide.html).

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions src/sectionproperties/analysis/section.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def calculate_warping_properties(
msg = "\nThe section geometry contains disjoint regions which is "
msg += "invalid for warping analysis.\n Please revise your geometry to "
msg += "ensure there is connectivity between all regions.\n Please see "
msg += "https://sectionproperties.rtfd.io/en/latest/user_guide/"
msg += "https://sectionproperties.rtfd.io/en/stable/user_guide/"
msg += "analysis.html#warping-analysis for more information."
warnings.warn(msg)

Expand Down Expand Up @@ -1143,7 +1143,7 @@ def calculate_plastic_properties(
msg += "If you do not intend for this double counting to occur, use"
msg += " a subtractive modelling approach to remove the overlapping"
msg += " region.\nPlease see "
msg += "https://sectionproperties.rtfd.io/en/latest/examples/geometry/"
msg += "https://sectionproperties.rtfd.io/en/stable/examples/geometry/"
msg += "advanced_geometry.html for more information."
warnings.warn(msg)

Expand Down