Skip to content

Commit

Permalink
Remove examples since they are out of date. (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Sep 23, 2024
1 parent 6598e48 commit ca146e1
Show file tree
Hide file tree
Showing 44 changed files with 0 additions and 6,179 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ option(ENABLE_ROCM "Enable build targeting AMD GPU" OFF)
option(ENABLE_UMPIRE "Enable Umpire GPU memory pools" OFF)
option(ENABLE_TESTS "Enable regression testing." OFF)
option(ENABLE_UNIT_TESTS "Enable unit testing." ON)
option(ENABLE_EXAMPLES "Enable examples." OFF)
option(ENABLE_DOCUMENTATION "Build documentation." OFF)
option(ENABLE_SPHINX_API_DOCS "Link Doxygen API docs to Sphinx" OFF)
option(ENABLE_WIND_UTILS "Build wind utils along with Nalu-Wind" OFF)
Expand Down Expand Up @@ -324,10 +323,6 @@ if(ENABLE_TESTS)
add_subdirectory(reg_tests)
endif()

if(ENABLE_EXAMPLES)
add_subdirectory(examples)
endif()

if (ENABLE_WIND_UTILS)
if (EXISTS ${CMAKE_SOURCE_DIR}/wind-utils/CMakeLists.txt)
add_subdirectory(wind-utils)
Expand Down
71 changes: 0 additions & 71 deletions docs/source/user/examples/ABLexample.rst

This file was deleted.

62 changes: 0 additions & 62 deletions docs/source/user/examples/ALMexample.rst

This file was deleted.

141 changes: 0 additions & 141 deletions docs/source/user/examples/WFexample.rst

This file was deleted.

13 changes: 0 additions & 13 deletions docs/source/user/examples/index.rst

This file was deleted.

Loading

0 comments on commit ca146e1

Please sign in to comment.