Skip to content

Commit 83b33da

Browse files
DOC: Move documentation folder to Docs
Move documentation to Docs for consistency with 3D Slicer
1 parent 7535219 commit 83b33da

28 files changed

+9
-9
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**/.idea/
22
**/__pycache__/*
33
**/_build
4-
/Doc/api/
5-
/Doc/doxygen/
4+
/Docs/api/
5+
/Docs/doxygen/
66
/node_modules/

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ build:
99
- graphviz
1010
jobs:
1111
pre_build:
12-
- cd Doc && doxygen Doxyfile
12+
- cd Docs && doxygen Doxyfile
1313

1414
sphinx:
15-
configuration: Doc/conf.py
15+
configuration: Docs/conf.py
1616

1717
python:
1818
install:
19-
- requirements: Doc/requirements_docs.txt
19+
- requirements: Docs/requirements_docs.txt

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ project(LayerDisplayableManager)
77
set(EXTENSION_HOMEPAGE "https://github.com/KitwareMedical/SlicerLayerDisplayableManager")
88
set(EXTENSION_CONTRIBUTORS "Thibault Pelletier (Kitware SAS)")
99
set(EXTENSION_DESCRIPTION "A 3D Slicer module introducing a new displayable manager architecture for layered rendering and interaction handling.")
10-
set(EXTENSION_ICONURL "https://github.com/KitwareMedical/SlicerLayerDisplayableManager/raw/main/Doc/LayerDisplayableManager.png")
11-
set(EXTENSION_SCREENSHOTURLS "https://github.com/KitwareMedical/SlicerLayerDisplayableManager/raw/main/Doc/LayeredDisplayableManager_UML.jpg")
10+
set(EXTENSION_ICONURL "https://github.com/KitwareMedical/SlicerLayerDisplayableManager/raw/main/Docs/LayerDisplayableManager.png")
11+
set(EXTENSION_SCREENSHOTURLS "https://github.com/KitwareMedical/SlicerLayerDisplayableManager/raw/main/Docs/LayeredDisplayableManager_UML.jpg")
1212
set(EXTENSION_DEPENDS "NA") # Specified as a list or "NA" if no dependencies
1313

1414
#-----------------------------------------------------------------------------
File renamed without changes.

0 commit comments

Comments
 (0)