Skip to content

Commit

Permalink
Made few edits to text in some files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Preshh0 committed Jun 11, 2022
1 parent 5977785 commit 4217d2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/getting-started/collecting-data.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Collecting data
===============

Now that you've installed Augur's application server, it's time to configure your data collection workers. If you just want to run Augur using the single repository in the default database, and default worker settings all you need to do is this:
Now that youve installed Augurs application server, its time to configure your data collection workers. If you just want to run Augur using the one repository in the default database, and default worker settings, all you need to do is this:

.. code-block:: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This command is for starting Augur's API server & (optionally) data collection w

--skip-cleanup Flag that disables the old process cleanup that runs before Augur starts. Useful for Python scripts where Augur needs to be run in the background: see the `test/api/runner.py` file for an example.

**To start the backend as normal:**
**To start the backend normally:**

.. code-block::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Below is the list of available parameters, their defaults, and the corresponding

--rc-config-file Path to an existing Augur config file whose values will be used as the defaults. Defaults to ``None``. This parameter does not support being set by an environment variable.

--write-to-src Flag for writing the generated config file to the source code tree, instead of the default ``$HOME/.augur``. For developer use only. Defaults to ``False``.
--write-to-src Flag for writing the generated config file to the source code tree, instead of the default ``$HOME/.augur``. For developers use only. Defaults to ``False``.

Example usage\:

Expand Down

0 comments on commit 4217d2f

Please sign in to comment.