Skip to content

Commit

Permalink
WIP on long-form documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzwanenburg committed Mar 27, 2024
1 parent e11d6f6 commit e3ab0eb
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 14 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 8 additions & 14 deletions docs_source/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ Welcome to MIRP
:maxdepth: 1
:caption: Contents:

mirp.importData
mirp.settings
mirp.extractImageParameters
mirp.extractMaskLabels
mirp.deepLearningPreprocessing
mirp.extractFeaturesAndImages
installation
quick_start
image_mask_import
configuration
image_metadata
mask_labels
deep_learning
quantitative_image_analysis

Quick-start
===========
Expand All @@ -28,11 +30,3 @@ MIRP is available from PyPI and can be installed using ``pip``, or other install
Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
12 changes: 12 additions & 0 deletions docs_source/source/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Installing MIRP
===============
MIRP is available from `PyPI <https://pypi.org/project/mirp/>`_ and can be installed using ``pip``, or other installer
tools:

.. code-block:: console
pip install mirp
.. note::
We highly recommend installing MIRP in a virtual environment to avoid dependency issues. For more information
see this `primer <https://realpython.com/python-virtual-environments-a-primer/>`_.
File renamed without changes.
5 changes: 5 additions & 0 deletions docs_source/source/quick_start.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Quick-start
===========

Before you begin, you need to:
1. Install MIRP (see :ref:`installation`).

0 comments on commit e3ab0eb

Please sign in to comment.