Skip to content

Commit

Permalink
add links in sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenBickerton committed Jul 25, 2014
1 parent 79fcca5 commit c51005e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _templates/links.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

<h4>Links</h4>
<ul>
<li><a href="https://hsc-jira.astro.princeton.edu/jira/secure/Dashboard.jspa">HSC Jira</a></li>
<li><a href="http://hsca.ipmu.jp/">HSC Software</a></li>
<li><a href="http://hscdb.ipmu.jp/pipeQA/">PipeQA</a></li>
<li><a href="http://hsca.ipmu.jp/doxygen/">Doxygen</a></li>
<li><a href="https://hscdata.mtk.nao.ac.jp:4443/schema_browser/hsc/hsc_online_schema_tableonly.html">Schema Browser</a></li>
</ul>
3 changes: 3 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@

# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
html_sidebars = {
'**': ['localtoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html', 'links.html'],
}

# Additional templates that should be rendered to pages, maps page names to
# template names.
Expand Down

0 comments on commit c51005e

Please sign in to comment.