From 94e8ad4f05aa9d05e082dcdd0d3ff7d56c6bdd0b Mon Sep 17 00:00:00 2001 From: Giovanni Bussi <giovanni.bussi@gmail.com> Date: Sat, 20 Jan 2018 16:49:29 +0100 Subject: [PATCH] More visible tarball --- user-doc/Doxyfile | 2 +- user-doc/tutorials/munster.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/user-doc/Doxyfile b/user-doc/Doxyfile index 8cddbf9f7..b14c707d9 100644 --- a/user-doc/Doxyfile +++ b/user-doc/Doxyfile @@ -235,7 +235,7 @@ ALIASES = \ "issue{1}=<a href=\"http://github.com/plumed/plumed2/issues/\1\">#\1</a>" \ "branch{1}=<a href=\"http://github.com/plumed/plumed2/commits/\1\">\1</a>" \ "highlight{1}=\htmlonly<span style=\"background-color:yellow\">\endhtmlonly\1\htmlonly</span>\endhtmlonly" \ - "tarball{1}=<a href=\"tutorial-resources/\1.tar.gz\" style=\"font-weight:bold\" style=\"color:green\" download=\"\1.tar.gz\"> TARBALL </a>" \ + "tarball{1}=\htmlonly<span style=\"background-color:yellow\">\endhtmlonly<a href=\"tutorial-resources/\1.tar.gz\" style=\"font-weight:bold\" style=\"color:green\" download=\"\1.tar.gz\"> TARBALL </a>\htmlonly</span>\endhtmlonly" \ "plumedfile=\verbatim BEGIN_PLUMED_FILE" \ "endplumedfile=\endverbatim" \ "plumednotmaintained=\warning This branch is not maintained. Users are invited to upgrade to a newer version" diff --git a/user-doc/tutorials/munster.txt b/user-doc/tutorials/munster.txt index 1c1745f8f..3595a825d 100644 --- a/user-doc/tutorials/munster.txt +++ b/user-doc/tutorials/munster.txt @@ -25,8 +25,7 @@ more realistic but slower, and a setup in gas phase, which is much faster. Simulations are made using GROMACS 4.6.7, which is here assumed to be already patched with PLUMED and properly installed. However, these examples could be easily converted to other MD software. -All the gromacs input files and analsys scripts are provided in this -<a href="tutorial-resources/munster.tar.gz" download="munster.tar.gz"> tarball </a>. +All the gromacs input files and analsys scripts are provided in this \tarball{munster}. Users are expected to write PLUMED input files based on the instructions below. -- GitLab