fixed docs, logo in footer
This commit is contained in:
parent
fb9d3d2b38
commit
0d05131392
5
docs/_themes/kr/layout.html
vendored
5
docs/_themes/kr/layout.html
vendored
@ -11,11 +11,12 @@
|
|||||||
|
|
||||||
{% block sidebar2 %}
|
{% block sidebar2 %}
|
||||||
{{ sidebar() }}
|
{{ sidebar() }}
|
||||||
<a href="http://www.mozillaopennews.org/" style="position:relative;top:40px"><img src="_static/knight_mozilla_on.jpg" /></a>
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{%- block footer %}
|
{%- 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>
|
||||||
|
|
||||||
© Copyright {{ copyright }}.
|
© Copyright {{ copyright }}.
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
2
docs/_themes/kr/sidebarlogo.html
vendored
2
docs/_themes/kr/sidebarlogo.html
vendored
@ -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>
|
<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>
|
||||||
|
|
||||||
|
|||||||
4
docs/_themes/kr/static/flasky.css_t
vendored
4
docs/_themes/kr/static/flasky.css_t
vendored
@ -548,3 +548,7 @@ div.sphinxsidebar #searchbox input[type="text"] {
|
|||||||
width: 140px;
|
width: 140px;
|
||||||
padding: 4px 3px;
|
padding: 4px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.highlight .nv {
|
||||||
|
color: #C65D09!important;
|
||||||
|
}
|
||||||
@ -2,9 +2,19 @@
|
|||||||
Installation Guide
|
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
|
.. code-block:: bash
|
||||||
|
|
||||||
$ easy_install dataset
|
$ 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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user