Skip to content

Commit

Permalink
Fixing images in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 26, 2015
1 parent fa0d6c6 commit 5ad4f38
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 13 deletions.
12 changes: 6 additions & 6 deletions docs/_templates/layout.html
Expand Up @@ -18,7 +18,7 @@
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active text-center">
<img src="/static/img/dash.png">
<img src="_static/img/dash.png">
<div class="carousel-caption">
<div>
<h1>Panoramix</h1>
Expand All @@ -29,7 +29,7 @@ <h1>Panoramix</h1>
</div>
</div>
<div class="item">
<img src="/static/img/bubble.png">
<img src="_static/img/bubble.png">
<div class="carousel-caption">
<h2>Explore your data
</h2>
Expand All @@ -40,21 +40,21 @@ <h2>Explore your data
</div>
</div>
<div class="item">
<img src="/static/img/dash.png">
<img src="_static/img/dash.png">
<div class="carousel-caption">
<h2>Create and share dashboards</h2>
<p>Assemble many data visualization "slices" into a rich collection</p>
</div>
</div>
<div class="item">
<img src="/static/img/cloud.png">
<img src="_static/img/cloud.png">
<div class="carousel-caption">
<h2>Extend</h2>
<p>Join the community and take part in extending the widget library</p>
</div>
</div>
<div class="item">
<img src="/static/img/servers.jpg">
<img src="_static/img/servers.jpg">
<div class="carousel-caption">
<h2>Connect</h2>
<p>
Expand Down Expand Up @@ -82,7 +82,7 @@ <h2>Connect</h2>
<div class="jumbotron">
<h1>Panoramix</h1>
<p>
an open source data visualization platform that provides easy
is an open source data visualization platform that provides easy
exploration of your data and allows you to create and share
beautiful charts and dashboards
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -51,7 +51,7 @@

# General information about the project.
project = u'panoramix'
copyright = u'2015, Maxime Beauchemin'
copyright = u'2015, Maxime Beauchemin, Airbnb'
author = u'Maxime Beauchemin'

# The version info for the project you're documenting, acts as replacement for
Expand Down
8 changes: 2 additions & 6 deletions docs/index.rst
Expand Up @@ -3,14 +3,10 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Documentation
=======================================

.. image:: img/tux_panoramix.png

Panoramix is an open source data visualization platform that make it easy to
slice, dice and visualize data.
Overview
=======================================

Features
---------
Expand Down

0 comments on commit 5ad4f38

Please sign in to comment.