From c82cb7474988d2fb53478e2afaa6ec98474349f9 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Mon, 3 Mar 2014 16:28:34 -0800 Subject: [PATCH] Easier (hopefully) to navigate sidebar on Slurm docs --- doc/html/Makefile.am | 1 - doc/html/Makefile.in | 1 - doc/html/header.txt | 9 +++++++-- doc/html/help.shtml | 30 ------------------------------ 4 files changed, 7 insertions(+), 34 deletions(-) delete mode 100644 doc/html/help.shtml diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am index 0ba1001cc41..5721ded7444 100644 --- a/doc/html/Makefile.am +++ b/doc/html/Makefile.am @@ -32,7 +32,6 @@ generated_html = \ gres.html \ gres_design.html \ gres_plugins.html \ - help.html \ hdf5_profile_user_guide.html \ high_throughput.html \ ibm.html \ diff --git a/doc/html/Makefile.in b/doc/html/Makefile.in index 2cba7b2ac47..cc7547921a5 100644 --- a/doc/html/Makefile.in +++ b/doc/html/Makefile.in @@ -401,7 +401,6 @@ generated_html = \ gres.html \ gres_design.html \ gres_plugins.html \ - help.html \ hdf5_profile_user_guide.html \ high_throughput.html \ ibm.html \ diff --git a/doc/html/header.txt b/doc/html/header.txt index a84a258e383..008b19c2ca1 100644 --- a/doc/html/header.txt +++ b/doc/html/header.txt @@ -61,8 +61,6 @@ window.onresize = window_check; <li><a href="tutorials.shtml" class="nav">Tutorials</a></li> <li><a href="documentation.shtml" class="nav">Documentation</a></li> <li><a href="faq.shtml" class="nav">FAQ</a></li> - <li><a href="help.shtml" class="nav">Getting Help</a></li> - <li><a href="mail.shtml" class="nav">Mailing Lists</a></li> <li><a href="publications.shtml" class="nav">Publications</a></li> </ul> <div id="slurmh2">Installing</div> @@ -70,6 +68,13 @@ window.onresize = window_check; <li><a href="download.shtml" class="nav">Download</a></li> <li><a href="quickstart_admin.shtml" class="nav">Installation Guide</a></li> </ul> +<div id="slurmh2">Getting Help</div> +<ul> + <li><a href="http://www.schedmd.com/#services" class="nav">Support</a></li> + <li><a href="mail.shtml" class="nav">Mailing Lists</a></li> + <li><a href="http://www.schedmd.com/#services" class="nav">Training</a></li> + <li><a href="troubleshoot.html" class="nav">Troubleshooting</a></li> +</ul> <a href="http://www.schedmd.com"><img class="displayed" src="schedmd.png" width="130" usemap="#Map"></a> </div> diff --git a/doc/html/help.shtml b/doc/html/help.shtml deleted file mode 100644 index f0ed9e0e5ec..00000000000 --- a/doc/html/help.shtml +++ /dev/null @@ -1,30 +0,0 @@ -<!--#include virtual="header.txt"--> - -<h1>Getting Help</h1> -<p>Try the following steps if you are having problems with SLURM:</p> -<ol> -<li>See if the problem is addressed in the <a href="faq.html">SLURM FAQ</a>, -<a href="troubleshoot.html">SLURM Troubleshooting Guide</a> or the -<a href=http://dir.gmane.org/gmane.comp.distributed.slurm.devel">slurm-dev mailing list archive</a> (Hosted by <a href="http://www.gmane.org">www.gmane.org</a>).</li> -<li>For run-time problems, try running the command or daemons in verbose mode -(<span class="commandline">-v</span> option), and see if additional information -helps you resolve the problem.</li> -<li>Customers of companies providing commercial support for SLURM should contact -their support staff.</li> -<li>Send a detailed description of the problem, the output from the command -"scontrol show config", logs, back traces from any core files, etc. to -<a href="mailto:slurm-dev@schedmd.com">slurm-dev@schedmd.com</a>.</li> -</ol> - -<h1>Commercial Support</h1> -<p>Several companies provide commercial support for SLURM including:</p> -<ul> -<li><a href="http://www.bull.com">Bull</a> (with 3rd level support from SchedMD)</li> -<li><a href="http://www.cray.com">Cray</a> (with 3rd level support from SchedMD)</li> -<li><a href="http://www.schedmd.com">SchedMD</a> (direct 3rd level support for larger sites)</li> -<li><a href="http://www.science-computing.de">Science + Computing</a> (with 3rd level support from SchedMD)</li> -</ul> - -<p style="text-align:center;">Last modified 4 April 2013</p> - -<!--#include virtual="footer.txt"--> -- GitLab