Skip to content

Commit addb18a

Browse files
author
andrewjohnson
committed
Updated handouts section to include link to repo
1 parent 6a8dcbe commit addb18a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

slides/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ HANDOUT_BASE=physor18-serpentTools.handout.
44
HANDOUT=${HANDOUT_BASE}tex
55
EXTS={aux,out,log,nav,toc,bbl,blg,snm}
66

7+
TEX_FLAGS=-interaction nonstopmode
78
slides:
89
rubber -d ${BEAMER}
910
handouts:
10-
latex --nonstop ${HANDOUT}
11-
pdflatex --nonstop ${HANDOUT}
11+
pdflatex ${TEX_FLAGS} ${HANDOUT}
12+
pdflatex ${TEX_FLAGS} ${HANDOUT}
1213
clean:
1314
rm ${BEAMER_BASE}${EXTS}
1415
rm ${HANDOUT_BASE}${EXTS}

slides/main.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
\hypersetup{colorlinks,linkcolor=,urlcolor=links}
3838
\newcommand{\toapi}[3]{\href{https://serpent-tools.readthedocs.io/en/latest/api/#1.html\##2.#3}{\texttt{#3}}}
3939
\newcommand{\github}[1]{\url{https://github.com/CORE-GATECH-GROUP/serpent-tools/#1}}
40+
\newcommand{\repo}{\url{https://github.com/CORE-GATECH-GROUP/physor18-serpentToolsDemo}}
4041
\begin{document}
4142

4243
\begin{frame}
@@ -191,6 +192,7 @@ \subsection{Resources}
191192
\end{itemize}
192193
\item Documentation available at \url{http://serpent-tools.readthedocs.io/en/latest}
193194
\item<handout> Examples in manual: \url{http://serpent-tools.readthedocs.io/en/latest/examples/index.html}
195+
\item<handout> Demonstration outputs and notebook can be found at \repo
194196
\end{itemize}
195197
\end{frame}
196198

@@ -199,7 +201,7 @@ \section{Demo and Walkthrough}
199201
\begin{frame}
200202
\frametitle{Jupyter notebooks}
201203
\begin{itemize}
202-
\item Demonstration outputs and notebook can be found at \textbf{PUBLIC DEMO REPO}
204+
\item Demonstration outputs and notebook can be found at \repo
203205
\item Utilizes jupyter notebooks\footnotemark[1]
204206
\begin{itemize}
205207
\item Interactive python sessions

0 commit comments

Comments
 (0)