Skip to content

Commit

Permalink
Product documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitBM committed May 25, 2018
1 parent 69cf969 commit 8e11520
Show file tree
Hide file tree
Showing 102 changed files with 16,647 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Build/linux/copy_post_build_gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ if [ -n "$QT_LIB_DIR" ]; then
fi

# Copy the documentation files
if [ ! -d "../../output/bin/docs" ]; then
mkdir ../../output/bin/docs
if [ ! -d "$OUTPUT_DIR/Documentation" ]; then
mkdir $OUTPUT_DIR/Documentation
fi
if [ ! -d "../../output/bin/docs/html" ]; then
mkdir ../../output/bin/docs/html
if [ ! -d "$OUTPUT_DIR/Documentation/html" ]; then
mkdir $OUTPUT_DIR/Documentation/html
fi
cp -rf ../../docs/build/html ../../output/bin/docs
cp -rf ../../../Documentation/build/html $OUTPUT_DIR/Documentation

# Copy the GUI launch script.
cp ./RadeonGPUAnalyzerGUI ../../output/bin/
Expand Down
6 changes: 3 additions & 3 deletions Build/windows/copy_post_build_gui.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ IF NOT exist %OUTPUT_DIR% mkdir %OUTPUT_DIR%
IF NOT exist %OUTPUT_DIR%\platforms mkdir %OUTPUT_DIR%\platforms
IF NOT exist %OUTPUT_DIR%\iconengines mkdir %OUTPUT_DIR%\iconengines
IF NOT exist %OUTPUT_DIR%\imageformats mkdir %OUTPUT_DIR%\imageformats
IF NOT exist %OUTPUT_DIR%\docs mkdir %OUTPUT_DIR%\docs
IF NOT exist %OUTPUT_DIR%\docs\html mkdir %OUTPUT_DIR%\docs\html
IF NOT exist %OUTPUT_DIR%\Documentation mkdir %OUTPUT_DIR%\Documentation
IF NOT exist %OUTPUT_DIR%\Documentation\html mkdir %OUTPUT_DIR%\Documentation\html

rem Copy Qt5 dlls
IF NOT [%QT_LIB_DIR%]==[] (
Expand All @@ -40,4 +40,4 @@ IF NOT [%QT_LIB_DIR%]==[] (
)

rem Copy documentation files
XCopy /r /e /d /y "..\..\docs\build\html" "%OUTPUT_DIR%\docs\html\"
XCopy /r /e /d /y "..\..\..\Documentation\Build\html" "%OUTPUT_DIR%\Documentation\html\"
File renamed without changes.
Binary file added Documentation/build/doctrees/environment.pickle
Binary file not shown.
Binary file added Documentation/build/doctrees/help_manual.doctree
Binary file not shown.
Binary file added Documentation/build/doctrees/index.doctree
Binary file not shown.
Binary file added Documentation/build/doctrees/quickstart.doctree
Binary file not shown.
4 changes: 4 additions & 0 deletions Documentation/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 22a0cf22dac79c2c964c3aa6b8adb9d7
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added Documentation/build/html/_static/ajax-loader.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e11520

Please sign in to comment.