Skip to content

Commit

Permalink
docs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Apr 10, 2019
1 parent 7d4d6a9 commit 58119cb
Show file tree
Hide file tree
Showing 14 changed files with 478 additions and 386 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bombard
=======

|build_status| |pypi_version| |pypi_license|
|build_status| |pypi_version| |pypi_license| |readthedocs|

Bombards target server with simultaneous requests
to reveal any problems under the stress.
Expand All @@ -28,3 +28,7 @@ line (see ``--help``).
:target: https://pypi.python.org/pypi/bombard
:alt: MIT license

.. |readthedocs| image:: https://readthedocs.org/projects/bombard/badge/?version=latest
:target: https://bombard.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion 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: 4cfb5c9386f6adf285f5fa9c03f3b14c
config: 25722eeb316e1b41b9663129f8d51c6b
tags: 645f666f9bcd5a90fca523b33c5a78b7
146 changes: 69 additions & 77 deletions docs/_build/html/_static/alabaster.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,61 @@




















































@import url("basic.css");

/* -- page layout ----------------------------------------------------------- */

body {
font-family: Georgia, serif;
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
font-size: 17px;
background-color: #fff;
color: #000;
Expand Down Expand Up @@ -107,7 +159,7 @@ div.sphinxsidebarwrapper p.blurb {

div.sphinxsidebar h3,
div.sphinxsidebar h4 {
font-family: Georgia, serif;
font-family: 'Garamond', 'Georgia', serif;
color: #444;
font-size: 24px;
font-weight: normal;
Expand Down Expand Up @@ -151,7 +203,7 @@ div.sphinxsidebar ul li.toctree-l2 > a {

div.sphinxsidebar input {
border: 1px solid #CCC;
font-family: Georgia, serif;
font-family: 'goudy old style', 'minion pro', 'bell mt', Georgia, 'Hiragino Mincho Pro', serif;
font-size: 1em;
}

Expand All @@ -166,19 +218,6 @@ div.sphinxsidebar hr {
width: 50%;
}

div.sphinxsidebar .badge {
border-bottom: none;
}

div.sphinxsidebar .badge:hover {
border-bottom: none;
}

/* To address an issue with donation coming after search */
div.sphinxsidebar h3.donation {
margin-top: 10px;
}

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

a {
Expand All @@ -197,7 +236,7 @@ div.body h3,
div.body h4,
div.body h5,
div.body h6 {
font-family: Georgia, serif;
font-family: 'Garamond', 'Georgia', serif;
font-weight: normal;
margin: 30px 0px 10px 0px;
padding: 0;
Expand Down Expand Up @@ -233,12 +272,17 @@ div.admonition {
}

div.admonition tt.xref, div.admonition code.xref, div.admonition a tt {
background-color: #FBFBFB;
background-color: ;
border-bottom: 1px solid #fafafa;
}

dd div.admonition {
margin-left: -60px;
padding-left: 60px;
}

div.admonition p.admonition-title {
font-family: Georgia, serif;
font-family: 'Garamond', 'Georgia', serif;
font-weight: normal;
font-size: 24px;
margin: 0 0 10px 0;
Expand Down Expand Up @@ -327,7 +371,7 @@ p.admonition-title:after {
}

pre, tt, code {
font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
font-size: 0.9em;
}

Expand Down Expand Up @@ -399,16 +443,6 @@ table.field-list p {
margin-bottom: 0.8em;
}

/* Cloned from
* https://github.com/sphinx-doc/sphinx/commit/ef60dbfce09286b20b7385333d63a60321784e68
*/
.field-name {
-moz-hyphens: manual;
-ms-hyphens: manual;
-webkit-hyphens: manual;
hyphens: manual;
}

table.footnote td.label {
width: .1px;
padding: 0.3em 0 0.3em 0.5em;
Expand Down Expand Up @@ -454,6 +488,11 @@ dl pre, blockquote pre, li pre {
padding-left: 30px;
}

dl dl pre {
margin-left: -90px;
padding-left: 90px;
}

tt, code {
background-color: #ecf0f3;
color: #222;
Expand Down Expand Up @@ -651,51 +690,4 @@ table.docutils.citation, table.docutils.citation td, table.docutils.citation th
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}


/* relbar */

.related {
line-height: 30px;
width: 100%;
font-size: 0.9rem;
}

.related.top {
border-bottom: 1px solid #EEE;
margin-bottom: 20px;
}

.related.bottom {
border-top: 1px solid #EEE;
}

.related ul {
padding: 0;
margin: 0;
list-style: none;
}

.related li {
display: inline;
}

nav#rellinks {
float: right;
}

nav#rellinks li+li:before {
content: "|";
}

nav#breadcrumbs li+li:before {
content: "\00BB";
}

/* Hide certain items when printing */
@media print {
div.related {
display: none;
}
}

0 comments on commit 58119cb

Please sign in to comment.