Skip to content

Commit 72cd484

Browse files
authored
Merge pull request #465 from zivy/addressScheduledMaintenanceIssues
Address scheduled maintenance issues
2 parents eb3c984 + f1bc08c commit 72cd484

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
version: 2
22
formats: all
33

4+
sphinx:
5+
configuration: docs/source/conf.py
6+
47
build:
58
os: ubuntu-22.04
69
tools:
7-
python: "3.8"
10+
python: "3.12"
811

912

1013
python:

Python/popi_utilities_setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Utilities specific to the POPI data:
3-
* The label values used in the masks that segment the CT into air/body/lung.
2+
Utilities specific to the POPI data:
3+
* The label values used in the masks that segment the CT into air/body/lung.
44
* Function for reading the ground truth point data.
55
* Function for displaying a spatio-temporal coronal image with segmented label contour overlay.
66
* Function for displaying a coronal image with a set of segmentations (before and after registration).

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# SimpleITK Notebooks
22

3-
![GitHub Actions Notebook Testing](https://github.com/InsightSoftwareConsortium/SimpleITK-Notebooks/workflows/GitHub%20Actions/badge.svg)  [![CircleCI Notebook Testing](https://dl.circleci.com/status-badge/img/gh/InsightSoftwareConsortium/SimpleITK-Notebooks/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/InsightSoftwareConsortium/SimpleITK-Notebooks/tree/master)
3+
![GitHub Actions Notebook Testing](https://github.com/InsightSoftwareConsortium/SimpleITK-Notebooks/actions/workflows/main.yml/badge.svg
4+
)  [![CircleCI Notebook Testing](https://dl.circleci.com/status-badge/img/gh/InsightSoftwareConsortium/SimpleITK-Notebooks/tree/master.svg?style=shield)](https://dl.circleci.com/status-badge/redirect/gh/InsightSoftwareConsortium/SimpleITK-Notebooks/tree/master)
45
  [![http://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/](https://img.shields.io/website-up-down-green-red/http/shields.io.svg)](http://insightsoftwareconsortium.github.io/SimpleITK-Notebooks/)
56
  [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
67

0 commit comments

Comments
 (0)