pyafm: Split into per-section files
authorW. Trevor King <wking@tremily.us>
Fri, 26 Apr 2013 16:01:19 +0000 (12:01 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 26 Apr 2013 16:01:19 +0000 (12:01 -0400)
This makes the source for a particular section easier to find.

src/pyafm/auxiliary.tex [new file with mode: 0644]
src/pyafm/conclusions.tex [new file with mode: 0644]
src/pyafm/discussion.tex [new file with mode: 0644]
src/pyafm/frameworks.tex [new file with mode: 0644]
src/pyafm/main.tex
src/pyafm/stack.tex [new file with mode: 0644]

diff --git a/src/pyafm/auxiliary.tex b/src/pyafm/auxiliary.tex
new file mode 100644 (file)
index 0000000..36c3585
--- /dev/null
@@ -0,0 +1,4 @@
+\section{Auxilliary packages}
+\subsection{h5config}
+\subsection{stepper}
+\subsection{pypid}
diff --git a/src/pyafm/conclusions.tex b/src/pyafm/conclusions.tex
new file mode 100644 (file)
index 0000000..ec0bd4d
--- /dev/null
@@ -0,0 +1 @@
+\section{Conclusions}
diff --git a/src/pyafm/discussion.tex b/src/pyafm/discussion.tex
new file mode 100644 (file)
index 0000000..62f54a3
--- /dev/null
@@ -0,0 +1 @@
+\section{Discussion}
diff --git a/src/pyafm/frameworks.tex b/src/pyafm/frameworks.tex
new file mode 100644 (file)
index 0000000..9050eeb
--- /dev/null
@@ -0,0 +1,3 @@
+\section{Analog input output frameworks}
+\subsection{LabVIEW}
+\subsection{Comedi}
index bae639c3bfd78075924fee15cf13cab137df8932..18e987e10c72b46d05606bb1547b7cfef0105709 100644 (file)
@@ -1,16 +1,8 @@
 \chapter{Experiment control software, \pyafm\ and related packages}
 \label{sec:pyafm}
 
-\section{Analog input output frameworks}
-\subsection{LabVIEW}
-\subsection{Comedi}
-\section{The pyafm stack}
-\subsection{Pycomedi}
-\subsection{Pypiezo}
-\subsection{Pyafm}
-\section{Auxilliary packages}
-\subsection{h5config}
-\subsection{stepper}
-\subsection{pypid}
-\section{Discussion}
-\section{Conclusions}
+\input{pyafm/frameworks}
+\input{pyafm/stack}
+\input{pyafm/auxiliary}
+\input{pyafm/discussion}
+\input{pyafm/conclusions}
diff --git a/src/pyafm/stack.tex b/src/pyafm/stack.tex
new file mode 100644 (file)
index 0000000..79da349
--- /dev/null
@@ -0,0 +1,4 @@
+\section{The pyafm stack}
+\subsection{Pycomedi}
+\subsection{Pypiezo}
+\subsection{Pyafm}