Skip to content

Commit e9ddbb1

Browse files
authored
Merge pull request dictation-toolbox#389 from Kentoseth/patch-1
Update README.rst and docs to clarify confusing project names
2 parents b0a3537 + 71ec94d commit e9ddbb1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@ Dragonfly
99
Introduction
1010
----------------------------------------------------------------------------
1111

12+
1213
Dragonfly is a speech recognition framework for Python that makes it
1314
convenient to create custom commands to use with speech recognition
1415
software. It was written to make it very easy for Python macros, scripts,
1516
and applications to interface with speech recognition engines. Its design
1617
allows speech commands and grammar objects to be treated as first-class
1718
Python objects.
1819

20+
This project is a fork of the original
21+
`t4ngo/dragonfly <https://github.com/t4ngo/dragonfly>`__ project. It is
22+
known as *dragonfly2* on the PyPI repository, but for purposes of
23+
functionality, it is referred to as Dragonfly below.
24+
1925
Dragonfly can be used for general programming by voice. It is flexible
2026
enough to allow programming in any language, not just Python. It can also be
2127
used for speech-enabling applications, automating computer activities
@@ -28,9 +34,6 @@ See the `actions sub-package documentation
2834
<https://dragonfly.readthedocs.io/en/latest/actions.html>`__
2935
for more information, including code examples.
3036

31-
This project is a fork of the original
32-
`t4ngo/dragonfly <https://github.com/t4ngo/dragonfly>`__ project.
33-
3437
Dragonfly currently supports the following speech recognition engines:
3538

3639
- *Dragon*, a product of *Nuance*. All versions up to 16 (the latest)

documentation/index.txt

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ and applications to interface with speech recognition engines. Its design
88
allows speech commands and grammar objects to be treated as first-class
99
Python objects.
1010

11+
This project is a fork of the original
12+
`t4ngo/dragonfly <https://github.com/t4ngo/dragonfly>`__ project. It is
13+
known as *dragonfly2* on the PyPI repository, but for purposes of
14+
functionality, it is referred to as Dragonfly below.
15+
1116
Dragonfly can be used for general programming by voice. It is flexible
1217
enough to allow programming in any language, not just Python. It can also be
1318
used for speech-enabling applications, automating computer activities

0 commit comments

Comments
 (0)