Skip to content

Commit 059d835

Browse files
committed
Add tutorials main page
1 parent 5dd6364 commit 059d835

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/tutorial/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# Tutorials
1+
# Tutorials
2+
3+
Our tutorials provide step-by-step guides for getting started with pyElli.
4+
We tried to keep everything simple and unambigious, while still providing the necessary details for understanding how things work.
5+
6+
A great first step is to follow the [performing a simple fit tutorial](simple_fit.md).
7+
The [working with dispersion models](working_with_dispersions.md) covers goes through using pre-built dispersion models,
8+
load literature values from [refractiveindex.info](https://refractiveindex.info) and explains how to built your own dispersion model.

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ theme:
77
name: material
88
features:
99
- navigation.instant
10+
- navigation.instant.progress
11+
- navigation.path
1012
- navigation.tabs
1113
- navigation.indexes
14+
- navigation.footer
15+
- navigation.top
1216
- content.code.copy
1317
palette:
1418
primary: cyan

0 commit comments

Comments
 (0)