Skip to content

Commit

Permalink
Filled up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-albert committed Oct 17, 2024
1 parent 62fa594 commit 033fb4b
Show file tree
Hide file tree
Showing 16 changed files with 497 additions and 48 deletions.
109 changes: 77 additions & 32 deletions docs/docs_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,84 @@
astor==0.8.1
Babel==2.13.0
certifi==2023.7.22
charset-normalizer==3.3.0
appnope==0.1.4
asttokens==2.4.1
attrs==24.2.0
babel==2.16.0
backcall==0.2.0
beautifulsoup4==4.12.3
bleach==6.1.0
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
colorama==0.4.6
decorator==5.1.1
defusedxml==0.7.1
docopt==0.6.2
EditorConfig==0.12.4
executing==2.1.0
fastjsonschema==2.20.0
ghp-import==2.1.0
griffe==0.36.5
idna==3.4
Jinja2==3.1.3
Mako==1.2.4
Markdown==3.5
MarkupSafe==2.1.3
griffe==1.4.1
idna==3.10
importlib_metadata==8.5.0
importlib_resources==6.4.5
ipython==8.12.3
jedi==0.19.1
Jinja2==3.1.4
jsbeautifier==1.15.1
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
jupyter_client==8.6.3
jupyter_core==5.7.2
jupyterlab_pygments==0.3.0
Markdown==3.7
MarkupSafe==3.0.1
matplotlib-inline==0.1.7
mergedeep==1.3.4
mike==1.1.2
mkdocs==1.5.3
mkdocs-autorefs==0.5.0
mkdocs-material==9.4.5
mkdocs-material-extensions==1.2
mkdocstrings==0.23.0
mkdocstrings-python==1.7.3
mkgendocs==0.9.2
packaging==23.2
paginate==0.5.6
pathspec==0.11.2
pip==23.3
platformdirs==3.11.0
Pygments==2.16.1
pymdown-extensions==10.3
python-dateutil==2.8.2
PyYAML==6.0.1
mike==2.1.3
mistune==3.0.2
mkdocs==1.6.1
mkdocs-autorefs==1.2.0
mkdocs-get-deps==0.2.0
mkdocs-material==9.5.41
mkdocs-material-extensions==1.3.1
mkdocs-mermaid2-plugin==1.1.1
mkdocstrings==0.26.2
mkdocstrings-python==1.12.1
nbclient==0.10.0
nbconvert==7.16.4
nbformat==5.10.4
packaging==24.1
paginate==0.5.7
pandocfilters==1.5.1
parso==0.8.4
pathspec==0.12.1
pexpect==4.9.0
pickleshare==0.7.5
pipreqs==0.5.0
platformdirs==4.3.6
prompt_toolkit==3.0.48
ptyprocess==0.7.0
pure_eval==0.2.3
Pygments==2.18.0
pymdown-extensions==10.11.2
pyparsing==3.2.0
python-dateutil==2.9.0.post0
PyYAML==6.0.2
pyyaml_env_tag==0.1
regex==2023.10.3
requests==2.31.0
setuptools==65.5.1
pyzmq==26.2.0
referencing==0.35.1
regex==2024.9.11
requests==2.32.3
rpds-py==0.20.0
six==1.16.0
urllib3==2.0.7
soupsieve==2.6
stack-data==0.6.3
tinycss2==1.3.0
tornado==6.4.1
traitlets==5.14.3
urllib3==2.2.3
verspec==0.1.0
watchdog==3.0.0
watchdog==5.0.3
wcwidth==0.2.13
webencodings==0.5.1
yarg==0.1.9
zipp==3.20.2
Binary file removed docs/images/20230929_screenshot.png
Binary file not shown.
Binary file added docs/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/naming_convention_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
169 changes: 169 additions & 0 deletions docs/images/napari-stitcher-loaded-mosaic-annotated-inkscape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/napari-stitcher-loaded-mosaic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/preposition.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/preposition3d.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/preposition_mosaic.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

A napari plugin for stitching large multi-positioning datasets in 2/3D+t using [`multiview-stitcher`](https://github.com/multiview-stitcher/multiview-stitcher).

![](images/20230929_screenshot.png)
![](images/napari-stitcher-loaded-mosaic-annotated.png)
Loading

0 comments on commit 033fb4b

Please sign in to comment.