Skip to content

Commit

Permalink
Docs: homepage update
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Jul 18, 2017
1 parent 1753cb9 commit aa08377
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 28 deletions.
8 changes: 2 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,7 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys.path.insert(0, os.path.abspath('../..'))
import fretbursts
version = fretbursts._version.get_versions()['version']
if on_rtd:
# RTD modifies conf.py so the git repo becomes dirty
# We strip the '-dirty' that would generate a wrong verion string
version = version.replace('.dirty', '')
version = fretbursts._version.get_versions()['version'][:13]
release = version

import sphinx_bootstrap_theme
Expand All @@ -69,7 +65,7 @@
'navbar_sidebarrel': False,
'bootstrap_version': "3",
'navbar_links': [
("Gallery", "examples/index"),
#("Gallery", "examples/index"),
("Tutorial", "tutorial"),
("API", "api"),
],
Expand Down
Binary file added docs/source/images/2cde_joint.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/BVA_joint.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/alex_jointplot_fit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/fret_hist_fit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/hist_bg_fit.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/timetrace_bursts.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 1 addition & 22 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,6 @@
contain the root `toctree` directive.
.. raw:: html

<style type="text/css">
.thumbnail {{
position: relative;
float: left;
margin: 10px;
width: 180px;
height: 200px;
}}
.thumbnail img {{
position: absolute;
display: inline;
left: 0;
width: 170px;
height: 170px;
}}
</style>

Single-molecule FRET burst analysis
==========================================
Expand Down Expand Up @@ -69,7 +48,7 @@ Single-molecule FRET burst analysis

<a href="examples/anscombes_quartet.html">
<div class="col-sm-2 thumbnail">
<img src="_static/2cde_joint.png">
<img src="_static/fret_hist_fit.png">
</div>
</a>

Expand Down

0 comments on commit aa08377

Please sign in to comment.