Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE

commit dc7c2adf27c344488e2239eabcd129c4927c14c4
parent 6d3999f0b4174870c54c13ba602d7c0fa8017c61
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 11 Sep 2017 11:32:33 -0400

update documentation

Diffstat:
Mdocs/src/index.md | 9++-------
Mdocs/src/lib/internals.md | 3++-
Mdocs/src/lib/public.md | 6+++---
Mdocs/src/man/installation.md | 5++---
4 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/docs/src/index.md b/docs/src/index.md @@ -6,7 +6,7 @@ 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. -See the [Index](@ref main-index) for the complete list of documented functions and types. +See the [Public API Index](@ref main-index) for the complete list of documented functions and types. --- @@ -30,11 +30,6 @@ Depth = 1 Pages = [ "lib/public.md", "lib/internals.md", +Depth = 1 ] ``` - -### [Index](@id main-index) - -```@index -Pages = ["lib/public.md"] -``` diff --git a/docs/src/lib/internals.md b/docs/src/lib/internals.md @@ -1,4 +1,4 @@ -## Internal Documentation +# Package-internal Documentation This page lists all the documented internals of the `SeaIce` module. @@ -14,6 +14,7 @@ A list of all internal documentation sorted by module. Pages = ["internals.md"] ``` +## Internal Interface ```@autodocs Modules = [SeaIce] Public = false diff --git a/docs/src/lib/public.md b/docs/src/lib/public.md @@ -1,15 +1,15 @@ -## Public Documentation +# Public API Documentation Documentation for `SeaIce.jl`'s public interface. -See [Internal Documentation](@ref) for itnernal package docs. +See [Internal Documentation](@ref) for internal package docs. ## Contents ```@contents Pages = ["public.md"] ``` -## Index +## Index(@id main-index) ```@index Pages = ["public.md"] ``` diff --git a/docs/src/man/installation.md b/docs/src/man/installation.md @@ -4,9 +4,8 @@ SeaIce.jl can be installed directly from the Julia shell by: Pkg.clone("git://github.com/anders-dc/SeaIce.jl.git") This will install the contents of this repository in the folder -`~/.julia/v$(JULIA_VERSION)/SeaIce`, and install the packages specified as -[requirements](REQUIRE). The package [JLD](https://github.com/JuliaIO/JLD.jl) -is used for model restarts and is recommended but not required, and thus is not +`~/.julia/v$(JULIA_VERSION)/SeaIce` and install its requirements. The package [JLD](https://github.com/JuliaIO/JLD.jl) +is used for model restarts and is recommended but not required, and is thus not automatically installed. Import the package contents into the current Julia session or script with: