commit 22209caf17f3edd5bdf18ce66a2570d9e0cc50ed parent 5ccbb37be2b185a53876ef9dda6717b742ac6065 Author: Anders Damsgaard <andersd@riseup.net> Date: Tue, 7 Nov 2017 18:44:31 -0500 add link to julialang getting started Diffstat:
M | docs/src/man/getting_started.md | | | 4 | ++++ |
M | docs/src/man/methods.md | | | 1 | + |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/docs/src/man/getting_started.md b/docs/src/man/getting_started.md @@ -1,4 +1,8 @@ # Getting started +If you are new to the [Julia](https://julialang.org) programming language, the +official manual has a useful guide to [getting started with +Julia](https://docs.julialang.org/en/latest/manual/getting-started/). + In the following, two simple examples are presented using some of the core commands of Granular.jl. For more examples, see the scripts in the `examples/` directory. diff --git a/docs/src/man/methods.md b/docs/src/man/methods.md @@ -1 +1,2 @@ # Computational methods +To be written