-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old files; Merge f5-agility-lab-template changes; Fixes
- Loading branch information
1 parent
cd23dcb
commit 19152a7
Showing
14 changed files
with
188 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -x | ||
|
||
COMMAND="/bin/bash" | ||
|
||
. ./containthedocs-image | ||
|
||
exec docker run --rm -it \ | ||
-v "$PWD":"$PWD" --workdir "$PWD" \ | ||
${DOCKER_RUN_ARGS} \ | ||
-e "LOCAL_USER_ID=$(id -u)" \ | ||
${DOC_IMG} ${COMMAND} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -x | ||
|
||
COMMAND="make -C docs html" | ||
|
||
. ./containthedocs-image | ||
|
||
exec docker run --rm -it \ | ||
-v "$PWD":"$PWD" --workdir "$PWD" \ | ||
${DOCKER_RUN_ARGS} \ | ||
-e "LOCAL_USER_ID=$(id -u)" \ | ||
${DOC_IMG} ${COMMAND} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -x | ||
|
||
COMMAND="make -C docs clean" | ||
|
||
. ./containthedocs-image | ||
|
||
exec docker run --rm -it \ | ||
-v "$PWD":"$PWD" --workdir "$PWD" \ | ||
${DOCKER_RUN_ARGS} \ | ||
-e "LOCAL_USER_ID=$(id -u)" \ | ||
${DOC_IMG} ${COMMAND} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -x | ||
|
||
COMMAND="make -C docs clean html" | ||
|
||
. ./containthedocs-image | ||
|
||
exec docker run --rm -it \ | ||
-v "$PWD":"$PWD" --workdir "$PWD" \ | ||
${DOCKER_RUN_ARGS} \ | ||
-e "LOCAL_USER_ID=$(id -u)" \ | ||
${DOC_IMG} ${COMMAND} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -x | ||
|
||
if [ "$#" -ne 1 ]; then | ||
echo "Usage $0 <file.docx>" | ||
exit 1 | ||
fi | ||
|
||
COMMAND="scripts/convertdocx.sh $1" | ||
|
||
. ./containthedocs-image | ||
|
||
exec docker run --rm -it \ | ||
-v "$PWD":"$PWD" --workdir "$PWD" \ | ||
${DOCKER_RUN_ARGS} \ | ||
-e "LOCAL_USER_ID=$(id -u)" \ | ||
${DOC_IMG} ${COMMAND} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
: ${DOC_IMG:=0xhiteshpatel/containthedocs:2.3} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -x | ||
|
||
. ./containthedocs-image | ||
|
||
exec docker run --rm -it \ | ||
-v $PWD:$PWD --workdir $PWD \ | ||
${DOCKER_RUN_ARGS} \ | ||
-e "LOCAL_USER_ID=$(id -u)" \ | ||
${DOC_IMG} make -C docs latexpdf |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
%% LaTeX preamble. | ||
|
||
\usepackage{type1cm} | ||
\usepackage{helvet} | ||
\usepackage{wallpaper} | ||
\usepackage[utf8]{inputenc} | ||
|
||
\makeatletter | ||
\def\UTFviii@defined#1{% | ||
\ifx#1\relax | ||
?% | ||
\else\expandafter | ||
#1% | ||
\fi | ||
} | ||
|
||
\makeatother | ||
|
||
\pagestyle{plain} | ||
\pagenumbering{arabic} | ||
|
||
\renewcommand{\familydefault}{\sfdefault} | ||
|
||
\definecolor{f5red}{RGB}{235, 28, 35} | ||
|
||
\def\frontcoverpage{ | ||
\begin{titlepage} | ||
\ThisURCornerWallPaper{1.0}{${frontcoverimage}} | ||
\vspace*{2.5cm} | ||
\hspace{4.5cm} | ||
{\color{f5red} \text{\Large ${eventname}}\par} | ||
\vspace{.5cm} | ||
\hspace{4.5cm} | ||
{\color{white} \text{\huge ${project}}\par} | ||
\vspace{0.5cm} | ||
\hspace{4.5cm} | ||
{\color{white} \text{\large ${author}}\par} | ||
\vfill | ||
\end{titlepage} | ||
\newpage | ||
} | ||
\def\backcoverpage{ | ||
\newpage | ||
\thispagestyle{empty} | ||
\phantom{100} | ||
\ThisURCornerWallPaper{1.0}{${backcoverimage}} | ||
} | ||
\def\contentspage{ | ||
\tableofcontents | ||
} | ||
%% Disable standard title (but keep PDF info). | ||
\renewcommand{\maketitle}{ | ||
\begingroup | ||
% These \defs are required to deal with multi-line authors; it | ||
% changes \\ to ', ' (comma-space), making it pass muster for | ||
% generating document info in the PDF file. | ||
\def\\{, } | ||
\def\and{and } | ||
\pdfinfo{ | ||
/Title (${project}) | ||
/Author (${author}) | ||
} | ||
\endgroup | ||
} |