tadd link to julialang getting started - Granular.jl - Julia package for granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/Granular.jl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 22209caf17f3edd5bdf18ce66a2570d9e0cc50ed
(DIR) parent 5ccbb37be2b185a53876ef9dda6717b742ac6065
(HTM) 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(-)
---
(DIR) diff --git a/docs/src/man/getting_started.md b/docs/src/man/getting_started.md
t@@ -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.
(DIR) diff --git a/docs/src/man/methods.md b/docs/src/man/methods.md
t@@ -1 +1,2 @@
# Computational methods
+To be written