Browse code

Updated commands index to show better title. Small syntax fix in couchDB

Thatcher Peskens authored on 2013/05/11 04:25:02
Showing 2 changed files
... ...
@@ -12,30 +12,30 @@ Contents:
12 12
   :maxdepth: 3
13 13
 
14 14
   cli
15
-  command/attach
16
-  command/build
17
-  command/commit
18
-  command/diff
19
-  command/export
20
-  command/history
21
-  command/images
22
-  command/import
23
-  command/info
24
-  command/inspect
25
-  command/kill
26
-  command/login
27
-  command/logs
28
-  command/port
29
-  command/ps
30
-  command/pull
31
-  command/push
32
-  command/restart
33
-  command/rm
34
-  command/rmi
35
-  command/run
36
-  command/search
37
-  command/start
38
-  command/stop
39
-  command/tag
40
-  command/version
41
-  command/wait
42 15
\ No newline at end of file
16
+  attach  <command/attach>
17
+  build   <command/build>
18
+  commit  <command/commit>
19
+  diff    <command/diff>
20
+  export  <command/export>
21
+  history <command/history>
22
+  images  <command/images>
23
+  import  <command/import>
24
+  info    <command/info>
25
+  inspect <command/inspect>
26
+  kill    <command/kill>
27
+  login   <command/login>
28
+  logs    <command/logs>
29
+  port    <command/port>
30
+  ps      <command/ps>
31
+  pull    <command/pull>
32
+  push    <command/push>
33
+  restart <command/restart>
34
+  rm      <command/rm>
35
+  rmi     <command/rmi>
36
+  run     <command/run>
37
+  search  <command/search>
38
+  start   <command/start>
39
+  stop    <command/stop>
40
+  tag     <command/tag>
41
+  version <command/version>
42
+  wait    <command/wait>
43 43
\ No newline at end of file
... ...
@@ -5,7 +5,7 @@
5 5
 .. _running_couchdb_service:
6 6
 
7 7
 Create a CouchDB service
8
-======================
8
+========================
9 9
 
10 10
 .. include:: example_header.inc
11 11