-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fbf63f
commit dedfb11
Showing
8 changed files
with
27 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.1.1' | ||
__version__ = '1.2.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.. mdinclude :: ../README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
OrthotropicMaterial | ||
=================== | ||
Composipy Classes | ||
================= | ||
This page contains Composipy classes, used to build the main instances of the package. | ||
|
||
|
||
OrthotropicMaterial | ||
------------------- | ||
.. autoclass:: composipy.OrthotropicMaterial | ||
:members: | ||
|
||
|
||
LaminateProperty | ||
================ | ||
|
||
|
||
---------------- | ||
.. autoclass:: composipy.LaminateProperty | ||
:members: | ||
|
||
|
||
PlateStructure | ||
============== | ||
-------------- | ||
.. autoclass:: composipy.PlateStructure | ||
:members: | ||
:members: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Code references | ||
=============== | ||
|
||
Code classes, methods, attributes, functions and APIs are listed below. | ||
This page contains Composipy classes, methods, attributes, functions and APIs. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:maxdepth: 2 | ||
:caption: Contents: | ||
|
||
Composipy classes <classes> | ||
Composipy functions <optimization_functions> | ||
Composipy APIs <NastranAPI> |