Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed May 13, 2024
1 parent 7e3e9a1 commit 64d070f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 21 deletions.
25 changes: 19 additions & 6 deletions docs/api/compas_fea2.problem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Steps
.. autosummary::
:toctree: generated/

_Step
_GeneralStep
Step
GeneralStep
_Perturbation
ModalAnalysis
ComplexEigenValue
Expand All @@ -45,17 +45,25 @@ Loads
.. autosummary::
:toctree: generated/

_Load
Load
PrestressLoad
PointLoad
LineLoad
AreaLoad
NodeLoad
EdgeLoad
FaceLoad
GravityLoad
TributaryLoad
HarmonicPointLoad
HarmonicPressureLoad
ThermalLoad

Combinations
============

.. autosummary::
:toctree: generated/

LoadCombination

Displacements
=============

Expand All @@ -71,6 +79,11 @@ Load Patterns
:toctree: generated/

Pattern
NodeLoadPattern
PointLoadPattern
LineLoadPattern
AreaLoadPattern
VolumeLoadPattern

Outputs
=======
Expand Down
11 changes: 9 additions & 2 deletions docs/api/compas_fea2.results.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,12 @@ results
.. autosummary::
:toctree: generated/

Results
NodeFieldResults
Result
DisplacementResult
StressResult
MembraneStressResult
ShellStressResult
SolidStressResult
DisplacementFieldResults
ReactionFieldResults
StressFieldResults
24 changes: 12 additions & 12 deletions docs/api/compas_fea2.utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Functions
.. autosummary::
:toctree: generated/

colorbar
combine_all_sets
group_keys_by_attribute
group_keys_by_attributes
identify_ranges
mesh_from_shell_elements
network_order
normalise_data
principal_stresses
process_data
postprocess
plotvoxels
.. colorbar
.. combine_all_sets
.. group_keys_by_attribute
.. group_keys_by_attributes
.. identify_ranges
.. mesh_from_shell_elements
.. network_order
.. normalise_data
.. principal_stresses
.. process_data
.. postprocess
.. plotvoxels
2 changes: 1 addition & 1 deletion docs/userguide/basics.overview.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
******************************************************************************
Model
Overview
******************************************************************************

0 comments on commit 64d070f

Please sign in to comment.