Skip to content

Commit db14d12

Browse files
committed
Initial commit (2)
1 parent 06c802e commit db14d12

File tree

166 files changed

+57291
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+57291
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata
5+
.DS_Store

Gannet-docs.Rproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: Sweave
13+
LaTeX: pdfLaTeX
14+
15+
BuildType: Website

LICENSE

Lines changed: 395 additions & 0 deletions
Large diffs are not rendered by default.

_site.yml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: "gannet"
2+
navbar:
3+
title: "Gannet"
4+
left:
5+
- text: "Home"
6+
icon: fa-home
7+
href: index.html
8+
- text: "Documentation"
9+
menu:
10+
- text: "Getting started"
11+
href: getting-started.html
12+
- text: "Reference"
13+
href: reference.html
14+
- text: "Output structure attributes"
15+
href: output-struc-attrib.html
16+
- text: "Tissue correction"
17+
href: tissue-correction.html
18+
- text: "Additional tools"
19+
href: additional-tools.html
20+
- text: "Examples"
21+
menu:
22+
- text: "Batch processing script"
23+
href: batch-script.html
24+
- text: "GannetPreInitialise settings"
25+
href: gannetpreinitialise-settings.html
26+
- text: "FAQ"
27+
href: faq.html
28+
- text: "Release notes"
29+
href: release-notes.html
30+
- text: "Blog"
31+
href: https://www.gabamrs.com/
32+
right:
33+
- text: "Report an issue"
34+
href: https://github.com/markmikkelsen/Gannet/issues
35+
- icon: fa-github fa-lg
36+
href: https://github.com/markmikkelsen/Gannet
37+
- icon: fa-envelope fa-lg
38+
href: https://www.gabamrs.com/contact
39+
output:
40+
html_document:
41+
anchor_sections: TRUE
42+
theme: lumen
43+
highlight: tango
44+
include:
45+
after_body: footer.html
46+
css: styles.css
47+
48+
49+
50+

0 commit comments

Comments
 (0)