added the naked mole rat!
This commit is contained in:
parent
5c6c9c67d4
commit
f0b34469b1
BIN
docs/_static/dataset-logo.png
vendored
Normal file
BIN
docs/_static/dataset-logo.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
12
docs/_themes/kr/sidebarlogo.html
vendored
12
docs/_themes/kr/sidebarlogo.html
vendored
@ -1,11 +1,15 @@
|
||||
<div style="width:200px;height:140px;"></div>
|
||||
<a style="border:0" href="/"><img src="_static/dataset-logo.png" alt="dataset" /></a>
|
||||
|
||||
<iframe width="200px" scrolling="0" height="35px" frameborder="0" allowtransparency="true" src="http://ghbtns.com/github-btn.html?user=pudo&repo=dataset&type=watch&count=true&size=large"></iframe>
|
||||
<p style="font-style:italic;font-size:0.8em; margin-bottom:1.5em">Makes managing databases as simple as reading and writing JSON files.</p>
|
||||
|
||||
<h3>Documention</h3>
|
||||
<iframe width="200px" scrolling="0" height="20px" frameborder="0" allowtransparency="true" src="http://ghbtns.com/github-btn.html?user=pudo&repo=dataset&type=watch&count=true&size=small"></iframe>
|
||||
|
||||
<h3>Overview</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="quickstart">Quickstart Guide</a></li>
|
||||
<li><a href="api">API-Documentation</a></li>
|
||||
<li><a href="install">Installation</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
@ -137,7 +137,7 @@ html_static_path = ['_static']
|
||||
|
||||
# Custom sidebar templates, maps document names to template names.
|
||||
html_sidebars = {
|
||||
'index': ['sidebarlogo.html', 'localtoc.html', 'sourcelink.html', 'searchbox.html'],
|
||||
'index': ['sidebarlogo.html', 'sourcelink.html', 'searchbox.html'],
|
||||
'api': ['sidebarlogo.html', 'autotoc.html', 'sourcelink.html', 'searchbox.html'],
|
||||
'**': ['sidebarlogo.html', 'localtoc.html', 'sourcelink.html', 'searchbox.html']
|
||||
}
|
||||
|
||||
@ -14,7 +14,7 @@ Although managing data in relational database has plenty of benefits, we find th
|
||||
|
||||
Because **programmers are lazy**, and thus they tend to prefer the easiest solution they find. And in **Python**, a database wasn't the simplest solution for storing a bunch of structured data. This is what **dataset** is going to change!
|
||||
|
||||
In short, dataset combines the straightforwardness of NoSQL interfaces with the full power and flexibility of relational databases.
|
||||
In short, dataset combines the straightforwardness of NoSQL interfaces with the full power and flexibility of relational databases. It makes database management as simple as reading and writing JSON files.
|
||||
|
||||
::
|
||||
|
||||
@ -51,4 +51,6 @@ Contents
|
||||
Contributors
|
||||
------------
|
||||
|
||||
``dataset`` is written and maintained by `Friedrich Lindenberg <https://github.com/pudo>`_ and `Gregor Aisch <https://github.com/gka>`_. Its code is largely based on the preceding libraries `sqlaload <https://github.com/okfn/sqlaload>`_ and `datafreeze <https://github.com/spiegelonline/datafreeze>`_. And of course, we're standing on the `shoulders of giants <http://www.sqlalchemy.org/>`_.
|
||||
``dataset`` is written and maintained by `Friedrich Lindenberg <https://github.com/pudo>`_ and `Gregor Aisch <https://github.com/gka>`_. Its code is largely based on the preceding libraries `sqlaload <https://github.com/okfn/sqlaload>`_ and `datafreeze <https://github.com/spiegelonline/datafreeze>`_. And of course, we're standing on the `shoulders of giants <http://www.sqlalchemy.org/>`_.
|
||||
|
||||
Our cute little `naked mole rat <http://www.youtube.com/watch?feature=player_detailpage&v=A5DcOEzW1wA#t=14s>`_ was drawn by `Johannes Koch <http://chechuchape.com/>`_.
|
||||
Loading…
Reference in New Issue
Block a user