Skip to content

Commit 67e4890

Browse files
Merge pull request #204 from robbievanleeuwen/modified_time_info
Add progress bar to time_info
2 parents 9df272c + 6d49ee2 commit 67e4890

File tree

9 files changed

+801
-562
lines changed

9 files changed

+801
-562
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Update pip
2828
run: python -m pip install --upgrade pip
2929

30+
- name: Install wheel
31+
run: pip install wheel
32+
3033
- name: Install package
3134
run: python -m pip install -e .
3235

docs/source/requirements_docs.txt

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

docs/source/rst/api.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Python API Documentation
2-
========================
1+
Python API Reference
2+
====================
33

44
Pre-Processor Package
55
---------------------
@@ -451,10 +451,6 @@ solve_direct_lagrange
451451
"""""""""""""""""""""
452452
.. autofunction:: sectionproperties.analysis.solver.solve_direct_lagrange
453453

454-
function_timer
455-
""""""""""""""
456-
.. autofunction:: sectionproperties.analysis.solver.function_timer
457-
458454

459455
Post-Processor Package
460456
----------------------

examples/00-basic/09_cad_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
files.
1010
"""
1111

12-
# sphinx_gallery_thumbnail_number = 5
12+
# sphinx_gallery_thumbnail_number = 8
1313

1414
from sectionproperties.pre.geometry import Geometry, CompoundGeometry
1515
from sectionproperties.analysis.section import Section

0 commit comments

Comments
 (0)