Skip to content

Commit

Permalink
- Fix docstrings
Browse files Browse the repository at this point in the history
- Bump up the version to V0.2.0
  • Loading branch information
AkchurinDA committed Jan 2, 2025
1 parent 6fb41a1 commit fea1c52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Hephaestus"
uuid = "5a5f24ea-65ec-4eaa-a0a3-a7b98033aea7"
authors = ["Damir Akchurin <[email protected]>"]
version = "0.1.0"
version = "0.2.0"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ distload!
## Functions Used to Perform Analyses of Different Types and Extract the Results

```@docs
solve
solve!
getnodaldisplacements
getnodalreactions
getelementdisplacements
Expand Down
2 changes: 1 addition & 1 deletion docs/src/QuickStart.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ using Hephaestus
To create a new model, use the [`Model()`](@ref) constructor:

```@example QuickStart
model = Model(dimentionality = 2)
model = Model()
```

To add nodes to the model, use the [`node!()`](@ref) function:
Expand Down
2 changes: 1 addition & 1 deletion src/Analysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include("Analysis/FreeVibrationAnalysis.jl")
include("Analysis/Postprocessing.jl")

"""
solve(model::Model, analysistype::AbstractAnalysisType)
solve!(model::Model, analysistype::AbstractAnalysisType; continueanalaysis::Bool = false)
Solve the model using the specified analysis type.
"""
Expand Down

2 comments on commit fea1c52

@AkchurinDA
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Changing UUIDs is not allowed

Please sign in to comment.