Skip to content

Commit 6d49ee2

Browse files
Merge branch 'modified_time_info' of github.com:robbievanleeuwen/section-properties into modified_time_info
2 parents 1554925 + 21698bf commit 6d49ee2

File tree

25 files changed

+810
-56
lines changed

25 files changed

+810
-56
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python-version }}
2626

2727
- name: Update pip
28-
run: pip install --upgrade --user pip
28+
run: python -m pip install --upgrade pip
2929

3030
- name: Install wheel
3131
run: pip install wheel

MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
global-include *.3dm
2+
global-include *.dxf
3+
global-include *.json
4+
include sectionproperties/tests/complex_shape.txt
5+
include sectionproperties/tests/compound_shape.txt
17.7 KB
Loading
41.2 KB
Loading
23.6 KB
Loading
44 KB
Loading
20.3 KB
Loading

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ can be found in the README file on github.
3434
sphinx_gallery_examples/index
3535
rst/api
3636
rst/theory
37+
rst/testing
3738

3839
Here's a quick example that harnesses some of the power of *sectionproperties* and shows its simplicity::
3940

docs/source/requirements_docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ triangle
77
Sphinx
88
sphinx-rtd-theme
99
sphinx-gallery
10-
rhino-shapley-interop
11-
cad_to_shapely
1210
rich
11+
rhino-shapley-interop>=0.0.4
12+
cad_to_shapely>=0.3

docs/source/rst/api.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,10 @@ box_girder_section
186186
"""""""""""""""""""
187187
.. autofunction:: sectionproperties.pre.library.steel_sections.box_girder_section
188188

189+
bulb_section
190+
""""""""""""
191+
.. autofunction:: sectionproperties.pre.library.steel_sections.bulb_section
192+
189193

190194
*concrete_sections* Module
191195
^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)