Repository: cassandra
Updated Branches:
  refs/heads/trunk ad5b30eff -> 3023d59ba


Add warning that doc is WIP


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/937184b3
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/937184b3
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/937184b3

Branch: refs/heads/trunk
Commit: 937184b30f7a0d2afb401726a74a20ee2aeb3696
Parents: ad5b30e
Author: Sylvain Lebresne <sylv...@datastax.com>
Authored: Tue Jun 28 12:03:16 2016 +0200
Committer: Sylvain Lebresne <sylv...@datastax.com>
Committed: Tue Jun 28 17:09:45 2016 +0200

----------------------------------------------------------------------
 doc/source/_static/extra.css            | 9 +++++++++
 doc/source/_templates/indexcontent.html | 3 +++
 2 files changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/937184b3/doc/source/_static/extra.css
----------------------------------------------------------------------
diff --git a/doc/source/_static/extra.css b/doc/source/_static/extra.css
index b55515e..fd3573f 100644
--- a/doc/source/_static/extra.css
+++ b/doc/source/_static/extra.css
@@ -41,3 +41,12 @@ table.contentstable {
 td.rightcolumn {
     padding-left: 30px;
 }
+
+div#wipwarning {
+    font-size: 14px;
+    border: 1px solid #ecc;
+    color: #f66;
+    background: #ffe8e8;
+    padding: 10px 30px;
+    margin-bottom: 30px;
+}

http://git-wip-us.apache.org/repos/asf/cassandra/blob/937184b3/doc/source/_templates/indexcontent.html
----------------------------------------------------------------------
diff --git a/doc/source/_templates/indexcontent.html 
b/doc/source/_templates/indexcontent.html
index a71a7e9..35c6589 100644
--- a/doc/source/_templates/indexcontent.html
+++ b/doc/source/_templates/indexcontent.html
@@ -1,5 +1,8 @@
 {% extends "defindex.html" %}
 {% block tables %}
+<div id="wipwarning">This documentation is currently a work-in-progress and 
contains a number of TODO sections.
+    <a href="{{ pathto("bugs") }}">Contributions</a> are welcome.</div>
+
 <p><strong>{% trans %}Main documentation parts:{% endtrans %}</strong></p>
   <table class="contentstable" align="center"><tr>
     <td width="50%">

Reply via email to