Skip to content

Commit

Permalink
Docs: fix navbar links and add figure's tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Nov 23, 2017
1 parent f2c0ef2 commit a801159
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
15 changes: 12 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,20 @@
'source_link_position': "footer",
'bootswatch_theme': "paper",
'navbar_sidebarrel': False,
# Render the current pages TOC in the navbar. (Default: true)
'navbar_pagenav': True,

# Tab name for the current pages TOC. (Default: "Page")
'navbar_pagenav_name': "Page",

# Global TOC depth for "site" navbar tab. (Default: 1)
# Switching to -1 shows all levels.
'globaltoc_depth': -1,

'bootstrap_version': "3",
'navbar_links': [
#("Gallery", "examples/index"),
("Tutorial", "tutorial"),
("API", "api"),
("Tutorial", "http://nbviewer.jupyter.org/github/OpenSMFS/FRETBursts_notebooks/blob/master/notebooks/FRETBursts%20-%20us-ALEX%20smFRET%20burst%20analysis.ipynb", True),
("Reference Manual", "reference_manual"),
],
}

Expand Down
12 changes: 6 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,37 +17,37 @@ Single-molecule FRET burst analysis
<div class="row align-items-center">

<a href="http://nbviewer.jupyter.org/github/OpenSMFS/FRETBursts_notebooks/blob/master/notebooks/Example%20-%20Selecting%20FRET%20populations.ipynb">
<div class="col-sm-2 thumbnail">
<div class="col-sm-2 thumbnail" title="Burst search and burst selection">
<img src="_static/alex_jointplot_fit.png">
</div>
</a>

<a href="http://nbviewer.jupyter.org/github/OpenSMFS/FRETBursts_notebooks/blob/master/notebooks/Example%20-%20Background%20estimation.ipynb">
<div class="col-sm-2 thumbnail">
<div class="col-sm-2 thumbnail" title="Computing and plotting background">
<img src="_static/hist_bg_fit.png">
</div>
</a>

<a href="http://nbviewer.jupyter.org/github/OpenSMFS/FRETBursts_notebooks/blob/master/notebooks/Example%20-%20Plotting%20timetraces%20with%20bursts.ipynb">
<div class="col-sm-2 thumbnail">
<div class="col-sm-2 thumbnail" title="Plotting timetraces with bursts">
<img src="_static/timetrace_bursts.png">
</div>
</a>

<a href="http://nbviewer.jupyter.org/github/OpenSMFS/FRETBursts_notebooks/blob/master/notebooks/Example%20-%20Burst%20Variance%20Analysis.ipynb">
<div class="col-sm-2 thumbnail">
<div class="col-sm-2 thumbnail" title="Burst Variance Analysis">
<img src="_static/BVA_joint.png">
</div>
</a>

<a href="http://nbviewer.jupyter.org/github/OpenSMFS/FRETBursts_notebooks/blob/master/notebooks/Example%20-%202CDE%20Method.ipynb">
<div class="col-sm-2 thumbnail">
<div class="col-sm-2 thumbnail" title="2-Channel Kernel Density Estimation">
<img src="_static/2cde_joint.png">
</div>
</a>

<a href="http://nbviewer.jupyter.org/github/OpenSMFS/FRETBursts_notebooks/blob/master/notebooks/Example%20-%20FRET%20histogram%20fitting.ipynb">
<div class="col-sm-2 thumbnail">
<div class="col-sm-2 thumbnail" title="Fitting FRET histograms">
<img src="_static/fret_hist_fit.png">
</div>
</a>
Expand Down

0 comments on commit a801159

Please sign in to comment.