Skip to content

Commit 6ae8430

Browse files
authored
Merge pull request #54 from neuroinformatics-unit/format-docs
small formatting tweaks to docs
2 parents 968aa05 + e0de785 commit 6ae8430

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

docs/source/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ A Python package for reconstructing movies of rotating samples acquired with a l
77
On the left, the mean image of a 3-photon movie in which the head of the animal was rotating. In the center, the mean image after derotation, and on the left the mean image of the derotated movie after suite2p registration. As you can see, already after derotation the cells are visible and have well defined shapes.
88
```
99

10-
::::{grid} 1 2 2
11-
:gutter: 2
10+
::::{grid} 2
11+
:gutter: 4
1212

1313
:::{grid-item-card} 📘 User guide
1414
:link: user_guide/index

docs/source/user_guide/key_concepts.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following inputs are required:
7878

7979
- A **CSV file** describing speeds and directions of rotation in the following format:
8080

81-
```csv
81+
```text
8282
speed,direction
8383
200,-1
8484
200,1
@@ -171,5 +171,3 @@ You can find different examples on how to use the Rotator and SyntheticData clas
171171
- [Use the Rotator to create elliptically rotated data](../examples/elliptical_rotations.rst)
172172
- [Find center of rotation with synthetic data](../examples/find_center_of_rotation.rst)
173173
- [Simple rotation and derotation of an image stack](../examples/rotate_and_derotate_a_square.rst)
174-
175-
---

0 commit comments

Comments
 (0)