Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/app-designer-prereqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You must install the following software on your computer in order to use Applica

.. warning::

Android Studio is not supported on the Windows Linux subsystem, so you will not be able to run Application Designer if you are using it.
Android Studio is not supported on the Windows Subsystem for Linux (WSL), so you will not be able to run Application Designer if you are using it.

.. _app-designer-prereqs-java:

Expand Down Expand Up @@ -178,7 +178,7 @@ To install the Android SDK:

.. code-block:: console

$ /Android/cmdline-tools/latest/bin>
$ /Android/cmdline-tools/latest/bin
$ /Android/cmdline-tools/latest/bin>sdkmanager.bat --list


Expand All @@ -203,7 +203,7 @@ To install the Android SDK:

Among many other things, this will install the Android Debug Bridge software on your computer. This tool enables the scripted pushing of files and APKs down to your Android device. See `adb (Android Debug Bridge) <https://developer.android.com/studio/command-line/adb.html>`_ for a listing of its capabilities.

Next, on Windows open a :program:`PowerShell` or :program:`cmd` window and on Mac/Unix open a :program:`terminal` window. Type:
Next, on Windows open a :program:`PowerShell` or :program:`cmd` window and on Mac/Unix, open a :program:`terminal` window. Type:

.. code-block:: console

Expand Down
2 changes: 1 addition & 1 deletion src/cold-chain-tour-health-facilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The list of health facilities is presented as a *Map View*. The list portion of

- **View All Health Facilities**: This screen is reached by pressing the :guilabel:`View All Health Facilities` button on the :ref:`cold-chain-tour-regions-menu` page. It lists every health facility located inside of the specified region. It is pictured above.

- **Filter Health Facilities By Type**: This screen is reached by pressing the :guilabel:`Filter Health Facilities by Type` button on the :ref:`cold-chain-tour-regions-menu` page. It lists each type of health facility contained in the region, and a the number of health facilities that match the type:
- **Filter Health Facilities By Type**: This screen is reached by pressing the :guilabel:`Filter Health Facilities by Type` button on the :ref:`cold-chain-tour-regions-menu` page. It lists each type of health facility contained in the region, and the number of health facilities that match the type:

.. image:: /img/cold-chain-tour/cold-chain-health-facility-list-region-nav.*
:alt: Health Facility Types
Expand Down
4 changes: 2 additions & 2 deletions src/contributing-tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Discuss issues before working

Take the time to clarify the needs and scope of an issue before committing to work on it. Especially for coding tasks, make sure you state your understanding and your plan before working.

If you have a question, ask. Don't guess.
If you have a question, ask. Don't make assumptions.

.. note::

Expand Down Expand Up @@ -115,7 +115,7 @@ If you get stuck while working
It is okay to abandon an issue
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Sometimes you simply cannot complete work you have said you were going to complete. This could happen because you don't have all the required skills or knowledge to complete the work, or because the issue cannot actually be completed as scoped, or because you don't have the time.
Sometimes you simply cannot complete work you have said you were going to complete. This could happen if you lack the necessary skills or knowledge to complete the work, or because the issue cannot actually be completed as scoped, or because you don't have the time.

Please let the community know in the issue discussion. You can do that by leaving a comment asking to be unassigned from the issue.

Expand Down
2 changes: 1 addition & 1 deletion src/services-managing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Managing ODK-X Services
Prerequisites
---------------------

ODK-X Services is a prerequisite to all Data Management Application. You will also need the ODK-X tools:
ODK-X Services is a prerequisite to all Data Management Applications. You will also need the ODK-X tools:

- :doc:`app-designer-intro`
- :doc:`cloud-endpoints-intro`
Expand Down
2 changes: 1 addition & 1 deletion src/tables-sample-app-tea-houses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ List View

This screen shows a list of all teas available in the *Tea Inventory* data table. This view is customized with HTML, CSS, and JavaScript. It provides a simple way to view and navigate collected data. As new teas are added to the inventory, this list view will grow.

To see the raw data, we will switch to *Spreadsheet View*. Tap on the lined paper icon at the top of the screen. Here you’ll see all the possible view types. Select :menuselection:`Spreadsheet`.
To view the raw data, we will switch to *Spreadsheet View*. Tap on the lined paper icon at the top of the screen. Here you’ll see all the possible view types. Select :menuselection:`Spreadsheet`.

.. image:: /img/tables-sample-app/tables-sample-launch-spreadsheet.*
:alt: Tea Houses Launch Spreadsheet View
Expand Down