Added another Mathematica sample, improving accuracy.

This commit is contained in:
Christopher Granade
2014-02-07 13:18:08 -05:00
parent 43f393a02d
commit 487cad7041
2 changed files with 36 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
(* Paclet Info File *)
(* created 2014/02/07*)
Paclet[
Name -> "Foobar",
Version -> "0.0.1",
MathematicaVersion -> "8+",
Description -> "Example of an automatically generated PacletInfo file.",
Creator -> "Chris Granade",
Extensions ->
{
{"Documentation", Language -> "English", MainPage -> "Guides/Foobar"}
}
]