Skip to content

Commit

Permalink
Reorganize docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel committed Sep 13, 2023
1 parent 9f9afc5 commit cd68c2e
Show file tree
Hide file tree
Showing 87 changed files with 7 additions and 75 deletions.
14 changes: 7 additions & 7 deletions Docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ project(PeleLMeX-Docs NONE)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

find_package(Sphinx REQUIRED)
#find_package(Doxygen)

add_custom_target(sphinx ALL
COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_BINARY_DIR}/html
COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_SOURCE_DIR}/source/landing
${CMAKE_BINARY_DIR}/html
COMMAND ${SPHINX_EXECUTABLE} -M html "${CMAKE_SOURCE_DIR}/source/manual"
"${CMAKE_BINARY_DIR}/html/manual"
-c ${CMAKE_SOURCE_DIR}/source/manual
COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/html
COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_CURRENT_SOURCE_DIR}/sphinx/landing
${CMAKE_CURRENT_BINARY_DIR}/html
COMMAND ${SPHINX_EXECUTABLE} -M html "${CMAKE_CURRENT_SOURCE_DIR}/sphinx/manual"
"${CMAKE_CURRENT_BINARY_DIR}/html/manual"
-c ${CMAKE_CURRENT_SOURCE_DIR}/sphinx/manual
-W --keep-going -n
)
24 changes: 0 additions & 24 deletions Docs/Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions Docs/make.bat

This file was deleted.

9 changes: 0 additions & 9 deletions Docs/requirements.txt

This file was deleted.

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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit cd68c2e

Please sign in to comment.