fixed docs, logo in footer

This commit is contained in:
Gregor Aisch 2013-04-03 14:47:16 +02:00
parent fb9d3d2b38
commit 0d05131392
4 changed files with 19 additions and 4 deletions

View File

@ -11,11 +11,12 @@
{% block sidebar2 %}
{{ sidebar() }}
<a href="http://www.mozillaopennews.org/" style="position:relative;top:40px"><img src="_static/knight_mozilla_on.jpg" /></a>
{% endblock %}
{%- block footer %}
<div class="footer">
<div class="footer" style="position:relative">
<a href="http://www.mozillaopennews.org/" style="position:absolute;left:10px;bottom:-10px"><img src="_static/knight_mozilla_on.jpg" /></a>
&copy; Copyright {{ copyright }}.
</div>
<div>

View File

@ -1,4 +1,4 @@
<a style="border:0" href="/"><img src="_static/dataset-logo.png" alt="dataset" /></a>
<a style="border:0" href="index.html"><img src="_static/dataset-logo.png" alt="dataset" /></a>
<p style="font-style:italic;font-size:0.9em; text-align:center; margin-bottom:1.5em">Because managing databases in Python should be as simple as reading and writing JSON files.</p>

View File

@ -548,3 +548,7 @@ div.sphinxsidebar #searchbox input[type="text"] {
width: 140px;
padding: 4px 3px;
}
.highlight .nv {
color: #C65D09!important;
}

View File

@ -2,9 +2,19 @@
Installation Guide
==================
The easiest way is to installing ``dataset`` from the `Python Package Index <https://pypi.python.org/pypi/dataset/>`_ using ``pip`` or ``easy_install``:
*— work in progress —*
The easiest way is to install ``dataset`` from the `Python Package Index <https://pypi.python.org/pypi/dataset/>`_ using ``pip`` or ``easy_install``:
.. code-block:: bash
$ easy_install dataset
To install it manually simply download the repository from Github:
.. code-block:: bash
$ git clone git://github.com/pudo/dataset.git
$ cd dataset/
$ python setup.py install