Skip to content

Commit 1818a2a

Browse files
Rename Tools -> tools
1 parent dfa782b commit 1818a2a

File tree

296 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

296 files changed

+3
-3
lines changed

buildconfig/CMake/FindPylint.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ if ( PYLINT_EXECUTABLE )
2929
set ( PYLINT_VERSION "unknown" )
3030
endif()
3131
# Script to find all .py files and execute pylint
32-
set ( PYLINT_RUNNER_SCRIPT ${CMAKE_SOURCE_DIR}/Tools/Pylint/run_pylint.py )
32+
set ( PYLINT_RUNNER_SCRIPT ${CMAKE_SOURCE_DIR}/tools/Pylint/run_pylint.py )
3333
# Configuration file
34-
set ( PYLINT_CFG_FILE ${CMAKE_SOURCE_DIR}/Tools/Pylint/pylint.cfg )
34+
set ( PYLINT_CFG_FILE ${CMAKE_SOURCE_DIR}/tools/Pylint/pylint.cfg )
3535
endif ()
3636

3737
include(FindPackageHandleStandardArgs)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Tools/DOI/doi.py tools/DOI/doi.py

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Tools/scripts/ConvertToRST/ConvertWikiPage.py tools/scripts/ConvertToRST/ConvertWikiPage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Converts mediawiki pages to rst pages for sphinx.
33
# run with -h for command line arguments
44
#
5-
# sample command C:\MantidInstall\bin\python.exe C:/Mantid/Code/Tools/scripts/ConvertToRST/ConvertWikiPage.py
5+
# sample command C:\MantidInstall\bin\python.exe C:/Mantid/tools/scripts/ConvertToRST/ConvertWikiPage.py
66
# -o C:/Mantid/Code/Mantid/docs/source/training/MBC_Displaying_data_Formatting.rst
77
#
88
# pandoc must be installed an in the path
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)