Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
c56b975b
Commit
c56b975b
authored
Apr 04, 2012
by
Peter Eastman
Browse files
Cleaned up and reorganized docs directory
parent
c2fdf7fd
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
4 deletions
+11
-4
CMakeLists.txt
CMakeLists.txt
+3
-3
docs/C++ API Reference.html
docs/C++ API Reference.html
+1
-1
docs/OpenMMUsersGuide.doc
docs/OpenMMUsersGuide.doc
+0
-0
docs/OpenMMUsersGuide.pdf
docs/OpenMMUsersGuide.pdf
+0
-0
docs/Python API Reference.html
docs/Python API Reference.html
+7
-0
docs/Theory Guide.doc
docs/Theory Guide.doc
+0
-0
docs/Theory Guide.pdf
docs/Theory Guide.pdf
+0
-0
No files found.
CMakeLists.txt
View file @
c56b975b
...
@@ -516,7 +516,7 @@ IF(DOXYGEN_EXECUTABLE)
...
@@ -516,7 +516,7 @@ IF(DOXYGEN_EXECUTABLE)
FILE
(
MAKE_DIRECTORY
"
${
PROJECT_BINARY_DIR
}
/api-c++/"
)
FILE
(
MAKE_DIRECTORY
"
${
PROJECT_BINARY_DIR
}
/api-c++/"
)
INSTALL
(
DIRECTORY
"
${
PROJECT_BINARY_DIR
}
/api-c++/"
INSTALL
(
DIRECTORY
"
${
PROJECT_BINARY_DIR
}
/api-c++/"
DESTINATION
"docs/api-c++/"
)
DESTINATION
"docs/api-c++/"
)
INSTALL
(
FILES
"docs/API Reference.html"
INSTALL
(
FILES
"docs/
C++
API Reference.html"
DESTINATION
"docs/"
)
DESTINATION
"docs/"
)
ADD_CUSTOM_TARGET
(
DoxygenApiDocs
ADD_CUSTOM_TARGET
(
DoxygenApiDocs
DEPENDS
"
${
CMAKE_CURRENT_BINARY_DIR
}
/api-c++/index.html"
DEPENDS
"
${
CMAKE_CURRENT_BINARY_DIR
}
/api-c++/index.html"
...
@@ -556,13 +556,13 @@ IF(DOXYGEN_EXECUTABLE)
...
@@ -556,13 +556,13 @@ IF(DOXYGEN_EXECUTABLE)
FILE
(
MAKE_DIRECTORY
"
${
PROJECT_BINARY_DIR
}
/api-python/"
)
FILE
(
MAKE_DIRECTORY
"
${
PROJECT_BINARY_DIR
}
/api-python/"
)
INSTALL
(
DIRECTORY
"
${
PROJECT_BINARY_DIR
}
/api-python/"
INSTALL
(
DIRECTORY
"
${
PROJECT_BINARY_DIR
}
/api-python/"
DESTINATION
"docs/api-python/"
)
DESTINATION
"docs/api-python/"
)
INSTALL
(
FILES
"docs/API Reference.html"
INSTALL
(
FILES
"docs/
Python
API Reference.html"
DESTINATION
"docs/"
)
DESTINATION
"docs/"
)
ADD_DEPENDENCIES
(
DoxygenApiDocs PythonApiDocs
)
ADD_DEPENDENCIES
(
DoxygenApiDocs PythonApiDocs
)
ENDIF
(
OPENMM_BUILD_PYTHON_WRAPPERS
)
ENDIF
(
OPENMM_BUILD_PYTHON_WRAPPERS
)
ENDIF
(
DOXYGEN_EXECUTABLE
)
ENDIF
(
DOXYGEN_EXECUTABLE
)
install
(
FILES docs/UsersGuide
/OpenMMUs
er
s
Guide.pdf
install
(
FILES docs/
OpenMM
UsersGuide
.pdf docs/OpenMMApplicationGuide.pdf docs/OpenMMDevelop
erGuide.pdf
DESTINATION docs/
)
DESTINATION docs/
)
FILE
(
GLOB LICENSE_FILES
"docs/licenses/*.txt"
)
FILE
(
GLOB LICENSE_FILES
"docs/licenses/*.txt"
)
...
...
docs/API Reference.html
→
docs/
C++
API Reference.html
View file @
c56b975b
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<html>
<head>
<head>
<meta
http-equiv=
"REFRESH"
content=
"0;url=api/index.html"
></HEAD>
<meta
http-equiv=
"REFRESH"
content=
"0;url=api
-c++
/index.html"
></HEAD>
<BODY>
<BODY>
</BODY>
</BODY>
</HTML>
</HTML>
\ No newline at end of file
docs/
UsersGuide/
OpenMMUsersGuide.doc
→
docs/OpenMMUsersGuide.doc
View file @
c56b975b
File moved
docs/
UsersGuide/
OpenMMUsersGuide.pdf
→
docs/OpenMMUsersGuide.pdf
View file @
c56b975b
File moved
docs/Python API Reference.html
0 → 100644
View file @
c56b975b
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta
http-equiv=
"REFRESH"
content=
"0;url=api-python/index.html"
></HEAD>
<BODY>
</BODY>
</HTML>
\ No newline at end of file
docs/Theory Guide.doc
deleted
100644 → 0
View file @
c2fdf7fd
File deleted
docs/Theory Guide.pdf
deleted
100644 → 0
View file @
c2fdf7fd
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment