Skip to content

Commit 0ca889e

Browse files
authored
Fix missing letter and add FAQ section to README (#247)
1 parent 251b3a7 commit 0ca889e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ The units for ``speed_sp`` that you see above are in "tacho ticks" per second.
9292
On the large EV3 motor, these equate to one tick per degree, so this is 500
9393
degress per second.
9494

95+
96+
9597
Using text-to-speech
9698
~~~~~~~~~~~~~~~~~~~~
9799

@@ -139,6 +141,10 @@ ev3python.com
139141
If you are just getting started with programming, we highly recommend
140142
that you check it out at `ev3python.com`!
141143

144+
Frequently-Asked Questions
145+
Experiencing an odd error or unsure of how to do something that seems
146+
simple? Check our our `FAQ`_ to see if there's an existing answer.
147+
142148
ev3dev.org
143149
`ev3dev.org`_ is a great resource for finding guides and tutorials on
144150
using ev3dev, straight from the maintainers.
@@ -212,6 +218,7 @@ Python 3 and this is the only version that will be supported from here forward.
212218
.. _our Read the Docs page: http://python-ev3dev.readthedocs.org/en/latest/
213219
.. _source repository for the generic API: ev3dev-lang_
214220
.. _ev3python.com: http://ev3python.com/
221+
.. _FAQ: http://python-ev3dev.readthedocs.io/en/latest/faq.html
215222
.. _ev3dev-lang: https://github.com/ev3dev/ev3dev-lang
216223
.. _ev3dev-lang-python: https://github.com/rhempel/ev3dev-lang-python
217224
.. _our Issues tracker: https://github.com/rhempel/ev3dev-lang-python/issues

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requently-Asked Questions
1+
Frequently-Asked Questions
22
==========================
33

44
My script works when launched as ``python3 script.py`` but exits immediately or throws an error when launched from Brickman or as ``./script.py``

0 commit comments

Comments
 (0)