Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Topology User Manual for NEST 2.16. #930

Merged
merged 3 commits into from Apr 18, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file modified topology/doc/Topology_UserManual.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions topology/doc/Topology_UserManual.tex
Expand Up @@ -79,7 +79,7 @@
Håkon Enger\\[1ex]
\normalsize Department of Mathematical Sciences and Technology\\\normalsize Norwegian University of Life Sciences\\
\normalsize 1432 Ås, Norway}
\date{NEST 2.12\\[8cm]
\date{NEST 2.16\\[8cm]
\centerline{\includegraphics{nest-initiative.pdf}}}


Expand All @@ -104,7 +104,7 @@
For NEST~2.2, Håkon Enger rewrote most of the Topology library code,
thereby improving performance considerably.

This User Manual describes the NEST~2.12 version of the NEST Topology
This User Manual describes the NEST~2.16 version of the NEST Topology
Library. There have been no major changes to the Topology library since
NEST~2.2, although Topology functions check their arguments more carefully
since NEST~2.6.
Expand Down Expand Up @@ -138,7 +138,7 @@ \chapter{Introduction}\label{sec:intro}
for details; where appropriate, that documentation also points to
relevant SLI documentation.

This manual describes the Topology Module included with NEST~2.12;
This manual describes the Topology Module included with NEST~2.16;
the user interface and behavior of the module has not changed
significantly since NEST~2.2.

Expand Down
6 changes: 4 additions & 2 deletions topology/doc/make_manual.sh
Expand Up @@ -26,8 +26,9 @@ fname=Topology_UserManual

# Clean-up
rm -f ${fname}.{aux,bbl,blg,idx,ilg,ins,lof,log,lot,pdf,synctex.gz,toc}
rm -f user_manual_figures/*
rm -rf user_manual_figures
rm -f user_namual_scripts/*.log
mkdir user_manual_figures

# Run scripts / -u ensures unbuffered output
cd user_manual_scripts
Expand All @@ -42,5 +43,6 @@ ${MKIDX} ${fname}
${LATEX} ${fname}
${LATEX} ${fname}

# remove temporary files
# remove temporary files and figures
rm -f ${fname}.{aux,bbl,blg,idx,ilg,ind,ins,lof,log,lot,synctex.gz,toc}
rm -rf user_manual_figures
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

End the last line of the file with a newline.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Binary file removed topology/doc/user_manual_figures/conn1.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/conn2.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/conn3.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/conn4.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/conn5.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/conn6.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/conn_3d.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/layer1.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/layer2.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/layer3.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/layer3a.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/layer4.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/layer4_3d.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/player.png
Binary file not shown.
Binary file removed topology/doc/user_manual_figures/vislayer.png
Binary file not shown.