Merge lp:~nik90/component-store/fix-installation-typos into lp:component-store

Proposed by Nekhelesh Ramananthan
Status: Merged
Merged at revision: 37
Proposed branch: lp:~nik90/component-store/fix-installation-typos
Merge into: lp:component-store
Diff against target: 49 lines (+7/-6)
2 files modified
docs/install.rst (+3/-6)
docs/release.rst (+4/-0)
To merge this branch: bzr merge lp:~nik90/component-store/fix-installation-typos
Reviewer Review Type Date Requested Status
Ubuntu Touch Community Dev Pending
Review via email: mp+241561@code.launchpad.net

Commit message

Fixed installation page typos still pointing to old ucs version.

Description of the change

Fixed installation page typos still pointing to old ucs version.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'docs/install.rst'
2--- docs/install.rst 2014-11-08 23:09:40 +0000
3+++ docs/install.rst 2014-11-12 14:42:56 +0000
4@@ -12,19 +12,16 @@
5 Installing Components
6 ---------------------
7
8-You can install components individually using the *install* argument, ::
9+You can install components individually using the *install* command, ::
10
11 ucs install EmptyState PageWithBottomEdge
12
13 .. note:: Remember to run the *ucs* command from inside your application's component folder!
14-.. note:: You can install all components in one go by ``ucs install``.
15+.. note:: You can install all components in one go by ``ucs install``
16
17 You can then use the components by importing it in your qml files by, ::
18
19 import "path/to/components/folder"
20-
21-We recommend that you add the *ucs script* to your application version control since it will allow for easy updating
22-of UCS components in the future.
23
24 Updating Components
25 -------------------
26@@ -35,7 +32,7 @@
27 ucs update EmptyState PageWithBottomEdge
28
29 .. note:: Remember to run the *ucs* command from inside your application's component folder!
30-
31+
32 You can see the full ucs script help using the help argument, ::
33
34 ucs help
35
36=== modified file 'docs/release.rst'
37--- docs/release.rst 2014-11-09 16:01:02 +0000
38+++ docs/release.rst 2014-11-12 14:42:56 +0000
39@@ -1,6 +1,10 @@
40 Release Notes
41 =============
42
43+**12th November 2014**
44+
45+* Fixed typos in the installation guide
46+
47 **9th November 2014**
48
49 * Fixed build warnings in CircleImage and PageWithBottomEdge documentation

Subscribers

People subscribed via source and target branches