Skip to content

Commit

Permalink
Fix some documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
barrywardell committed May 23, 2020
1 parent 6a270a6 commit 2cc2ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"Basic Examples" -> {
"R = TeukolskyRadial[-2, 2, 2, 0.1`32, 0.3`32]",
"R[10.0]"
"R[\"In\"][10.0]"
},
"Option Descriptions" -> {
Method -> "Method to use. Possible choices include \"MST\" and \"SasakiNakamura\".",
Expand All @@ -16,4 +16,4 @@
"See Also" -> {"RenormalizedAngularMomentum"},
"More About" -> {"Teukolsky"},
"Tutorials" -> {"Teukolsky"}
}
}
2 changes: 1 addition & 1 deletion Source/GenerateDocumentation.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

packages =
{
"RenormalizedAngularMomentum",
"MST`RenormalizedAngularMomentum",
"TeukolskyMode",
"TeukolskyRadial",
"TeukolskySource"
Expand Down

0 comments on commit 2cc2ca6

Please sign in to comment.