Skip to content

Commit

Permalink
Bind steady_state_K documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joannakonieczny committed Jun 5, 2024
1 parent 949a9af commit 98febf9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "RamseyGrowthModel"
uuid = "d3b58844-8b75-44dd-9e60-01c7b9b67cff"
authors = ["Michał Dobranowski <mdbrnowski@gmail.com>"]
authors = ["Michał Dobranowski <mdbrnowski@gmail.com>", "Joanna Konieczny <joanna.konieczny.contact@gmail.com>"]
version = "0.1.0"

[deps]
Expand Down
4 changes: 4 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ print(allocation)
GrowthModel
```

```@docs
RamseyGrowthModel.steady_state_K
```

```@docs
solve
```
Expand Down
2 changes: 1 addition & 1 deletion src/RamseyGrowthModel.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module RamseyGrowthModel

export GrowthModel, solve
export GrowthModel, solve, steady_state_K

using DataFrames
using ForwardDiff
Expand Down

0 comments on commit 98febf9

Please sign in to comment.