From 290c44be08a0b095ba2c61ab76704536e256cff8 Mon Sep 17 00:00:00 2001 From: Martin O'Hanlon Date: Thu, 22 Feb 2018 12:08:39 +0000 Subject: [PATCH] doc updates --- clients/android/gradle/wrapper/gradle-wrapper.jar | Bin clients/android/gradlew | 0 clients/android/gradlew.bat | 0 docs/bluedotpythonapp.rst | 12 ++++++------ docs/build.rst | 2 ++ 5 files changed, 8 insertions(+), 6 deletions(-) mode change 100755 => 100644 clients/android/gradle/wrapper/gradle-wrapper.jar mode change 100755 => 100644 clients/android/gradlew mode change 100755 => 100644 clients/android/gradlew.bat diff --git a/clients/android/gradle/wrapper/gradle-wrapper.jar b/clients/android/gradle/wrapper/gradle-wrapper.jar old mode 100755 new mode 100644 diff --git a/clients/android/gradlew b/clients/android/gradlew old mode 100755 new mode 100644 diff --git a/clients/android/gradlew.bat b/clients/android/gradlew.bat old mode 100755 new mode 100644 diff --git a/docs/bluedotpythonapp.rst b/docs/bluedotpythonapp.rst index 4c0e287..617808e 100644 --- a/docs/bluedotpythonapp.rst +++ b/docs/bluedotpythonapp.rst @@ -15,7 +15,7 @@ The app is included in the bluedot Python library: 2. Run the Blue Dot app:: - python3 -m bluedot.app + bluedotapp 3. Select your Raspberry Pi from the paired devices list @@ -30,23 +30,23 @@ Options To get help with the Blue Dot app options:: - python3 -m bluedot.app --help + bluedotapp --help If you have more than 1 bluetooth device you can use ``--device`` to use a particular device:: - python3 -m bluedot.app --device hci1 + bluedotapp --device hci1 You can specify the server to connect to at startup by using the ``--server`` option:: - python3 -m bluedot.app --server myraspberrypi + bluedotapp --server myraspberrypi The screen size of the Blue Dot app can be changed using the ``width`` and ``height`` options and specifying the number of pixels:: - python3 -m bluedot.app --width 500 --height 500 + bluedotapp --width 500 --height 500 The app can also be used full screen, if no ``width`` or ``height`` is given the screen will be sized to the current resolution of the screen:: - python3 -m bluedot.app --fullscreen + bluedotapp --fullscreen .. |bluedotpython| image:: images/bluedotpython.png :alt: Screenshot of Blue Dot python app diff --git a/docs/build.rst b/docs/build.rst index 61bbb80..7aa4555 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -47,6 +47,8 @@ Create :file:`.pypirc` credentials file:: Build for deployment:: python3 setup.py sdist + python3 setup.py bdist_wheel + python setup.py bdist_wheel Deploy to `PyPI`_::