We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b155b30 commit 29e39c5Copy full SHA for 29e39c5
2 files changed
docs/Project.toml
@@ -1,5 +1,9 @@
1
[deps]
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
+Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
4
+UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f"
5
6
[compat]
-Documenter = "0.27"
7
+Documenter = "0.27"
8
+Unitful = "1"
9
+UnitfulAstro = "1"
docs/src/manual/plummer.md
@@ -7,6 +7,7 @@ generate(::PlummerStarCluster)
```@repl plummer
using AstroIC
10
+using UnitfulAstro
11
12
# config
13
config = PlummerStarCluster(
0 commit comments