Introduction
Introduction Statistics Contact Development Disclaimer Help
tmake.jl - Granular.jl - Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log
Files
Refs
README
LICENSE
---
tmake.jl (686B)
---
1 using Documenter, Granular
2
3 makedocs(
4 modules = [Granular],
5 clean = false,
6 format = :html,
7 sitename = "Granular.jl",
8 authors = "Anders Damsgaard",
9 pages = Any[ # Compat: `Any` for 0.4 compat
10 "Home" => "index.md",
11 "Manual" => Any[
12 "man/installation.md",
13 "man/package_contents.md",
14 "man/methods.md",
15 "man/getting_started.md",
16 ],
17 "Library" => Any[
18 "Public API" => "lib/public.md",
19 hide("Internals" => "lib/internals.md", Any[
20 "lib/internals.md",
21 ])
22 ]
23 ],
24 )
25
26 deploydocs(
27 repo = "github.com/anders-dc/Granular.jl.git",
28 )
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.