Skip to content

Commit

Permalink
Bumped python version in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sametmax committed May 10, 2015
1 parent bfde901 commit b87a0db
Show file tree
Hide file tree
Showing 64 changed files with 12,362 additions and 11,214 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ but in short::
pip install zerobin
zerobin

For now, 0bin targets Python 2.7 only. Python 3 supports is planned.
0bin runs on Python 2.7 and Python 3.4.

How it works
=============
Expand Down
Binary file modified docs/.build/doctrees/en/apache_install.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/en/easy_install.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/en/intro.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/en/nginx_install.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/en/options.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/en/theming.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/en/using_supervisor.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/en/zerobinpaste_tool.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/.build/doctrees/fr/apache_install.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/fr/easy_install.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/fr/intro.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/fr/nginx_install.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/fr/options.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/fr/theming.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/fr/using_supervisor.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/fr/zerobinpaste_tool.doctree
Binary file not shown.
Binary file modified docs/.build/doctrees/index.doctree
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/.build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: da73410994192a33f4631d2ef9f7f005
tags: fbb0d17656682115ca4d033fb2f83ba1
config: b6ae59e2f6e05e37e1e019164ebb6189
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions docs/.build/html/_sources/en/easy_install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Just type::
30 seconds setup (for anybody)
===============================

- Make sure you have Python 2.6 or 2.7 (`python --version`)
- Make sure you have Python 2.7 or 3.4+ (`python --version`)
- Download the last `zip of the source code <https://github.com/sametmax/0bin/zipball/master>`_
- Extract all of it where you wish the site to be stored.
- Go to the extracted files.
Expand Down Expand Up @@ -59,4 +59,4 @@ Or run it in a screen.

0bin will now be accessible from http://your.local.ip.address:8000.

This can be very cool way to share code in a companie or during a code sprint.
This can be very cool way to share code in a companie or during a code sprint.
2 changes: 1 addition & 1 deletion docs/.build/html/_sources/fr/easy_install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Entrez::
Installation en 30 secondes (pour tous)
=======================================

- Assurez-vous d'avoir Python 2.6 ou 2.7 (`python --version`)
- Assurez-vous d'avoir Python 2.7 ou 3.4+ (`python --version`)
- Télécharger le dernier `zip du code source <https://github.com/sametmax/0bin/zipball/master>`_.
- Décompressez tous les fichiers là où vous souhaitez mettre le site.
- Allez dans les dossiers extraits.
Expand Down
79 changes: 69 additions & 10 deletions docs/.build/html/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2015 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -89,6 +89,7 @@ div.sphinxsidebar #searchbox input[type="submit"] {

img {
border: 0;
max-width: 100%;
}

/* -- search page ----------------------------------------------------------- */
Expand Down Expand Up @@ -196,7 +197,10 @@ h3:hover > a.headerlink,
h4:hover > a.headerlink,
h5:hover > a.headerlink,
h6:hover > a.headerlink,
dt:hover > a.headerlink {
dt:hover > a.headerlink,
caption:hover > a.headerlink,
p.caption:hover > a.headerlink,
div.code-block-caption:hover > a.headerlink {
visibility: visible;
}

Expand Down Expand Up @@ -313,6 +317,13 @@ table.docutils {
border-collapse: collapse;
}

table caption span.caption-number {
font-style: italic;
}

table caption span.caption-text {
}

table.docutils td, table.docutils th {
padding: 1px 8px 1px 5px;
border-top: 0;
Expand Down Expand Up @@ -343,6 +354,25 @@ table.citation td {
border-bottom: none;
}

/* -- figures --------------------------------------------------------------- */

div.figure {
margin: 0.5em;
padding: 0.5em;
}

div.figure p.caption {
padding: 0.3em;
}

div.figure p.caption span.caption-number {
font-style: italic;
}

div.figure p.caption span.caption-text {
}


/* -- other body styles ----------------------------------------------------- */

ol.arabic {
Expand Down Expand Up @@ -401,14 +431,14 @@ dl.glossary dt {
margin: 0;
}

.refcount {
color: #060;
}

.optional {
font-size: 1.3em;
}

.sig-paren {
font-size: larger;
}

.versionmodified {
font-style: italic;
}
Expand Down Expand Up @@ -474,22 +504,51 @@ table.highlighttable td {
padding: 0 0.5em 0 0.5em;
}

tt.descname {
div.code-block-caption {
padding: 2px 5px;
font-size: small;
}

div.code-block-caption code {
background-color: transparent;
}

div.code-block-caption + div > div.highlight > pre {
margin-top: 0;
}

div.code-block-caption span.caption-number {
padding: 0.1em 0.3em;
font-style: italic;
}

div.code-block-caption span.caption-text {
}

div.literal-block-wrapper {
padding: 1em 1em 0;
}

div.literal-block-wrapper div.highlight {
margin: 0;
}

code.descname {
background-color: transparent;
font-weight: bold;
font-size: 1.2em;
}

tt.descclassname {
code.descclassname {
background-color: transparent;
}

tt.xref, a tt {
code.xref, a code {
background-color: transparent;
font-weight: bold;
}

h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
background-color: transparent;
}

Expand Down

0 comments on commit b87a0db

Please sign in to comment.