Skip to content

Commit 79898c9

Browse files
author
Joachim
committed
chore: Fixed all build errors
1 parent 7e1148e commit 79898c9

7 files changed

Lines changed: 17 additions & 10 deletions

File tree

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# List of patterns, relative to source directory, that match files and
4242
# directories to ignore when looking for source files.
4343
# This pattern also affects html_static_path and html_extra_path.
44-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
44+
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'old', 'README.md']
4545

4646

4747
# -- Options for HTML output -------------------------------------------------

docs/intro/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Features include:
2121
- Side by side image comparison
2222

2323

24-
To find out more, check out the [original publication introducing ImageC](https://pubmed.ncbi.nlm.nih.gov/36437554/) or {doc}`dive into the tutorials <../tutorials/index>` to see some of what it can do.
24+
To find out more, check out the [original publication introducing ImageC](https://pubmed.ncbi.nlm.nih.gov/36437554/).

docs/intro/installation.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,21 @@
22

33
## Which ImageC download do I need?
44

5+
:::{hint}
56
It is recommended to use ImageC under Linux for best stability and performance.
7+
:::
8+
9+
:::{note}
610
Because of licensing issues, ImageC is not available for Mac yet.
11+
:::
12+
713

814
On **Linux** use `imagec-x64-linux-bundle.zip` from the [GithHub release](https://github.com/joda01/imagec/releases) page.
915

1016
On **Windows** use `imagec-x64-win-bundle.zip` form the [GithHub release](https://github.com/joda01/imagec/releases) page.
1117

1218

19+
1320
## Download & install
1421

1522
There are signed and unsigned versions available for ImageC.
@@ -24,9 +31,7 @@ If you use an unsigned version you may need to take a few extra steps to get it
2431
- On **Windows**, if you want to use a signed version, download the {program}`imagec-x64-win-signed.exe` from a release with title `[signed]`.
2532
- Copy the downloaded `exe` into the folder beside the `imagec.exe`.
2633
- Double-click on the {program}`imagec-x64-win-signed.exe` to launch the application
27-
- On **macOS**, right-click the `.pkg` file, then choose 'Open' (you might need to do this twice)
28-
- If you're using an M1/M2/M3 Mac, please check out the [notes on Apple silicon](apple-silicon)
2934

30-
See {ref}`Troubleshooting` for more information.
35+
3136

3237

docs/starting/export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ If the resulting data should be further processed outside ImageC the export func
77
Clicking on {guilabel}`Export` exports the current view (plate, well or image) to an XLSX formatted file which can be opened with e.g. Excel or R.
88

99
:::{figure} images/screenshot_export.png
10-
:class: full-image
10+
:class: medium-image
1111

1212
Export dialog
1313
:::

docs/starting/first_steps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The tutorial will demonstrate the following:
1212
- Export results
1313

1414

15-
## Getting started
15+
## Analyze images
1616

1717
:::{note}
1818
If you have problems running ImageC see {doc}`here <../intro/installation>`.
@@ -35,7 +35,7 @@ Enter basic information on your project and group your images.
3535

3636

3737
:::{figure} images/screenshot_start_wizard.png
38-
:class: full-image
38+
:class: small-image
3939

4040
ImageC new project wizard
4141
:::
@@ -170,7 +170,7 @@ With the back button on the top left the overview panel is displayed again.
170170
After all channels are added and all needed channel settings are done, the analysis can be started by pressing the {guilabel}`Run` button on the top.
171171

172172
:::{figure} images/screenshot_running.png
173-
:class: full-image
173+
:class: small-image
174174

175175
Analysis running
176176
:::

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page hosts the documentation for **ImageC {{ env.config.version }}.x**.
1515

1616

1717
```{toctree}
18-
:caption: 'Full contents:'
18+
:caption: 'Contents:'
1919
:maxdepth: 2
2020
2121
docs/intro/index

old/mac.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- On **macOS**, right-click the `.pkg` file, then choose 'Open' (you might need to do this twice)
2+
- If you're using an M1/M2/M3 Mac, please check out the [notes on Apple silicon](apple-silicon)

0 commit comments

Comments
 (0)