Skip to content

Commit

Permalink
Move install-based stuff to docs/installation/
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Sep 26, 2023
1 parent 10a9c2b commit 534ee29
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Andreas Dutzler. *Tensor Toolbox for Modern Fortran - High-Level Tensor Manipula
```

## Overview
- [Installation]({% link installation.md %})
- [Quick Start Guide]({% link quickstartguide.md %})
- [Installation]({% link installation/index.md %})
- [Quick Start Guide]({% link installation/quickstartguide.md %})
- [Tensor Data Types]({% link tensordatatypes.md %})
- [Functions]({% link functions.md %})
- Example 1: [St.Venant-Kirchhoff Material]({% link example_stvenantkirchhoff.md %})
Expand Down
1 change: 1 addition & 0 deletions docs/installation.md → docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Installation
layout: page
nav_order: 2
has_children: true
---

# Installation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
---
title: Quick Start Guide
layout: page
nav_order: 2
parent: Installation
---

## Quick Start Guide
The most basic example on how to use this module is to [download the module](https://github.com/adtzlr/ttb/archive/main.zip), put the 'ttb'-Folder in your working directory and add two lines of code:

Expand Down

0 comments on commit 534ee29

Please sign in to comment.