Skip to content
Snippets Groups Projects
Commit d00cb5a0 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Custom munster manual

I added a tab with the link to the tutorial.
This will be useful so that students do not get lost.
Moreover, "munster" appears explicitly in the version name,
to clarify that this is not 2.1.1

**We should revert this commit before merging munster on v2.1**
parent 652cdc77
No related branches found
No related tags found
No related merge requests found
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
# (this is same as gromacs) # (this is same as gromacs)
# Notice that "plumed --version" will return only 2.X # Notice that "plumed --version" will return only 2.X
# and "plumed --long-version" will return the full string # and "plumed --long-version" will return the full string
2.1.1 2.1.munster
...@@ -38,6 +38,7 @@ awk -v version=$(plumed --no-mpi info --version) '{ ...@@ -38,6 +38,7 @@ awk -v version=$(plumed --no-mpi info --version) '{
print " <li><a href=\"_syntax.html\"><span>Getting&#160;started</span></a></li>" print " <li><a href=\"_syntax.html\"><span>Getting&#160;started</span></a></li>"
print " <li><a href=\"tutorials.html\"><span>Tutorials</span></a></li>" print " <li><a href=\"tutorials.html\"><span>Tutorials</span></a></li>"
print " <li><a href=\"glossary.html\"><span>Index&#160;of&#160;Actions</span></a></li>" print " <li><a href=\"glossary.html\"><span>Index&#160;of&#160;Actions</span></a></li>"
print " <li><a href=\"munster.html\"><span>Munster&#160;Tutorial</span></a></li>"
} else print } else print
}' $file > $file.tmp }' $file > $file.tmp
mv $file.tmp $file mv $file.tmp $file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment