Skip to content

Commit dd40246

Browse files
ENH: Update README to .rst format with links to CDash & CircleCI
1 parent a365f28 commit dd40246

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Applications/SlicerApp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ slicerMacroBuildAppLibrary(
6969
NAME ${APPLIB_NAME}
7070
APPLICATION_NAME ${SlicerApp_APPLICATION_NAME}
7171
DESCRIPTION_SUMMARY ${APPLIB_DESCRIPTION_SUMMARY}
72-
DESCRIPTION_FILE ${Slicer_SOURCE_DIR}/README.txt
72+
DESCRIPTION_FILE ${Slicer_SOURCE_DIR}/README.rst
7373
EXPORT_DIRECTIVE "Q_SLICER_APP_EXPORT"
7474
FOLDER ${${PROJECT_NAME}_FOLDER}
7575
SRCS ${APPLIB_SRCS}

CMake/SlicerGenerateSlicerConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set(Slicer_LAUNCH_COMMAND_CONFIG ${Slicer_LAUNCH_COMMAND})
3232

3333
# License and Readme file
3434
set(Slicer_LICENSE_FILE_CONFIG ${Slicer_SOURCE_DIR}/License.txt)
35-
set(Slicer_README_FILE_CONFIG ${Slicer_SOURCE_DIR}/README.txt)
35+
set(Slicer_README_FILE_CONFIG ${Slicer_SOURCE_DIR}/README.rst)
3636

3737
# Test templates directory
3838
set(Slicer_CXX_MODULE_TEST_TEMPLATES_DIR_CONFIG ${Slicer_CXX_MODULE_TEST_TEMPLATES_DIR})

README.txt renamed to README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
Slicer, or 3D Slicer, is a free, open source software package for visualization and
2-
image analysis.
1+
Slicer
2+
==============
33

4-
3D Slicer is natively designed to be available on multiple platforms,
5-
including Windows, Linux and Mac Os X.
4+
.. image:: https://circleci.com/gh/Slicer/Slicer.svg?style=svg
5+
:target: http://slicer.cdash.org/index.php?project=Slicer4
6+
7+
Slicer, or 3D Slicer, is a free, open source software package for visualization and
8+
image analysis.
9+
10+
3D Slicer is natively designed to be available on multiple platforms,
11+
including Windows, Linux and Mac Os X.
612

713
For more information, please see:
814

0 commit comments

Comments
 (0)