mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Spelling/grammar fixes in text docs/comments
Fixed typos and grammatical errors in comments and text documents. No code outside of comments has been altered.
This commit is contained in:
@@ -8,7 +8,7 @@ running application (to e.g. delete guest users, send emails, etc.).
|
||||
Administration Commands
|
||||
-----------------------
|
||||
|
||||
The application provides several administration and bootstraping commands that
|
||||
The application provides several administration and bootstrapping commands that
|
||||
can be passed to the ``wger`` command::
|
||||
|
||||
wger <command>
|
||||
@@ -25,7 +25,7 @@ arguments::
|
||||
create-settings Creates a local settings file
|
||||
load-fixtures Loads all fixtures
|
||||
migrate-db Run all database migrations
|
||||
start Start the application using django's built in webserver
|
||||
start Start the application using django's built-in webserver
|
||||
|
||||
You can also get help on a specific command with ``wger --help <command>``.
|
||||
|
||||
|
||||
@@ -105,18 +105,18 @@ pygments_style = 'sphinx'
|
||||
html_theme = 'default'
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
#html_theme_options = {}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
#html_theme_path = []
|
||||
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# The name for this set of Sphinx documents. If None, it defaults to
|
||||
# "<project> v<release> documentation".
|
||||
#html_title = None
|
||||
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
# A shorter title for the navigation bar. Default is the same as html_title.
|
||||
#html_short_title = None
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top
|
||||
@@ -124,7 +124,7 @@ html_theme = 'default'
|
||||
#html_logo = None
|
||||
|
||||
# The name of an image file (within the static path) to use as favicon of the
|
||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
|
||||
# pixels large.
|
||||
#html_favicon = None
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ There are 3 groups used for the different administrative roles:
|
||||
|
||||
* **general manager:** Can manage (add, edit, delete) the different gyms for the
|
||||
installation as well as add gym managers, trainers and member, but is not
|
||||
allowed to see the members workout data.
|
||||
allowed to see the members' workout data.
|
||||
* **gym manager:** Can manage users for a single gym (editing, deactivating,
|
||||
adding contracts, etc.).
|
||||
* **trainer:** Can manage the workouts and other data for the members of a
|
||||
@@ -34,7 +34,7 @@ be changed later. The user's gym appears in the top right menu.
|
||||
|
||||
Member management
|
||||
-----------------
|
||||
You can new members to a gym by clicking the *Add member* button at the top of
|
||||
You can add members to a gym by clicking the *Add member* button at the top of
|
||||
the member overview. After filling in the form, a password will be generated
|
||||
for the user. You should save this and give it to the user, as it is not possible
|
||||
to retrieve it later. Alternatively you can just instruct the new members to
|
||||
|
||||
Reference in New Issue
Block a user