diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/hardware/maple-ret6.rst | 2 | ||||
-rw-r--r-- | source/hardware/maple.rst | 2 | ||||
-rw-r--r-- | source/libmaple.rst | 10 | ||||
-rw-r--r-- | source/libmaple/contributing.rst | 8 |
4 files changed, 11 insertions, 11 deletions
diff --git a/source/hardware/maple-ret6.rst b/source/hardware/maple-ret6.rst index fa7e50e..2f23bc4 100644 --- a/source/hardware/maple-ret6.rst +++ b/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/source/hardware/maple.rst b/source/hardware/maple.rst index 4aed91d..e460e00 100644 --- a/source/hardware/maple.rst +++ b/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/source/libmaple.rst b/source/libmaple.rst index 375e821..d9f30be 100644 --- a/source/libmaple.rst +++ b/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/source/libmaple/contributing.rst b/source/libmaple/contributing.rst index 724605b..ded25f8 100644 --- a/source/libmaple/contributing.rst +++ b/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 |