Skip to content

Commit a47ac3a

Browse files
committed
update docs
1 parent 8176ceb commit a47ac3a

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The ``xsection.library`` submodule exposes the following convenience classes whi
2424
WideFlange <WideFlange>
2525
Channel <Channel>
2626
Angle <Angle>
27+
aisc_data <aiscData>
2728

2829

2930
.. toctree::

docs/api/library/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
```{currentmodule} xsection.library
77
```
88

9-
# Library
9+
# Shape Library
1010

1111
The `xsection.library` submodule holds several convenience classes that wrap the core sections:
1212

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ Home = "https://fedeas.net"
5858
#repository = "http://github.com/FEDEASLab/xsection"
5959
#documentation = "https://brace2.github.io/xsection"
6060

61+
[project.scripts]
62+
xs = "xsection.__main__:main"
63+
64+
6165
[build-system]
6266
requires = [
6367
"setuptools >= 52.0.2",

0 commit comments

Comments
 (0)