Skip to content

Commit

Permalink
documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
randlet committed Mar 9, 2021
1 parent 08f73f7 commit 96265f3
Show file tree
Hide file tree
Showing 8 changed files with 662 additions and 661 deletions.
1,278 changes: 639 additions & 639 deletions docs/install/config.rst

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/install/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ QATrack+. To checkout the code enter the following commands:
cd web
git clone https://github.com/qatrackplus/qatrackplus.git
cd qatrackplus
git checkout v3.1.0RC1
git checkout v3.1.0RC2
Installing a Database System
Expand Down
2 changes: 1 addition & 1 deletion docs/install/linux_upgrade_from_030.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ following commands:
cd ~/web/qatrackplus
git remote set-url origin https://github.com/qatrackplus/qatrackplus.git
git fetch origin
git checkout v3.1.0RC1
git checkout v3.1.0RC2
Setting up our Python environment (including virtualenv)
Expand Down
3 changes: 2 additions & 1 deletion docs/install/win.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,11 @@ We're now ready to install all the libraries QATrack+ depends on.
.\venvs\qatrack31\Scripts\Activate.ps1
python -m pip install --upgrade pip
cd qatrackplus
git checkout v3.1.0RC1
git checkout v3.1.0RC2
pip install -r requirements\win.txt
python C:\deploy\venvs\qatrack31\Scripts\pywin32_postinstall.py -install
.. warning::

If you are going to be using :ref:`Active Directory <active_directory>` for
Expand Down
2 changes: 1 addition & 1 deletion docs/install/win_upgrade_from_030.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ First we must check out the code for version 3.1.0 in a PowerShell window:
cd C:\deploy\qatrackplus
git remote set-url origin https://github.com/qatrackplus/qatrackplus.git
git fetch origin
git checkout v3.1.0RC1
git checkout v3.1.0RC2
Setting up our Python environment (including virtualenv)
Expand Down
32 changes: 16 additions & 16 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ QATrack+ v0.3.0.15 Release Notes
v3.1.0 release.

Upgrading to v0.3.0.15 from v0.3.0
..................................
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you haven't upgraded to v0.3.0 yet see instructions for v0.3.0 below. If
you've already upgraded to v0.3.0 then to upgrade to v0.3.0.15:
Expand Down Expand Up @@ -564,7 +564,7 @@ a patch to v0.3.0 that fixes a few minor issues.


Upgrading to v0.3.0.13 from v0.3.0
..................................
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

If you haven't upgraded to v0.3.0 yet see instructions for v0.3.0 below. If
you've already upgraded to v0.3.0 then to upgrade to v0.3.0.13:
Expand All @@ -591,7 +591,7 @@ the largest update to QATrack+ since the initial release in 2012. Details of
QATrack+ v0.3.0 are included below.

Acknowledgements
................
~~~~~~~~~~~~~~~~

Many thanks to Ryan Bottema & Crystal Angers at The Ottawa Hospital for all
their work on the development and implementation of the new Service Log app
Expand Down Expand Up @@ -710,7 +710,7 @@ Details of the v0.3.0 release


Upgrading to v0.3.0
...................
~~~~~~~~~~~~~~~~~~~

For instructions on upgrading to QATrack+ 0.3.0 please see the installation
docs for your platform.
Expand Down Expand Up @@ -834,7 +834,7 @@ issues tracker
<https://bitbucket.org/tohccmedphys/qatrackplus/issues?milestone=0.2.9>`_!

Deprecation Notices
...................
~~~~~~~~~~~~~~~~~~~

As QATrack+, Python & Django and the web continue to evolve, occassionally we need to deprecate some of the versions of Python & web browsers we support.
The next major release of QATrack+ will no longer officially support the following items:
Expand All @@ -843,7 +843,7 @@ The next major release of QATrack+ will no longer officially support the followi
- IE7-IE10 (IE 11+ Only): IE7-IE10 are no longer supported by Microsoft and we will no longer be testing these platforms.

Upgrade Instructions
....................
~~~~~~~~~~~~~~~~~~~~

For instructions on how to upgrade from v0.2.8 `please see the wiki <https://bitbucket.org/tohccmedphys/qatrackplus/wiki/v/0.2.9/release-notes.md>`_

Expand Down Expand Up @@ -969,7 +969,7 @@ Here's a list of some of the changes in this release:


Upgrading to v0.2.8
...................
~~~~~~~~~~~~~~~~~~~

*Note: If any of these steps results in an error, \*stop\* and figure out why before
carrying on to the next step!*
Expand Down Expand Up @@ -1006,7 +1006,7 @@ on running QATrack+ with IIS, FastCGI and Windows Integrated Authentication.
Thanks Eric!

New Features & Bugs Fixed
.........................
~~~~~~~~~~~~~~~~~~~~~~~~~

* Three new `test types
<https://bitbucket.org/tohccmedphys/qatrackplus/wiki/admin/test.md>`_ have
Expand Down Expand Up @@ -1073,7 +1073,7 @@ New Features & Bugs Fixed


Upgrading to v0.2.7
...................
~~~~~~~~~~~~~~~~~~~

_Note: If any of these steps results in an error, stop and figure out why before
carrying on to the next step!_
Expand Down Expand Up @@ -1117,7 +1117,7 @@ v0.2.6 includes a number of bug fixes
Thank you to Eric Reynard and Darcy Mason for their bug reports.

New Features
............
~~~~~~~~~~~~

* You can now manually override the due date for a Test List on a Unit
* You can `turn off the auto scheduling <https://bitbucket.org/tohccmedphys/qatrackplus/wiki/admin/assign_to_unit.md>`_ of due dates for Test Lists on
Expand Down Expand Up @@ -1158,7 +1158,7 @@ New Features
* majority of code now conforms with pep8

Bug Fixes
.........
~~~~~~~~~

* Unique Char fields limited to a length of 255 to fix issue with
MySQL
Expand All @@ -1179,7 +1179,7 @@ Bug Fixes


To upgrade from v0.2.5
......................
~~~~~~~~~~~~~~~~~~~~~~

**Note: this release introduces some database shema changes. BACK UP YOUR
DATABASE BEFORE ATTEMPTING THIS UPGRADE**
Expand Down Expand Up @@ -1243,7 +1243,7 @@ to do the following:
6. python manage.py migrate qa

New Features
............
~~~~~~~~~~~~

* added South migrations
* added description field to TestInstance Status models (displayed in tooltips
Expand All @@ -1253,7 +1253,7 @@ New Features


Bug Fixes and Clean Up
......................
~~~~~~~~~~~~~~~~~~~~~~

* removed `salmonella <https://github.com/lincolnloop/django-salmonella>`_ urls
from urls.py
Expand All @@ -1267,7 +1267,7 @@ QATrack+ v0.2.3 Release Notes
This release has a number of small features and bug fixes included.

New Features
............
~~~~~~~~~~~~

* Greatly improved permissions system. Group/user specific permissions are no
longer only controlled by the is_staff flag
Expand All @@ -1278,7 +1278,7 @@ New Features


Bug Fixes
.........
~~~~~~~~~

* Fixed js null bug when charting (see `issue #189
<https://bitbucket.org/randlet/qatrack/issue/189/js-exception-on-generate-chart>`_)
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/service_log/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ the Unit can be released for clinical duty:

The physicist now clicks `Save` and the are ready to make the output
adjustment. Note that the Service Log Dashboard will now show 1 incomplete
:term:`Return to Service QC` and 1 Service Event needing review.
:term:`Return To Service QC` and 1 Service Event needing review.


.. figure:: images/dash.png
Expand Down
2 changes: 1 addition & 1 deletion docs/user/service_log/service_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Service Log Dashboard

The `Service Log Dashboard` provides you with an overview of the current status
of all Service Events, including which events need review, which events have
:term:`Return to Service QC` incomplete or unreviewed and a list of recent
:term:`Return To Service QC` incomplete or unreviewed and a list of recent
activities.

.. figure:: images/sl_dashboard.png
Expand Down

0 comments on commit 96265f3

Please sign in to comment.