-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
- I have searched the issues
of this repo and believe that this is not a duplicate.
Issue
I think the examples in the documentation are using an out of date import for sections.
The code examples here https://sectionproperties.readthedocs.io/en/1.0.8/rst/examples.html use
import sectionproperties.pre.sections as sections
This gives me a not found error when trying to run the code.
Looking at the source should it be changed to the below?
import sectionproperties.pre.library as sections
This fixes the error in my code.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation