Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
775 changes: 775 additions & 0 deletions docs/_static/thumbnails/estia_advanced_mcstas_reduction_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
775 changes: 775 additions & 0 deletions docs/_static/thumbnails/estia_advanced_mcstas_reduction_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,482 changes: 1,482 additions & 0 deletions docs/_static/thumbnails/estia_mcstas_reduction_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,482 changes: 1,482 additions & 0 deletions docs/_static/thumbnails/estia_mcstas_reduction_light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 27 additions & 13 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,26 @@
</br></br>
</div>

## Overview
## Quick links

This documentation is under construction.
See the [Amor data reduction](examples/amor) example for a quick start.
::::{grid} 3

## Table of contents
:::{grid-item-card} ESTIA
:link: user-guide/estia/index.md

```{toctree}
---
maxdepth: 2
---
:::

user-guide/index
api-reference/index
developer/index
about/index
```
:::{grid-item-card} Amor
:link: user-guide/amor/index.md

:::

::::{grid-item-card} Offspec
:link: user-guide/offspec/index.md

:::

::::

:::{include} user-guide/installation.md
:heading-offset: 1
Expand All @@ -54,3 +57,14 @@ about/index

- If you have questions that are not answered by these documentation pages, ask on [discussions](https://github.com/scipp/essreflectometry/discussions). Please include a self-contained reproducible example if possible.
- Report bugs (including unclear, missing, or wrong documentation!), suggest features or view the source code [on GitHub](https://github.com/scipp/essreflectometry).

```{toctree}
---
hidden:
---

user-guide/index
api-reference/index
developer/index
about/index
```
1 change: 1 addition & 0 deletions docs/user-guide/amor/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ maxdepth: 1
---
amor-reduction
compare-to-eos
workflow-widget
```
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "0",
"metadata": {},
"source": [
"# Workflow widget"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "0",
"id": "1",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -14,7 +22,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "1",
"id": "2",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -24,7 +32,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "2",
"id": "3",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -34,12 +42,12 @@
{
"cell_type": "code",
"execution_count": null,
"id": "3",
"id": "4",
"metadata": {},
"outputs": [],
"source": [
"gui = AmorBatchReductionGUI()\n",
"gui.widget\n"
"gui.widget"
]
}
],
Expand Down
Loading
Loading