aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-13 18:53:07 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-13 20:10:37 -0400
commit3bc44b272d00ec4ae6e995944817570cfdc6d1e0 (patch)
treed205d1ce3ec5ac9db868d4ca6778b045dc24633c /docs
parentf4c0972be42f0f7b5cb17b9eed99e08e379b6bb3 (diff)
downloadlibrambutan-3bc44b272d00ec4ae6e995944817570cfdc6d1e0.tar.gz
librambutan-3bc44b272d00ec4ae6e995944817570cfdc6d1e0.zip
Docs: correcting "Github" -> "GitHub".
Diffstat (limited to 'docs')
-rw-r--r--docs/source/hardware/maple-ret6.rst2
-rw-r--r--docs/source/hardware/maple.rst2
-rw-r--r--docs/source/libmaple.rst10
-rw-r--r--docs/source/libmaple/contributing.rst8
4 files changed, 11 insertions, 11 deletions
diff --git a/docs/source/hardware/maple-ret6.rst b/docs/source/hardware/maple-ret6.rst
index fa7e50e..2f23bc4 100644
--- a/docs/source/hardware/maple-ret6.rst
+++ b/docs/source/hardware/maple-ret6.rst
@@ -279,7 +279,7 @@ subdirectory of the Maple repository. A schematic for a JTAG adapter
suitable for use with Maple is available in the ``jtagadapter``
directory.
-From the Github repository main page, you can download the entire
+From the GitHub repository main page, you can download the entire
repository by clicking the "Download" button. If you are familiar
with `git <http://git-scm.com/>`_, you can also clone the repository
at the command line with ::
diff --git a/docs/source/hardware/maple.rst b/docs/source/hardware/maple.rst
index 4aed91d..e460e00 100644
--- a/docs/source/hardware/maple.rst
+++ b/docs/source/hardware/maple.rst
@@ -308,7 +308,7 @@ design files for Rev 1, Rev 3, and Rev 5 are respectively in the
schematic for a JTAG adapter suitable for use with Maple is available
in the ``jtagadapter`` directory.
-From the Github repository main page, you can download the entire
+From the GitHub repository main page, you can download the entire
repository by clicking the "Download" button. If you are familiar
with `git <http://git-scm.com/>`_, you can also clone the repository
at the command line with ::
diff --git a/docs/source/libmaple.rst b/docs/source/libmaple.rst
index 375e821..d9f30be 100644
--- a/docs/source/libmaple.rst
+++ b/docs/source/libmaple.rst
@@ -5,12 +5,12 @@
``libmaple``
============
-LeafLabs' libmaple (`source code on Github
+LeafLabs' libmaple (`source code on GitHub
<https://github.com/leaflabs/libmaple>`_) is the library we have
-developed for the `STM32 <http://www.st.com/stonline>`_ line of ARM Cortex M3
-microcontrollers. Its high-level interfaces are :ref:`largely
-compatible <arduino-compatibility>` with the AVR libraries written for
-the `Arduino <http://arduino.cc>`_ and `Wiring
+developed for the `STM32 <http://www.st.com/stonline>`_ line of ARM
+Cortex M3 microcontrollers. Its high-level interfaces are
+:ref:`largely compatible <arduino-compatibility>` with the AVR
+libraries written for the `Arduino <http://arduino.cc>`_ and `Wiring
<http://wiring.org.co/>`_ development boards.
libmaple is split into two pieces: a lower level layer written in pure
diff --git a/docs/source/libmaple/contributing.rst b/docs/source/libmaple/contributing.rst
index 724605b..ded25f8 100644
--- a/docs/source/libmaple/contributing.rst
+++ b/docs/source/libmaple/contributing.rst
@@ -60,14 +60,14 @@ source tree when the time comes.
The steps to submit a pull request are as follows:
-1. If you don't already have one, get a `Github account
+1. If you don't already have one, get a `GitHub account
<https://github.com/plans>`_ (free).
2. Fork libmaple, then clone your fork to the computer you code on.
- Github provides detailed instructions on `forking and cloning a
+ GitHub provides detailed instructions on `forking and cloning a
repository <http://help.github.com/fork-a-repo/>`_.
-3. Push your commits to your Github libmaple fork (see instructions
+3. Push your commits to your GitHub libmaple fork (see instructions
linked in Step 2 for a step-by-step walkthrough on how to do this).
4. `Submit a pull request <http://help.github.com/pull-requests/>`_ to
@@ -78,7 +78,7 @@ The steps to submit a pull request are as follows:
Submitting Via Email
--------------------
-If you're unfamiliar with Git or would prefer not to use Github, you
+If you're unfamiliar with Git or would prefer not to use GitHub, you
can always send us a patch via email at info@leaflabs.com. We'd love
it if you used the `Linux kernel patch format
<http://linux.yyz.us/patch-format.html>`_, but please at least include