Skip to content

Commit

Permalink
fix [doc] unit
Browse files Browse the repository at this point in the history
  • Loading branch information
islent committed Nov 26, 2021
1 parent b155b30 commit 29e39c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"

[compat]
Documenter = "0.27"
Documenter = "0.27"
Unitful = "1"
UnitfulAstro = "1"
1 change: 1 addition & 0 deletions docs/src/manual/plummer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ generate(::PlummerStarCluster)

```@repl plummer
using AstroIC
using UnitfulAstro
# config
config = PlummerStarCluster(
Expand Down

0 comments on commit 29e39c5

Please sign in to comment.