From 180ca3d68a2e75ea78a8919a9d698fa45f57787e Mon Sep 17 00:00:00 2001 From: James Baster Date: Thu, 20 Feb 2020 10:30:20 +0000 Subject: [PATCH] ocds: Remove references Tidy up from work done in 593df19662943e8540b1510bce015e1af38e333c and d54e3db30c27f0c9906e94877bf7354be5516a76 Correct comment in cove_360/tests.py --- LICENCE.rst | 2 +- README.rst | 2 +- cove_360/tests.py | 2 +- docs/lib.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENCE.rst b/LICENCE.rst index ba87c59d0..17e72a7f9 100644 --- a/LICENCE.rst +++ b/LICENCE.rst @@ -1,7 +1,7 @@ Cove - COnvert Validate & Explore ================================= -Note: This license doesn't apply to the OCDS or 360Giving theme and related assets (such as the logo). +Note: This license doesn't apply to the 360Giving theme and related assets (such as the logo). Cove - COnvert Validate & Explore is free software designed to help people check data published to various different data standards. diff --git a/README.rst b/README.rst index 65daba718..d41b5c391 100644 --- a/README.rst +++ b/README.rst @@ -73,7 +73,7 @@ Steps to installation: * Create a virtual environment (note this application uses python3) * Activate the virtual environment * Install dependencies -* Set up the database (sqlite3) (you need to pass the django settings for the module (ie. ocds, 360, iati) you want to run) +* Set up the database (sqlite3) (you need to pass the django settings for the module (ie. 360, iati) you want to run) * Compile the translations * Run the development server diff --git a/cove_360/tests.py b/cove_360/tests.py index bc45efe66..f13275998 100644 --- a/cove_360/tests.py +++ b/cove_360/tests.py @@ -446,7 +446,7 @@ @pytest.mark.parametrize('json_data', [ # A selection of JSON strings we expect to give a 200 status code, even - # though some of them aren't valid OCDS + # though some of them aren't valid 360 'true', 'null', '1', diff --git a/docs/lib.md b/docs/lib.md index 1f9bfd7ca..3b0159549 100644 --- a/docs/lib.md +++ b/docs/lib.md @@ -29,7 +29,7 @@ Compared to the old way of running instances in this shared repository, the bene * Allows each standard to set their own repository policies - access, protected branches, etc. * Easier to use as there is no need to set a special `DJANGO_SETTINGS_MODULE` variable when running commands. -For example, see [Cove for BODS](https://github.com/openownership/cove-bods). +For example, see [Cove for BODS](https://github.com/openownership/cove-bods) or [Cove for OCDS](https://github.com/open-contracting/cove-ocds). Running a Cove instance in this shared Cove repository