tadd empty file for simple example - 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 3866de603b8d9a2d354078dc8ca8e7075be16b3f
(DIR) parent 96d098a3e61a7d36e12b64b90ce3234fe3e55338
(HTM) Author: Anders Damsgaard <andersd@riseup.net>
Date: Mon, 11 Sep 2017 13:37:43 -0400
add empty file for simple example
Diffstat:
M docs/make.jl | 1 +
M docs/src/index.md | 5 +++--
A docs/src/man/simple_example.md | 2 ++
3 files changed, 6 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/docs/make.jl b/docs/make.jl
t@@ -10,6 +10,7 @@ makedocs(
"Home" => "index.md",
"Manual" => Any[
"man/installation.md",
+ "man/simple_example.md",
],
"Library" => Any[
"Public API" => "lib/public.md",
(DIR) diff --git a/docs/src/index.md b/docs/src/index.md
t@@ -2,9 +2,9 @@
*A [Julia](https://julialang.org) package for particle-based simulation of sea-ice dynamics.*
-## Package features
+A flexible and computationally efficient 2d implementation of the discrete element method. Sea-ice floes are represented as particles, which can be forced by ocean and atmospheric velocity fields. The ice floes interact through elasto-viscous-frictional contact rheologies and obtain time-dependent tensile strength.
-Flexible and computationally efficient 2d implementation of the discrete element method. The particles represent sea-ice floes, which can be forced by ocean and atmospheric velocity fields. The ice floes can interact through elasto-viscous-frictional contact rheologies and obtain time-dependent tensile strength.
+The source code for SeaIce.jl is hosted on [Github](https://github.com/anders-dc/SeaIce.jl).
See the [Public API Index](@ref main-index) for the complete list of documented functions and types.
t@@ -21,6 +21,7 @@ SeaIce.jl is licensed under the GPLv3; see [LICENSE](https://github.com/anders-d
```@contents
Pages = [
"man/installation.md",
+ "man/simple_example.md",
]
Depth = 1
```
(DIR) diff --git a/docs/src/man/simple_example.md b/docs/src/man/simple_example.md
t@@ -0,0 +1,2 @@
+# A simple example
+