Skip to content

Commit

Permalink
Enabled building of html from jupyter notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzwanenburg committed Apr 9, 2024
1 parent e19e619 commit 83a7873
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
5 changes: 3 additions & 2 deletions docs_source/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Alex Zwanenburg'

# The full version, including alpha/beta/rc tags
release = '2.2.0'
release = '2.2.1'


# -- General configuration ---------------------------------------------------
Expand All @@ -34,7 +34,8 @@
"sphinx.ext.napoleon",
"sphinx.ext.autodoc",
"sphinx.ext.viewcode",
"sphinx_rtd_theme"
"sphinx_rtd_theme",
"nbsphinx"
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
29 changes: 25 additions & 4 deletions docs_source/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,41 @@
Welcome to MIRP
===============
Introduction
============

.. toctree::
:hidden:
:maxdepth: 1
:caption: Contents:
:caption: Getting Started

index
installation
quick_start

.. toctree::
:hidden:
:maxdepth: 1
:caption: Tutorials

tutorial_compute_radiomics_features_mr

.. toctree::
:hidden:
:maxdepth: 1
:caption: Deep Dive

image_mask_import
configuration
image_metadata
mask_labels
deep_learning
quantitative_image_analysis

.. toctree::
:hidden:
:maxdepth: 1
:caption: Contributing

contributing


What is radiomics?
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Changelog = "https://github.com/oncoray/mirp/blob/master/NEWS.md"

[project.optional-dependencies]
test = ["pytest>=7.4.0"]
docs = ["sphinx>=5.0.0", "sphinx_rtd_theme>=2.0.0"]
docs = ["sphinx>=5.0.0", "sphinx_rtd_theme>=2.0.0", "nbsphinx"]

[tool.pytest.ini_options]
addopts = ["--strict-markers"]
Expand Down

0 comments on commit 83a7873

Please sign in to comment.