You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@distributedlog.apache.org by si...@apache.org on 2016/09/13 09:00:20 UTC

[41/64] [partial] incubator-distributedlog git commit: delete the content from old site

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/css/docbird-xs.css
----------------------------------------------------------------------
diff --git a/_static/css/docbird-xs.css b/_static/css/docbird-xs.css
deleted file mode 100644
index 277c6ec..0000000
--- a/_static/css/docbird-xs.css
+++ /dev/null
@@ -1,102 +0,0 @@
-/* Extra small devices (phones, less than 768px) */
-
-.db-xs-menu .db-toc {
-  overflow-y: scroll;
-  max-height: 245px;
-}
-
-@media (max-width: 767px) {
-
-  body,
-  body.db-header-small {
-    padding-top: 60px;
-  }
-
-  .db-header-info .db-home-button {
-    height: 61px;
-    border-top: none;
-    width: 60px;
-    line-height: 60px;
-    text-align: center;
-    padding-left: 0;
-    font-size: 1.5em;
-    border-right: solid 1px #ccc;
-    margin-right: 10px;
-  }
-
-  .db-header {
-    height: 60px;
-  }
-  .db-header-info {
-    margin-left: -15px;
-    padding-left: 15px;
-  }
-
-  .db-header-projectname h1 {
-    font-size: 30px;
-    margin-top: 15px;
-    margin-bottom: 5px;
-  }
-
-  .db-content-body {
-    margin-left: 0;
-    margin-right: 0;
-  }
-
-  .db-header-info .db-menu-button {
-    height: 61px;
-    border-top: none;
-    width: 60px;
-    line-height: 60px;
-    text-align: center;
-    padding-left: 0;
-    font-size: 1.5em;
-    border-right: solid 1px #ccc;
-    margin-right: 10px;
-  }
-
-  .db-xs-menu-button {
-    position: absolute;
-    top: 0;
-    right: -15px;
-  }
-
-  .db-xs-menu-button .navbar-toggle {
-    display: block;
-    margin: 0;
-    border-radius: 0;
-    border: none;
-    border-left: solid 1px #ccc;
-    background-color: #eee;
-    padding: 20px 20px;
-    transition: background 0.5s ease;
-  }
-
-  .db-xs-menu-button .navbar-toggle .icon-bar {
-    width: 20px;
-    height: 3px;
-    margin-bottom: 3px;
-  }
-
-  .db-xs-menu {
-    background-color: #f7f5fa;
-  }
-
-  .db-xs-menu .db-searchbox-form {
-    margin-left: 0;
-  }
-
-  .db-xs-menu .db-searchbox-input {
-    padding-left: 20px;
-    padding-right: 20px;
-    border-top: solid 1px #ccc;
-    border-left: none;
-    border-right: none;
-  }
-} /* @media (max-width: 767px) */
-
-@media (max-height: 479px) {
-  .db-xs-menu .db-toc {
-    max-height: 162px;
-  }
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/css/docbird.css
----------------------------------------------------------------------
diff --git a/_static/css/docbird.css b/_static/css/docbird.css
deleted file mode 100644
index ada4d3d..0000000
--- a/_static/css/docbird.css
+++ /dev/null
@@ -1,790 +0,0 @@
-html {
-  height: 100%;
-}
-
-table {
-  border: 0;
-}
-
-body {
-  /*font-family: 'Gotham Narrow', sans-serif;*/
-  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
-  color: #333;
-  font-size: 16px;
-  padding-top: 80px;
-  padding-bottom: 8em;
-  position: relative;
-  min-height: 100%;
-}
-
-body cite {
-  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
-  background-color: #f6f6f6;
-  padding: 1px 5px;
-  border-radius: 4px;
-  border: solid 1px #eee;
-  font-size: .9em;
-}
-
-dd {
-  margin: 0.5em 0 1em 1em;
-}
-
-footer {
-  color: #ddd;
-  background-color: #292f33;
-  background-image: url('../dotnoise-light-grey.png');
-  min-height: 6em;
-  padding-top: 1em;
-  padding-bottom: 1em;
-  margin-top: 1em;
-}
-
-a {
-  font-weight: bold;
-  text-decoration: none;
-  border-bottom: dotted 1px #8899a6;
-  color: #66757f;
-}
-
-a:hover {
-  font-weight: bold;
-  text-decoration: none;
-  /*border-bottom: solid 1px #8899a6;*/
-  color: #292f33;
-}
-
-a.headerlink {
-  visibility: hidden;
-  font-size: .5em;
-  vertical-align: middle;
-  line-height: 100%;
-  display: inline-block;
-  margin-left: 10px;
-  color: #8899a6;
-  text-decoration: none;
-  /*content: "\e144";*/
-  font-family: 'Glyphicons Halflings';
-  border: none;
-}
-a.headerlink:hover {
-  border: none;
-}
-a.footnote-reference {
-  vertical-align: super;
-  font-size: 75%;
-}
-
-pre {
-  font-size: 11.6px;
-}
-
-
-div.highlight {
-  background: none;
-}
-
-h1, h2, h3, h4, h5, h6,
-.h1, .h2, .h3, .h4, .h5, .h6,
-.jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6,
-h1 a
-{
-  /*font-family: 'Gotham Narrow', sans-serif;*/
-  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
-  color: #292f33;
-  margin-bottom: .6em;
-}
-
-h2 {
-  margin-bottom: .5em;
-  margin-top: 1em;
-}
-
-h1 a, h2 a, h3 a, h4 a, h5 a {
-  border: none;
-}
-
-h1:hover, h2:hover, h3:hover, h4:hover, h5:hover {
-  /*border-bottom: dotted 1px #8899a6;*/
-  cursor: pointer;
-}
-
-h1:hover .headerlink, h2:hover .headerlink, h3:hover .headerlink, h4:hover .headerlink, h5:hover .headerlink {
-  visibility: visible;
-}
-
-h1:before, h2:before, h3:before, h4:before, h5:before {
-  display: block;
-  content: " ";
-  margin-top: -75px;
-  height: 75px;
-  visibility: hidden;
-}
-
-table.footnote td.label {
-  font-size: 100%;
-  display: block;
-  line-height: normal;
-  background: inherit;
-}
-
-table.footnote {
-  width: auto;
-  margin-bottom: 0px;
-}
-
-table.field-list {
-  width: auto;
-}
-
-footer a {
-  color: #ddd;
-}
-
-footer a:hover {
-  color: #eee;
-}
-
-.affix, .affix-top, .affix-bottom {
-  position: static;
-}
-
-.db-content-body img {
-  max-width: 100%;
-}
-
-.content-body {
-  padding-left: 15px;
-}
-
-.dropdown-menu {
-  font-size: 18px;
-}
-
-.footer {
-  position: absolute;
-  left: 0;
-  right: 0;
-  bottom: 0;
-  width: 100%;
-  border-top: 1px solid #ccc;
-  padding-top: 10px;
-}
-
-.highlighttable .code pre {
-    font-size: 11.6px;
-
-}
-
-.highlighttable .linenos pre {
-    word-break: normal;
-    font-size: 11.6px;
-}
-
-.mag {
-  height: 14px;
-  width: 14px;
-  margin-bottom: -20px;
-  position: relative;
-}
-
-.menu-bar {
-  background-color: #F5F8FA;
-}
-
-/*.navbar, */
-.navbar-default {
-  background-color:  #eee;
-/*  background-image: url('dotnoise-light-grey.png');
-  background-repeat: repeat;
-*/}
-
-.navbar ul.nav li a:hover {
-  color: #444444;
-  background-color: #ccd6dd;
-}
-
-.navbar ul.nav li.current {
-  background-color: #e1e8ed;
-}
-
-.navbar ul.nav ul.unstyled {
-  border: 0;
-  padding-left: 10%;
-  position: relative;
-  top: 0;
-  width: 90%;
-  box-shadow: none;
-  font-size: 16px;
-}
-.navbar-default {
-background-image: none;
-background-repeat: initial;
-filter: none;
-border-radius: 0;
--webkit-box-shadow: none;
-box-shadow: none;
-}
-.navbar {
-  /*font-family: 'Gotham Narrow', sans-serif;*/
-  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
-}
-
-.navbar-inverse .brand {
-  color: #FFF;
-}
-
-.navbar-inner {
-  padding-left:  12px !important;
-  padding-right: 12px !important;
-}
-
-.navbar-nav a {
-  border-bottom: none;
-}
-
-.page-top {
-  top: 60px;
-}
-
-/* First level of nav */
-.db-sidebar {
-  margin-bottom: 30px;
-  /*background-color: #f7f5fa;*/
-  /*border-right: solid 1px #ccc;*/
-  border-bottom: none;
-}
-
-.db-sidebar-controls .db-searchbox-input {
-  border-right: none;
-}
-
-.db-toc li.toctree-l1 ul {
-  display: none;
-}
-
-.db-toc li.current ul {
-  display: block;
-}
-
-.db-toc li.toctree-l0 a {
-  font-size: 1.2em;
-  font-weight: bold;
-  margin-left: 5px;
-}
-/*.db-toc li.toctree-l0 a:hover{
-}
-*/
-.db-toc li.toctree-l1.current {
-  text-decoration: none;
-}
-
-.db-toc li.toctree-l1.current > a {
-  font-weight: bold;
-}
-
-.db-toc li.toctree-l2 > a {
-  font-weight: normal;
-  font-style: italic;
-}
-
-.db-content-body .db-toc li.toctree-l1 ul {
-  display: block;
-}
-
-
-.db-toc ul,
-.db-toc li {
-  margin-bottom: 0;
-  padding-left: 0;
-  list-style: none;
-}
-
-/* All levels of nav */
-.db-toc ul > li > a {
-  display: block;
-  padding: 0 5px;
-  margin-left: 20px;
-  margin-bottom: 13px;
-  margin-top: 5px;
-  line-height: 22px;
-  border-bottom: none;
-  font-weight: normal;
-  color: #292f33;
-}
-
-.db-toc ul > li > a:hover,
-.db-toc ul > li > a:focus {
-  text-decoration: none;
-  border-bottom: 1px dotted #ccc;
-  margin-bottom: 12px;
-}
-
-.db-toc ul > .active > a,
-.db-toc ul > .active:hover > a,
-.db-toc ul > .active:focus > a {
-  font-weight: bold;
-  color: #563d7c;
-}
-
-.db-toc ul ul > li > a {
-  /*margin-top:    3px;*/
-  /*margin-bottom: 3px;*/
-  margin-left: 30px;
-  font-size: 90%;
-}
-
-.db-toc ul ul ul > li > a {
-  /*margin-top:    3px;*/
-  /*margin-bottom: 3px;*/
-  margin-left: 40px;
-  font-size: 90%;
-}
-
-.db-toc ul ul ul ul > li > a {
-  /*margin-top:    3px;*/
-  /*margin-bottom: 3px;*/
-  margin-left: 50px;
-  font-size: 90%;
-}
-
-.db-header {
-  height: 60px;
-  overflow: hidden;
-}
-
-.db-header-projectname h1 a {
-  margin-left: 5px;
-}
-
-.db-project-info {
-  display: inline-block;
-  vertical-align: middle;
-  /*max-width: 68%;*/
-  margin-bottom: 20px;
-  /*padding-left: 20px;*/
-  /*margin-left: -20px;*/
-}
-
-.db-project-info h1 {
-  font-size: 50px;
-  /*margin-left: 20px;*/
-  margin-top: 21px;
-  margin-bottom: 10.5px;
-  vertical-align: middle;
-  line-height: .85em;
-  /*white-space: nowrap;*/
-}
-.db-project-info em {
-  /*margin-left: 20px;*/
-}
-
-.db-project-info h1 small {
-  font-size: 0.4em;
-  font-style: italic;
-  line-height: 0.4em;
-  white-space: nowrap;
-}
-
-.db-project-info h1 small a {
-  font-weight: normal;
-  color: #999;
-}
-
-.db-code-link {
-  margin-bottom: 10px;
-  margin-left: 0px;
-}
-
-.db-code-link a {
-  font-size: .9em;
-  font-weight: normal;
-  color: #777;
-  /*padding-left: .5em;*/
-}
-
-.db-project-info h1 a, .db-code-link a {
-  border: none;
-}
-
-.db-project-info h1 a:hover, .db-code-link a:hover {
-  border-bottom: dotted 1px #8899a6;
-}
-
-h1 a, h2 a, h3 a, h4 a, h5 a {
-  border: none;
-}
-
-h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
-  border-bottom: dotted 1px #8899a6;
-}
-
-h1 a:hover .headerlink, h2 a:hover .headerlink, h3 a:hover .headerlink, h4 a:hover .headerlink, h5 a:hover .headerlink {
-  display: visible;
-}
-
-
-.db-logo-frame {
-  max-height: 140px;
-  /*max-width: 30%;*/
-  white-space: nowrap;
-  text-align: center; margin: 1em 0;
-  display: inline-block;
-  /*margin-right: 20px;*/
-}
-
-.db-logo-inner {
-  display: inline-block;
-  height: 100%;
-  vertical-align: middle;
-   max-width: 100%;
-}
-
-.db-logo-inner img {
-  max-height: 140px;
-  /* margin-right: 20px; */
-  display: inline-block;
-  vertical-align: middle;
-  max-width: 100%;
-}
-
-/* docbird-widget */
-
-.db-home-button {
-  width: 40px;
-  height: 40px;
-  /*position: absolute;*/
-  /*margin-top: 10px;*/
-  margin-left: 0;
-  border: solid 1px #ccc;
-  border-right: none;
-  cursor: pointer;
-  background: #eee;
-  transition: background 0.5s ease;
-  float: left;
-  padding-left: 5px;
-  padding-right: 5px;
-  display: inline-block;
-}
-
-.db-home-button.widget-collapse {
-  display: none;
-}
-
-.db-home-button:hover {
-  background: #ddd;
-  transition: background 0.5s ease;
-}
-
-.db-home-button span {
-  line-height: 36px;
-  margin-left: 4px;
-}
-
-.db-home-button img {
-  width: 100%;
-  max-width: 100%;
-  height: 100%;
-  max-height: 100%;
-  margin: 0;
-  border-radius: 5px;
-}
-
-.db-home-button a {
-  /*border: none;*/
-}
-
-.db-home-button a:hover {
-  color: #66757f;
-}
-
-
-/* search box */
-
-.db-searchbox-input {
-  height: 61px;
-  border-radius: 0;
-  border-top: none;
-}
-
-.db-searchbox-form .form-group {
-  margin-bottom: 0;
-}
-
-
-/* JIRA Issue collector */
-
-#atlwdg-trigger {
-  top: 320px;
-  background: #EEE8C7;
-  border-color: #8899a6;
-  border-width: 1px;
-  color: #66757f !important;
-  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.32);
-  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.32);
-  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.32);
-  font-weight: normal;
-}
-
-.db-header-controls {
-  visibility: hidden;
-}
-
-.db-sidebar-controls {
-  display: block;
-}
-
-.db-sidebar {
-  padding-left: 0;
-  padding-right: 0;
-}
-
-.db-sidebar-controls .db-searchbox-form {
-  margin-left: 60px;
-}
-
-.db-sidebar-controls .db-home-button {
-  height: 61px;
-  /*border-top: none;*/
-  width: 60px;
-  line-height: 60px;
-  text-align: center;
-  padding-left: 0;
-  font-size: 1.5em
-}
-
-
-/* Small Header */
-
-body {
-  padding-top: 80px;
-}
-
-.db-header {
-  height: 60px;
-}
-
-/*.db-header-info img {
-  -webkit-transition: none;
-  -moz-transition: none;
-  -o-transition: none;
-  transition: none;
-}
-*/
-/*.db-header-info img {
-  height: 40px;
-  margin-top: 5px;
-  margin-right: 10px;
-}
-*/
-
-.db-header-projectname h1 {
-  font-size: 30px;
-  margin-top: 15px;
-  margin-bottom: 5px;
-}
-
-/*.db-header-small .db-project-info em {
-  display: none;
-}
-*/
-/*.db-header-small .db-sidebar {
-  top: 0;
-}
-
-.db-header-small .db-sidebar-controls {
-  display: none;
-}
-*/
-.db-header-controls {
-  visibility: visible;
-}
-
-.db-header-controls .db-searchbox-form {
-  margin-left: 60px;
-}
-
-.db-header-controls .db-home-button {
-  height: 61px;
-  border-top: none;
-  width: 60px;
-  line-height: 60px;
-  text-align: center;
-  padding-left: 0;
-  font-size: 1.5em
-}
-
-.db-header-controls {
-  padding-left: 0;
-  padding-right: 0;
-}
-
-.db-content-body {
-  margin-left: 15px;
-  margin-right: 15px;
-}
-
-.db-sidebar-controls .db-home-button {
-  border-top: none;
-}
-
-.db-toc {
-  margin-top: 20px;
-}
-
-.db-searchbox-input {
- -webkit-box-shadow: none;
- box-shadow: none;
-}
-
-.alert {
-  background-image: none;
-  border: none;
-  border-left: 10px solid;
-  background: white;
-  border-radius: 0;
-  box-shadow: none;
-  --webkit-box-shadow: none;
-  padding-top: 5px;
-  padding-bottom: 15px;
-}
-
-p.admonition-title{
-  text-decoration: none;
-  font-weight: bold;
-  font-size: 1.2em;
-  margin-bottom: 15px;
-}
-
-a.db-hashtag {
-  text-decoration: none;
-  border-bottom: none;
-  border-radius: 4px;
-  border: 1px solid #eee;
-  padding: 1px 3px 3px;
-  color: #888;
-  font-weight: normal;
-  background-color: linen;
-  line-height: 1.85em;
-}
-
-a.db-hashtag:hover {
-  color: #333;
-  border-color: #ccc;
-  background-color: beige;
-}
-
-div.db-hashtag-container {
-}
-
-.db-project-link-column {
-  padding-left: 0;
-  margin-top: 0.4em;
-}
-
-.db-project-link-clamp {
-  display: inline-block;
-  white-space: nowrap;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  -o-text-overflow: ellipsis;
-  width: 100%;
-}
-
-.db-project-link-label {
-  font-weight: bold;
-  margin-right: 0.175em;
-  display: block;
-  margin-bottom: 5px;
-}
-
-.db-project-links-row {
-  width: 100%;
-  margin-left: 0;
-  /*margin-top: 20px;*/
-  /*border-top: 1px dotted #ddd;*/
-}
-
-.db-project-info .row-fluid {
-  margin-top: 0.5em;
-}
-
-.db-project-header-container {
-  border-bottom: 2px dotted #ddd;
-  padding: 0;
-  margin-left: 15px;
-  margin-right: 15px;
-  margin-bottom: 10px;
-  padding-bottom: 30px;
-  padding-top: 20px;
-}
-
-/* CSS for rst directives */
-
-/* blue */
-.admonition,
-.attention,
-.note {
-  margin-top: 20px !important;
-  font-size: 14px !important;
-  padding-bottom: 5px !important;
-  border-left: 4px solid #4db8ff !important;
-  background-color: #f5fdff !important;
-  color: black !important;
-}
-
-/* yellow */
-.danger,
-.error {
-  margin-top: 20px !important;
-  font-size: 14px !important;
-  padding-bottom: 5px !important;
-  border-left: 4px solid #ffeb3b !important;
-  background-color: #fffde7 !important;
-  color: black !important;
-}
-
-/* red */
-.caution,
-.warning {
-  margin-top: 20px !important;
-  font-size: 14px !important;
-  padding-bottom: 5px !important;
-  border-left: 4px solid #f44336 !important;
-  background-color: #ffebee !important;
-  color: black !important;
-}
-
-/* green */
-.hint,
-.tip {
-  margin-top: 20px !important;
-  font-size: 14px !important;
-  padding-bottom: 5px !important;
-  border-left: 4px solid #8bc34a !important;
-  background-color: #f1f8e9 !important;
-  color: black !important;
-}
-
-/* orange */
-.important {
-  margin-top: 20px !important;
-  font-size: 14px !important;
-  padding-bottom: 5px !important;
-  border-left: 4px solid #ff9800 !important;
-  background-color: #fff3e0 !important;
-  color: black !important;
-}
-
-.admonition .first,
-.attention .first,
-.caution .first,
-.danger .first,
-.error .first,
-.hint .first,
-.important .first,
-.note .first,
-.tip .first,
-.warning .first {
-  margin-bottom: 0px !important;
-}

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/css/featherlight.min.css
----------------------------------------------------------------------
diff --git a/_static/css/featherlight.min.css b/_static/css/featherlight.min.css
deleted file mode 100644
index b73e885..0000000
--- a/_static/css/featherlight.min.css
+++ /dev/null
@@ -1,8 +0,0 @@
-/**
- * Featherlight - ultra slim jQuery lightbox
- * Version 0.4.1 - http://noelboss.github.io/featherlight/
- *
- * Copyright 2014, No�l Raoul Bossart (http://www.noelboss.com)
- * MIT Licensed.
-**/
-@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1031;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;min-width:30%;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-con
 tent{border-bottom:0;padding:0}.featherlight iframe{border:0}}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/css/jquery.rateyo.min.css
----------------------------------------------------------------------
diff --git a/_static/css/jquery.rateyo.min.css b/_static/css/jquery.rateyo.min.css
deleted file mode 100644
index a40e187..0000000
--- a/_static/css/jquery.rateyo.min.css
+++ /dev/null
@@ -1 +0,0 @@
-.jq-ry-container{position:relative;padding:0 5px;line-height:0;display:block;cursor:pointer}.jq-ry-container[readonly=readonly]{cursor:default}.jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:10;white-space:nowrap}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:11;position:absolute;top:0;left:0;overflow:hidden}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/css/selection-sharer.css
----------------------------------------------------------------------
diff --git a/_static/css/selection-sharer.css b/_static/css/selection-sharer.css
deleted file mode 100644
index d476ebc..0000000
--- a/_static/css/selection-sharer.css
+++ /dev/null
@@ -1,203 +0,0 @@
-/*
- * share-selection: Medium like popover menu to share on Twitter or by email any text selected on the page
- *
- * -- Requires jQuery --
- * -- AMD compatible  --
- *
- * Author: Xavier Damman (@xdamman)
- * GIT: https://github.com/xdamman/share-selection
- * MIT License
- */
-
-@keyframes selectionSharerPopover-animation {
-  0%{
-  transform:matrix(0.97,0,0,1,0,12);
-  filter:alpha(opacity=0);
-  opacity:0
-  }
-  20%{
-  transform:matrix(0.99,0,0,1,0,2);
-  filter:alpha(opacity=70);
-  opacity:.7
-  }
-  40%{
-  transform:matrix(1,0,0,1,0,-1);
-  filter:alpha(opacity=100);
-  opacity:1
-  }
-  70%{
-  transform:matrix(1,0,0,1,0,0);
-  filter:alpha(opacity=100);
-  opacity:1
-  }
-  100%{
-  transform:matrix(1,0,0,1,0,0);
-  filter:alpha(opacity=100);
-  opacity:1
-  }
-}
-
-#selectionSharerPopover {
-  display: none;
-  position: absolute;
-  top: -100px;
-  left: -100px;
-  z-index: 1010;
-}
-
-#selectionSharerPopover:after {
-  content: '';
-  display: block;
-  position: absolute;
-  bottom: -3px;
-  left: 50%;
-  margin-left: -4px;
-  width: 8px;
-  height: 8px;
-  -webkit-transform: rotate(45deg);
-  transform: rotate(45deg);
-  background: #262625;
-  box-shadow: 0 0 2px #262625;
-}
-
-#selectionSharerPopover.anim {
-  transition: top .075s ease-out;
-  animation: selectionSharerPopover-animation 180ms forwards linear;
-  -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
-}
-
-#selectionSharerPopover-inner {
-  position:relative;
-  overflow: hidden;
-  -webkit-border-radius: 5px;
-  border-radius: 5px;
-  border: 1px solid;
-  border-color: #262625 #1c1c1b #121211;
-  box-shadow: 0 1px 3px -1px rgba(0,0,0,0.7),inset 0 0 1px rgba(255,255,255,0.07),inset 0 0 2px rgba(255,255,255,0.15);
-  background-image: linear-gradient(to bottom,rgba(49,49,47,0.97),#262625);
-  background-repeat: repeat-x;
-}
-
-#selectionSharerPopover .selectionSharerPopover-clip {
-  position: absolute;
-  bottom: -11px;
-  display: block;
-  left: 50%;
-  clip: rect(12px 24px 24px 0);
-  margin-left: -12px;
-  width: 24px;
-  height: 24px;
-  line-height: 24px;
-}
-
-#selectionSharerPopover .selectionSharerPopover-arrow {
-  display: block;
-  width: 20px;
-  height: 20px;
-  -webkit-transform: rotate(45deg) scale(0.5);
-  transform: rotate(45deg) scale(0.5);
-  background-color: #454543;
-  border: 2px solid #121211;
-  box-sizing:content-box;
-}
-
-
-.selectionSharer ul {
-  padding: 0;
-  display: inline;
-}
-
-.selectionSharer ul li {
-  float: left;
-  list-style: none;
-  background: none;
-  margin: 0;
-}
-
-.selectionSharer a.action {
-  display:block;
-  text-indent: -200px;
-  margin: 5px 7px;
-  width:20px;
-  height: 20px;
-  border: none;
-}
-
-.selectionSharer a:hover {
-  color: #ccc;
-}
-
-.selectionSharer a.email {
-  background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='64'%3e%3cg transform='translate(-10, -10)' fill='transparent'%3e%3crect x='0' y='0' width='114' height='114'%3e%3c/rect%3e%3cpath d='M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z' stroke='white' stroke-width='5'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
-  background-size: 20px;
-  background-position: 0px 4px;
-  display:none;
-}
-
-
-#selectionSharerPopunder.fixed {
-  transition: bottom 0.5s ease-in-out;
-  width: 100%;
-  position: fixed;
-  left: 0;
-  bottom:-50px;
-}
-
-.selectionSharer {
-  transition: -webkit-transform 0.6s ease-in-out;
-}
-
-.selectionSharer.moveDown {
-  -webkit-transform: translate3d(0,60px,0);
-}
-
-#selectionSharerPopunder {
-  position: absolute;
-  left: 0;
-  width: 100%;
-  height: 0px;
-  transition: height 0.5s ease-in-out;
-  background: #ccc;
-  border: none;
-  box-shadow: inset 0px 10px 5px -10px rgba(0,0,0,0.5), inset 0px -10px 5px -10px rgba(0,0,0,0.5);
-  border-radius: 0;
-  overflow: hidden;
-}
-
-#selectionSharerPopunder.show {
-  height: 50px;
-}
-
-.selectionSharerPlaceholder {
-  height: 1em;
-  margin-bottom: -2em;
-  transition: height 0.5s ease-in-out;
-}
-
-.selectionSharerPlaceholder.show {
-  height: 50px !important;
-}
-
-#selectionSharerPopunder-inner ul {
-  overflow: hidden;
-  float:right;
-  margin: 0px;
-}
-
-#selectionSharerPopunder-inner ul li {
-  padding: 5px;
-  overflow: hidden;
-}
-
-#selectionSharerPopunder-inner label {
-  color: white;
-  font-weight: 300;
-  line-height: 50px;
-  margin: 0px 20px 0px 10px;
-}
-
-#selectionSharerPopunder-inner a {
-  width: 30px;
-  height: 30px;
-  background-size: 30px;
-}

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/docbird-logo.png
----------------------------------------------------------------------
diff --git a/_static/docbird-logo.png b/_static/docbird-logo.png
deleted file mode 100644
index e0eac30..0000000
Binary files a/_static/docbird-logo.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/docbird-logo.svg
----------------------------------------------------------------------
diff --git a/_static/docbird-logo.svg b/_static/docbird-logo.svg
deleted file mode 100644
index bfecf76..0000000
--- a/_static/docbird-logo.svg
+++ /dev/null
@@ -1,155 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:xlink="http://www.w3.org/1999/xlink"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="386.21875"
-   height="180.27577"
-   id="svg2"
-   version="1.1"
-   inkscape:version="0.48.2 r9819"
-   sodipodi:docname="docbird-logo.svg"
-   inkscape:export-filename="/Users/thoward/workspace/science/src/python/twitter/docbird/docbird-logo.png"
-   inkscape:export-xdpi="96.041077"
-   inkscape:export-ydpi="96.041077">
-  <defs
-     id="defs4" />
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="0.49497475"
-     inkscape:cx="463.26417"
-     inkscape:cy="136.21205"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     showguides="false"
-     inkscape:guide-bbox="true"
-     inkscape:window-width="1189"
-     inkscape:window-height="712"
-     inkscape:window-x="0"
-     inkscape:window-y="0"
-     inkscape:window-maximized="0"
-     fit-margin-top="0"
-     fit-margin-left="0"
-     fit-margin-right="0"
-     fit-margin-bottom="0">
-    <sodipodi:guide
-       orientation="1,0"
-       position="86.64981,-49.596051"
-       id="guide3843" />
-    <sodipodi:guide
-       orientation="1,0"
-       position="308.88337,176.67812"
-       id="guide3845" />
-    <sodipodi:guide
-       orientation="1,0"
-       position="193.72598,56.469961"
-       id="guide4106" />
-  </sodipodi:namedview>
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-        <dc:title></dc:title>
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Layer 1"
-     inkscape:groupmode="layer"
-     id="layer1"
-     transform="translate(-177,-442.67299)">
-    <g
-       id="g4174">
-      <g
-         id="g4159">
-        <path
-           style="fill:#55acee;fill-opacity:1"
-           inkscape:connector-curvature="0"
-           id="path5"
-           d="M 487.033,464.01305 C 478.87187,467.63332 470.0996,470.07899 460.89476,471.17927 470.29038,465.54699 477.50762,456.62832 480.90494,446.00045 472.11049,451.21678 462.37104,455.00341 452.00382,457.04425 443.70293,448.19878 431.87495,442.67299 418.78476,442.67299 393.65141,442.67299 373.27299,463.04919 373.27299,488.18254 373.27299,491.74957 373.6756,495.22344 374.45201,498.55422 336.62775,496.65646 303.09371,478.53736 280.64671,451.00271 276.7292,457.72416 274.48428,465.54145 274.48428,473.88227 274.48428,489.67213 282.51896,503.60196 294.7307,511.76308 287.27056,511.52683 280.25297,509.47934 274.11715,506.07093 274.11197,506.26058 274.11197,506.45135 274.11197,506.64324 274.11197,528.69316 289.79981,547.0862 310.61967,551.26992 306.80086,552.3103 302.78019,552.86598 298.62974,552.86598 295.69715,552.86598 292.84665,552.57982 290.06711,552.04965 295.85909,570.12991 312.66604,583.28776 332.58195,583.65377 317.00615,595.86108 297.38306,603.13712 276.05964,603.13712 272.386
 12,603.13712 268.76365,602.92083 265.20327,602.50045 285.34434,615.4143 309.26649,622.94876 334.96773,622.94876 418.67864,622.94876 464.45661,553.60136 464.45661,493.45877 464.45661,491.4856 464.41224,489.52351 464.32463,487.5703 473.21557,481.15496 480.93082,473.14023 487.03226,464.01305 z" />
-        <g
-           id="g4143">
-          <g
-             id="g4134">
-            <path
-               sodipodi:nodetypes="ccccccccccccc"
-               id="path3608"
-               d="M 263.70888,532.569 C 334.0113,554.01906 404.97282,554.37791 476.62709,532.569 L 471.05067,513.30498 C 494.66842,508.51671 514.90949,497.91868 529.3497,489.22494 L 562.5548,534.34332 C 550.73415,541.81111 538.2846,546.76331 525.80106,551.57956 L 535.68655,567.29495 C 428.76038,612.82594 317.37672,615.40245 203.75989,567.27248 L 214.06581,551.41035 C 199.8669,547.17489 189.18276,540.59627 177.68146,534.56242 L 210.48114,489.93335 C 228.4567,500.01155 247.71019,508.17284 268.55271,513.95061 L 263.70888,532.569 z"
-               style="fill:#f5f8fa;fill-opacity:1;stroke:#66757f;stroke-width:0.9284023px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-               inkscape:connector-curvature="0" />
-            <path
-               inkscape:connector-curvature="0"
-               id="path27421"
-               d="M 505.11463,521.1598 471.63871,513.89067 477.00769,532.35665 z"
-               style="fill:#ccd6dd;fill-opacity:1;stroke:none"
-               sodipodi:nodetypes="cccc" />
-            <path
-               style="fill:#ccd6dd;fill-opacity:1;stroke:none"
-               d="M 235.60985,521.27604 267.92504,514.54263 263.44891,532.11574 z"
-               id="path26651"
-               inkscape:connector-curvature="0"
-               sodipodi:nodetypes="cccc" />
-            <path
-               style="fill:none;stroke:#66757f;stroke-width:0.9284023px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-               d="M 525.81937,551.58153 505.99168,520.8793 471.13082,513.53074"
-               id="path2820-5"
-               sodipodi:nodetypes="ccc"
-               inkscape:connector-curvature="0" />
-            <path
-               sodipodi:nodetypes="ccc"
-               id="path2824-1"
-               d="M 213.80441,551.80588 234.20242,521.10365 268.30285,514.1353"
-               style="fill:none;stroke:#66757f;stroke-width:0.9284023px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-               inkscape:connector-curvature="0" />
-            <path
-               style="fill:none;stroke:#66757f;stroke-width:0.9284023px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-               d="M 476.81203,532.51201 506.2435,521.20565"
-               id="path2822-5"
-               sodipodi:nodetypes="cc"
-               inkscape:connector-curvature="0" />
-            <path
-               sodipodi:nodetypes="cc"
-               id="path2826-7"
-               d="M 263.75903,532.59835 234.28291,521.15807"
-               style="fill:none;stroke:#66757f;stroke-width:0.9284023px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
-               inkscape:connector-curvature="0" />
-          </g>
-          <text
-             transform="translate(0,-12)"
-             sodipodi:linespacing="125%"
-             id="text3826"
-             style="font-size:43.04846573px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:4.72000027px;word-spacing:0px;fill:#292f33;fill-opacity:1;stroke:none;font-family:Sans;-inkscape-font-specification:Helvetica"
-             xml:space="preserve"><textPath
-               id="textPath4103"
-               xlink:href="#path4101"><tspan
-   dx="55.740009"
-   id="tspan3828"
-   style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;letter-spacing:4.72000027px;fill:#292f33;fill-opacity:1;font-family:Gotham;-inkscape-font-specification:Gotham">DOCBIRD</tspan></textPath></text>
-        </g>
-      </g>
-      <path
-         sodipodi:nodetypes="cc"
-         inkscape:connector-curvature="0"
-         id="path4101"
-         d="M 203.54574,567.0296 C 334.78813,622.98313 453.70673,603.7993 535.88593,566.52452"
-         style="fill:none;stroke:none" />
-    </g>
-  </g>
-</svg>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/docbird.ico
----------------------------------------------------------------------
diff --git a/_static/docbird.ico b/_static/docbird.ico
deleted file mode 100644
index d31e12d..0000000
Binary files a/_static/docbird.ico and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/doctools.js
----------------------------------------------------------------------
diff --git a/_static/doctools.js b/_static/doctools.js
deleted file mode 100644
index 8614442..0000000
--- a/_static/doctools.js
+++ /dev/null
@@ -1,235 +0,0 @@
-/*
- * doctools.js
- * ~~~~~~~~~~~
- *
- * Sphinx JavaScript utilities for all documentation.
- *
- * :copyright: Copyright 2007-2013 by the Sphinx team, see AUTHORS.
- * :license: BSD, see LICENSE for details.
- *
- */
-
-/**
- * select a different prefix for underscore
- */
-$u = _.noConflict();
-
-/**
- * make the code below compatible with browsers without
- * an installed firebug like debugger
-if (!window.console || !console.firebug) {
-  var names = ["log", "debug", "info", "warn", "error", "assert", "dir",
-    "dirxml", "group", "groupEnd", "time", "timeEnd", "count", "trace",
-    "profile", "profileEnd"];
-  window.console = {};
-  for (var i = 0; i < names.length; ++i)
-    window.console[names[i]] = function() {};
-}
- */
-
-/**
- * small helper function to urldecode strings
- */
-jQuery.urldecode = function(x) {
-  return decodeURIComponent(x).replace(/\+/g, ' ');
-};
-
-/**
- * small helper function to urlencode strings
- */
-jQuery.urlencode = encodeURIComponent;
-
-/**
- * This function returns the parsed url parameters of the
- * current request. Multiple values per key are supported,
- * it will always return arrays of strings for the value parts.
- */
-jQuery.getQueryParameters = function(s) {
-  if (typeof s == 'undefined')
-    s = document.location.search;
-  var parts = s.substr(s.indexOf('?') + 1).split('&');
-  var result = {};
-  for (var i = 0; i < parts.length; i++) {
-    var tmp = parts[i].split('=', 2);
-    var key = jQuery.urldecode(tmp[0]);
-    var value = jQuery.urldecode(tmp[1]);
-    if (key in result)
-      result[key].push(value);
-    else
-      result[key] = [value];
-  }
-  return result;
-};
-
-/**
- * highlight a given string on a jquery object by wrapping it in
- * span elements with the given class name.
- */
-jQuery.fn.highlightText = function(text, className) {
-  function highlight(node) {
-    if (node.nodeType == 3) {
-      var val = node.nodeValue;
-      var pos = val.toLowerCase().indexOf(text);
-      if (pos >= 0 && !jQuery(node.parentNode).hasClass(className)) {
-        var span = document.createElement("span");
-        span.className = className;
-        span.appendChild(document.createTextNode(val.substr(pos, text.length)));
-        node.parentNode.insertBefore(span, node.parentNode.insertBefore(
-          document.createTextNode(val.substr(pos + text.length)),
-          node.nextSibling));
-        node.nodeValue = val.substr(0, pos);
-      }
-    }
-    else if (!jQuery(node).is("button, select, textarea")) {
-      jQuery.each(node.childNodes, function() {
-        highlight(this);
-      });
-    }
-  }
-  return this.each(function() {
-    highlight(this);
-  });
-};
-
-/**
- * Small JavaScript module for the documentation.
- */
-var Documentation = {
-
-  init : function() {
-    this.fixFirefoxAnchorBug();
-    this.highlightSearchWords();
-    this.initIndexTable();
-  },
-
-  /**
-   * i18n support
-   */
-  TRANSLATIONS : {},
-  PLURAL_EXPR : function(n) { return n == 1 ? 0 : 1; },
-  LOCALE : 'unknown',
-
-  // gettext and ngettext don't access this so that the functions
-  // can safely bound to a different name (_ = Documentation.gettext)
-  gettext : function(string) {
-    var translated = Documentation.TRANSLATIONS[string];
-    if (typeof translated == 'undefined')
-      return string;
-    return (typeof translated == 'string') ? translated : translated[0];
-  },
-
-  ngettext : function(singular, plural, n) {
-    var translated = Documentation.TRANSLATIONS[singular];
-    if (typeof translated == 'undefined')
-      return (n == 1) ? singular : plural;
-    return translated[Documentation.PLURALEXPR(n)];
-  },
-
-  addTranslations : function(catalog) {
-    for (var key in catalog.messages)
-      this.TRANSLATIONS[key] = catalog.messages[key];
-    this.PLURAL_EXPR = new Function('n', 'return +(' + catalog.plural_expr + ')');
-    this.LOCALE = catalog.locale;
-  },
-
-  /**
-   * add context elements like header anchor links
-   */
-  addContextElements : function() {
-    $('div[id] > :header:first').each(function() {
-      $('<a class="headerlink">\u00B6</a>').
-      attr('href', '#' + this.id).
-      attr('title', _('Permalink to this headline')).
-      appendTo(this);
-    });
-    $('dt[id]').each(function() {
-      $('<a class="headerlink">\u00B6</a>').
-      attr('href', '#' + this.id).
-      attr('title', _('Permalink to this definition')).
-      appendTo(this);
-    });
-  },
-
-  /**
-   * workaround a firefox stupidity
-   */
-  fixFirefoxAnchorBug : function() {
-    if (document.location.hash && $.browser.mozilla)
-      window.setTimeout(function() {
-        document.location.href += '';
-      }, 10);
-  },
-
-  /**
-   * highlight the search words provided in the url in the text
-   */
-  highlightSearchWords : function() {
-    var params = $.getQueryParameters();
-    var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : [];
-    if (terms.length) {
-      var body = $('div.body');
-      window.setTimeout(function() {
-        $.each(terms, function() {
-          body.highlightText(this.toLowerCase(), 'highlighted');
-        });
-      }, 10);
-      $('<p class="highlight-link"><a href="javascript:Documentation.' +
-        'hideSearchWords()">' + _('Hide Search Matches') + '</a></p>')
-          .appendTo($('#searchbox'));
-    }
-  },
-
-  /**
-   * init the domain index toggle buttons
-   */
-  initIndexTable : function() {
-    var togglers = $('img.toggler').click(function() {
-      var src = $(this).attr('src');
-      var idnum = $(this).attr('id').substr(7);
-      $('tr.cg-' + idnum).toggle();
-      if (src.substr(-9) == 'minus.png')
-        $(this).attr('src', src.substr(0, src.length-9) + 'plus.png');
-      else
-        $(this).attr('src', src.substr(0, src.length-8) + 'minus.png');
-    }).css('display', '');
-    if (DOCUMENTATION_OPTIONS.COLLAPSE_INDEX) {
-        togglers.click();
-    }
-  },
-
-  /**
-   * helper function to hide the search marks again
-   */
-  hideSearchWords : function() {
-    $('#searchbox .highlight-link').fadeOut(300);
-    $('span.highlighted').removeClass('highlighted');
-  },
-
-  /**
-   * make the url absolute
-   */
-  makeURL : function(relativeURL) {
-    return DOCUMENTATION_OPTIONS.URL_ROOT + '/' + relativeURL;
-  },
-
-  /**
-   * get the current relative url
-   */
-  getCurrentURL : function() {
-    var path = document.location.pathname;
-    var parts = path.split(/\//);
-    $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() {
-      if (this == '..')
-        parts.pop();
-    });
-    var url = parts.join('/');
-    return path.substring(url.lastIndexOf('/') + 1, path.length - 1);
-  }
-};
-
-// quick alias for translations
-_ = Documentation.gettext;
-
-$(document).ready(function() {
-  Documentation.init();
-});

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/dotnoise-light-grey.png
----------------------------------------------------------------------
diff --git a/_static/dotnoise-light-grey.png b/_static/dotnoise-light-grey.png
deleted file mode 100644
index 750279a..0000000
Binary files a/_static/dotnoise-light-grey.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/down-pressed.png
----------------------------------------------------------------------
diff --git a/_static/down-pressed.png b/_static/down-pressed.png
deleted file mode 100644
index 6f7ad78..0000000
Binary files a/_static/down-pressed.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/down.png
----------------------------------------------------------------------
diff --git a/_static/down.png b/_static/down.png
deleted file mode 100644
index 3003a88..0000000
Binary files a/_static/down.png and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/1bd00e9a/_static/file.png
----------------------------------------------------------------------
diff --git a/_static/file.png b/_static/file.png
deleted file mode 100644
index d18082e..0000000
Binary files a/_static/file.png and /dev/null differ