aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Mieszkowski <xor_xor@fastmail.fm>2017-06-09 15:00:55 +0200
committerGitHub <noreply@github.com>2017-06-09 15:00:55 +0200
commit83ee0947c17f40c4393033a756ce02544ae4b3ef (patch)
tree1319ca99aebc527f4f4cf1bd5c7016157bd73d11
parent4ad137249f4cbcf3d982e266edbf0876e2099482 (diff)
parent777e40be5856b567267235fa9b1b89fe1eec81e6 (diff)
downloadtipboard-83ee0947c17f40c4393033a756ce02544ae4b3ef.tar.gz
tipboard-83ee0947c17f40c4393033a756ce02544ae4b3ef.tar.bz2
tipboard-83ee0947c17f40c4393033a756ce02544ae4b3ef.zip
Merge pull request #51 from krepflap/spellchecks
Docs spellcheck.
-rw-r--r--README.rst2
-rw-r--r--doc/api.rst2
-rw-r--r--doc/configuration.rst6
-rw-r--r--doc/installation.rst2
-rw-r--r--doc/tiles.rst6
5 files changed, 9 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index 1f43a9f..9a946bb 100644
--- a/README.rst
+++ b/README.rst
@@ -73,7 +73,7 @@ To verify your installation, launch this command::
If you see the message ``Listening on port...`` instead of any errors, it means
that installation was successful and you may now
`configure <http://tipboard.readthedocs.org/en/latest/configuration.html>`_
-your newly installed Tipboard's instance. You may also point your favourite
+your newly installed Tipboard instance. You may also point your favorite
web browser to ``http://localhost:7272`` to see the current state of your
dashboard.
diff --git a/doc/api.rst b/doc/api.rst
index 0979c70..37ca0f2 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -28,7 +28,7 @@ characters starting with ``API_KEY``, e.g.::
API_KEY = 'e2c3275d0e1a4bc0da360dd225d74a43'
If you can't see any such string, just add the key manually (it doesn't have
-to be as long and hard to memorise as the one above, though).
+to be as long and hard to memorize as the one above, though).
.. note::
diff --git a/doc/configuration.rst b/doc/configuration.rst
index d673cf9..3877ae8 100644
--- a/doc/configuration.rst
+++ b/doc/configuration.rst
@@ -46,7 +46,7 @@ network interfaces, set ``host`` to ``0.0.0.0``).
You can now point your web browser to ``http://localhost:7272`` - you should
see a basic, empty layout with tiles in 2 lines of 4 columns each.
-Customising tile layout
+Customizing tile layout
-----------------------
As mentioned previously, the layout of tiles in a dashboard is defined by
@@ -92,7 +92,7 @@ where:
.. describe:: row_X_of_Y
- Defines a row hight; a sum of Xs should equal Y.
+ Defines a row height; a sum of Xs should equal Y.
.. describe:: col_X_of_Y
@@ -181,7 +181,7 @@ divided into 3 columns)::
...its corresponding configuration file should look as follows (for brevity, I
will present only the ``layout`` section, skipping the ``tile_template``,
-``title_id``, etc.)::
+``tile_id``, etc.)::
layout:
row_1_of_2:
diff --git a/doc/installation.rst b/doc/installation.rst
index 9f16ff0..c5dbe9d 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -34,7 +34,7 @@ using ``nginx`` or ``apache``).
.. note::
Although configuration of reverse proxy is out of scope of this manual, we
- would like to emphasise that Tipboard use Web Sockets – a relatively new
+ would like to emphasize that Tipboard uses Web Sockets – a relatively new
mechanism – and thus you should ensure a server in a version that will
support it (e.g. ``nginx`` >= 1.3.13 or ``apache2`` >= 2.4.6). By default
Ubuntu 12.04 offers older versions – you may then use backports.
diff --git a/doc/tiles.rst b/doc/tiles.rst
index 0855a2f..6420af9 100644
--- a/doc/tiles.rst
+++ b/doc/tiles.rst
@@ -8,7 +8,7 @@ name that corresponds with the tile name – e.g. with the ``pie_chart`` tile
these are ``pie_chart.html``, ``pie_chart.css`` and ``pie_chart.js`` files
respectively.
-Customising tiles
+Customizing tiles
-----------------
If you want to modify a tile (e.g. change a CSS attribute, which obviously
@@ -20,7 +20,7 @@ according to your needs.
Files in your ``custom_tiles`` folder take precedence over those shipped by
default with the application and thus you can easily replace desired elements
-(e.g. if you want to change the text colour, just copy and edit the ``.css``
+(e.g. if you want to change the text color, just copy and edit the ``.css``
file – without touching ``.html`` and ``.js`` files). We plan to introduce a
command simplifying this process in the future.
@@ -28,7 +28,7 @@ Color palette
-------------
Color palette used by Tipboard's tiles is defined as shown in the table below.
-To retain consistency, we strongly suggest sticking to them while customising
+To retain consistency, we strongly suggest sticking to them while customizing
tiles.
+-------------+---------------------+