docs
This commit is contained in:
parent
58c1773777
commit
adc5d32012
14
docs/_themes/kr/static/flasky.css_t
vendored
14
docs/_themes/kr/static/flasky.css_t
vendored
@ -15,7 +15,7 @@
|
||||
|
||||
body {
|
||||
font-family: "Georgia", "Open Sans", OpenSansRegular, sans-serif;
|
||||
font-size: 17px;
|
||||
font-size: 16px;
|
||||
background-color: white;
|
||||
font-weight: 400;
|
||||
color: #000;
|
||||
@ -164,12 +164,12 @@ div.body h6 {
|
||||
text-shadow: 1px 1px 3px #ddd;
|
||||
}
|
||||
|
||||
div.body h1 { margin-top: 0; padding-top: 0; font-size: 240%; }
|
||||
div.body h2 { font-size: 180%; }
|
||||
div.body h3 { font-size: 150%; }
|
||||
div.body h4 { font-size: 130%; }
|
||||
div.body h5 { font-size: 100%; }
|
||||
div.body h6 { font-size: 100%; }
|
||||
div.body h1 { margin-top: 0; padding-top: 0; font-size: 250%; }
|
||||
div.body h2 { font-size: 190%; }
|
||||
div.body h3 { font-size: 160%; }
|
||||
div.body h4 { font-size: 140%; }
|
||||
div.body h5 { font-size: 110%; }
|
||||
div.body h6 { font-size: 110%; }
|
||||
|
||||
a.headerlink {
|
||||
color: #ddd;
|
||||
|
||||
@ -6,7 +6,6 @@
|
||||
dataset: databases for humans
|
||||
=============================
|
||||
|
||||
dataset is a ETL
|
||||
Getting the databases out of your data's way::
|
||||
|
||||
import dataset
|
||||
@ -28,9 +27,8 @@ Features include:
|
||||
|
||||
Next steps:
|
||||
|
||||
`Learn how to use dataset in five minutes <quickstart>`_
|
||||
|
||||
`Browse the complete API docs <api>`_
|
||||
* Quickstart: `Learn how to use dataset in five minutes <quickstart>`_
|
||||
* API: `Browse the complete API docs <api>`_
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user