You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2013/10/03 18:18:56 UTC

[2/2] git commit: updated refs/heads/master to 97dffb0

Fix build warnings.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/97dffb0d
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/97dffb0d
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/97dffb0d

Branch: refs/heads/master
Commit: 97dffb0d648b4e189078b66f9e6ed6403dc75fc9
Parents: c198271
Author: Alexander Shorin <kx...@apache.org>
Authored: Thu Oct 3 20:16:53 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Thu Oct 3 20:18:30 2013 +0400

----------------------------------------------------------------------
 share/doc/src/experimental.rst |  8 ++------
 share/doc/src/whatsnew/1.5.rst | 10 +++++-----
 2 files changed, 7 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/97dffb0d/share/doc/src/experimental.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/experimental.rst b/share/doc/src/experimental.rst
index d835e51..3157f53 100644
--- a/share/doc/src/experimental.rst
+++ b/share/doc/src/experimental.rst
@@ -38,16 +38,12 @@ Setup
 You will need to install Node.JS version 0.10.0 or later. See `Node.JS
 Downloads <http://nodejs.org/download/>`_ for options.
 
-1. Install the `couchjs-node` binary. Either from the CouchDB sources:
-
-.. code-block:: shell
+1. Install the `couchjs-node` binary. Either from the CouchDB sources::
 
     cd src/couchjs-node
     npm link
 
-Or via NPM:
-
-.. code-block:: shell
+Or via NPM::
 
     npm install -g couchjs
 

http://git-wip-us.apache.org/repos/asf/couchdb/blob/97dffb0d/share/doc/src/whatsnew/1.5.rst
----------------------------------------------------------------------
diff --git a/share/doc/src/whatsnew/1.5.rst b/share/doc/src/whatsnew/1.5.rst
index 7b052dc..b5700db 100644
--- a/share/doc/src/whatsnew/1.5.rst
+++ b/share/doc/src/whatsnew/1.5.rst
@@ -34,17 +34,17 @@ Version 1.5.0
   content from other sources have been merged, and the index page
   has been rebuilt to make the docs much more accessible.
   :commit:`54813a7`
-* :issue: `1888` Fixed an issue where admin users would be restricted by
+* :issue:`1888` Fixed an issue where admin users would be restricted by
   the `public_fields` feature.
-* Fixed an issue with the JavaScript CLI test runner. :commit: `be76882`,
-  :commit: `be76882`
+* Fixed an issue with the JavaScript CLI test runner. :commit:`be76882`,
+  :commit:`be76882`
 * A new administration UI, codenamed Fauxton, has been included as an
   experimental preview. It can be accessed at ``/_utils/fauxton/``. There
   are too many improvements here to list them all. We are looking for
   feedback from the community on this preview release.
-* :issue: `1867` An experimental plugin feature has been added. See
+* :issue:`1867` An experimental plugin feature has been added. See
   `src/couch_plugin/README.md` for details. We invite the community to
   test and report any findings.
-* :issue: `1894` An experimental Node.js-based query server runtime
+* :issue:`1894` An experimental Node.js-based query server runtime
   has been added. See :ref:`experimental` for details. We invite the
   community to test and report any findings.