Skip to content

Commit 344ad2b

Browse files
Merge branch 'master' into bump-mypy
2 parents f655902 + 1cb4d53 commit 344ad2b

File tree

4 files changed

+141
-144
lines changed

4 files changed

+141
-144
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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]
1515
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)][black]
16-
[![DOI](https://zenodo.org/badge/104638241.svg)][zenodo]
16+
[![JOSS](https://joss.theoj.org/papers/6c3ad57a38202562726b4a7b86a86c32/status.svg)][joss]
1717

1818
[pypi_]: https://pypi.org/project/sectionproperties/
1919
[status]: https://pypi.org/project/sectionproperties/
@@ -23,7 +23,7 @@
2323
[codecov]: https://app.codecov.io/gh/robbievanleeuwen/section-properties
2424
[pre-commit]: https://github.com/pre-commit/pre-commit
2525
[black]: https://github.com/psf/black
26-
[zenodo]: https://zenodo.org/badge/latestdoi/104638241
26+
[joss]: https://joss.theoj.org/papers/6c3ad57a38202562726b4a7b86a86c32
2727

2828
`sectionproperties` is a python package for the analysis of arbitrary cross-sections
2929
using the finite element method. `sectionproperties` can be used to determine

docs/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
furo==2023.9.10
2-
ipykernel==6.26.0
3-
ipython==8.17.2
2+
ipykernel==6.27.1
3+
ipython==8.18.1
44
ipywidgets==8.1.1
5-
nbconvert==7.10.0
5+
nbconvert==7.13.0
66
nbsphinx==0.9.3
77
sphinx==7.2.6
8-
sphinx-click==5.0.1
8+
sphinx-click==5.1.0
99
sphinx-copybutton==0.5.2
1010
sphinxext-opengraph==0.8.2

0 commit comments

Comments
 (0)