Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added image and hidden context menu #2431

Merged
merged 2 commits into from
Dec 11, 2024
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
1 change: 1 addition & 0 deletions docs/developer_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Welcome to the developer guide. This guide is divided into several sections base
.. toctree::
:maxdepth: 2
:caption: Contents:
:hidden:

tutorials/index
how-to-guides/index
Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ MantidImaging

Mantid Imaging is a graphical toolkit for performing 3D reconstruction of neutron tomography data. It provides an easy-to-use graphical interface to a wide range of pre/post-processing operations, tilt correction, and reconstruction algorithms, accommodating for tomography users with varying data complexity and image analysis background knowledge. It utilizes a flexible plugin system that allows easy integration of external software, and has allowed us to re-use software widely known in the neutron tomography community.

.. figure:: _static/main_window.png
:alt: Main Window
:align: center
:width: 100%


.. grid:: 1 1 2 2
:gutter: 4

Expand All @@ -27,6 +33,7 @@ Mantid Imaging is a graphical toolkit for performing 3D reconstruction of neutro
.. toctree::
:maxdepth: 1
:caption: Contents:
:hidden:

overview
installation
Expand Down
1 change: 1 addition & 0 deletions docs/user_guide/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Welcome to the user guide. This guide is organized based on the Diátaxis framew
.. toctree::
:maxdepth: 2
:caption: Contents:
:hidden:

tutorials/index
how-to-guides/index
Expand Down
Loading