diff --git a/vasl_templates/webapp/static/help/index.html b/vasl_templates/webapp/static/help/index.html index 9d19c3d..a778a22 100644 --- a/vasl_templates/webapp/static/help/index.html +++ b/vasl_templates/webapp/static/help/index.html @@ -98,8 +98,8 @@ The program will then not attempt to create the embedded browser, and will just

-VASL Templates makes it easier to set up VASL scenarios, and we'll show how by walking through a setup of everyone's favorite scenario, Hill 621. -

Click on the screenshot to the right to see the finished scenario, in all it's glory. +VASL Templates makes it easy to set up attractive VASL scenarios, with loads of useful information embedded to assist with game play. +

We'll show how by walking through a setup of everyone's favorite scenario, Hill 621. Click on the screenshot to the right to see the finished scenario.

You can find more examples here, with files that you can load into the program, together with the generated VASL scenarios. @@ -269,7 +269,7 @@ When you're writing a new template file, it would be painful to have to ZIP up a

pip install --editable .[dev]
-The tests use pytest and Selenium WebDriver, so you will need geckodriver and chromedriver somewhere in your PATH. The driver to use can be specified via the --webdriver parameter, and you can also run the tests headless e.g +The tests use pytest and Selenium WebDriver, so you will need geckodriver and chromedriver somewhere in your PATH. The driver to use can be specified via the --webdriver parameter, and you can also run the tests headless e.g
pytest --webdriver chrome --headless
@@ -279,7 +279,7 @@ pytest --webdriver chrome --headless

Code lint'ing

-

Python code is checked using pylint (installed during the pip install above), which should be run from the root directory of the repo. +

Python code is checked using pylint (installed during the pip install above), which should be run from the root directory of the repo.

Javascript is checked using jshint, run using Rhino, both of which need to be installed manually. Then, set the JSHINT_RHINO environment variable to point to the script that will run jshint using Rhino e.g.