Skip to content

Commit 9b961e4

Browse files
Updated documentation for v3.15.1
1 parent 81a45a1 commit 9b961e4

10 files changed

Lines changed: 60 additions & 60 deletions

docs/source/collect-docs.py

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,49 +2,49 @@
22
import urllib
33

44
#components
5-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment/master/README.md", "components/fulfillmentService.md")
6-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/master/README.md", "components/requisitionService.md")
7-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/master/README.md", "components/authService.md")
8-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/master/DESIGN.md", "components/authServiceDesign.md")
9-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce/master/README.md", "components/cceService.md")
10-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-notification/master/README.md", "components/notificationService.md")
5+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment/v9.0.4/README.md", "components/fulfillmentService.md")
6+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition/v8.3.6/README.md", "components/requisitionService.md")
7+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v4.3.3/README.md", "components/authService.md")
8+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth/v4.3.3//DESIGN.md", "components/authServiceDesign.md")
9+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce/v1.3.2/README.md", "components/cceService.md")
10+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-notification/v4.3.3/README.md", "components/notificationService.md")
1111
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata/v15.2.5/README.md", "components/referencedataService.md")
12-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement/master/README.md", "components/stockmanagementService.md")
13-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report/master/README.md", "components/reportService.md")
14-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-hapifhir/master/README.md", "components/hapifhirService.md")
15-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-diagnostics/master/README.md", "components/diagnosticsService.md")
16-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/README.md", "components/templateServiceService.md")
17-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-reference-ui/master/README.md", "components/referenceUI.md")
18-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth-ui/master/README.md", "components/authUI.md")
19-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce-ui/master/README.md", "components/cceUI.md")
20-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata-ui/master/README.md", "components/referencedataUI.md")
21-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report-ui/master/README.md", "components/reportUI.md")
22-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition-ui/master/README.md", "components/requisitionUI.md")
23-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment-ui/master/README.md", "components/fulfillmentUI.md")
24-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement-ui/master/README.md", "components/stockmanagementUI.md")
25-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/dev-ui/master/README.md", "components/devUI.md")
26-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/README.md", "components/uiComponents.md")
27-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/index.md", "components/uiOverview.md")
28-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/extension_guide.md", "components/uiExtensionGuide.md")
29-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-layout/master/README.md", "components/uiLayout.md")
12+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement/v5.1.9/README.md", "components/stockmanagementService.md")
13+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report/v1.2.2/README.md", "components/reportService.md")
14+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-hapifhir/v2.0.2/README.md", "components/hapifhirService.md")
15+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-diagnostics/v1.1.2/README.md", "components/diagnosticsService.md")
16+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.7.0/README.md", "components/templateServiceService.md")
17+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-reference-ui/v5.2.6/README.md", "components/referenceUI.md")
18+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-auth-ui/v6.2.10/README.md", "components/authUI.md")
19+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-cce-ui/v1.1.3/README.md", "components/cceUI.md")
20+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-referencedata-ui/v5.6.10/README.md", "components/referencedataUI.md")
21+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-report-ui/v5.2.9/README.md", "components/reportUI.md")
22+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-requisition-ui/v7.0.10/README.md", "components/requisitionUI.md")
23+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-fulfillment-ui/v6.1.2/README.md", "components/fulfillmentUI.md")
24+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-stockmanagement-ui/v2.1.5/README.md", "components/stockmanagementUI.md")
25+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/dev-ui/v9.0.5/README.md", "components/devUI.md")
26+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.9/README.md", "components/uiComponents.md")
27+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.9/docs/index.md", "components/uiOverview.md")
28+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.9/docs/extension_guide.md", "components/uiExtensionGuide.md")
29+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-layout/v5.2.4/README.md", "components/uiLayout.md")
3030

3131
#conventions
32-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/STYLE-GUIDE.md", "conventions/codeStyleguide.md")
33-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/TESTING.md", "conventions/testing.md")
34-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/ERROR_HANDLING.md", "conventions/errorHandling.md")
35-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/master/LICENSE-HEADER.md", "conventions/licenseHeader.md")
36-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions.md", "conventions/uiConventions.md")
37-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-angularjs.md", "conventions/uiAngularjs.md")
38-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-javascript.md", "conventions/uiJavascript.md")
39-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-markup.md", "conventions/uiMarkup.md")
40-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/conventions-testing.md", "conventions/uiTesting.md")
41-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/information-architecture.md", "conventions/uiInformationArchitecture.md")
42-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/master/docs/performance.md", "conventions/uiPerformance.md")
32+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.7.0/STYLE-GUIDE.md", "conventions/codeStyleguide.md")
33+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.7.0/TESTING.md", "conventions/testing.md")
34+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.7.0/ERROR_HANDLING.md", "conventions/errorHandling.md")
35+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-template-service/v3.7.0/LICENSE-HEADER.md", "conventions/licenseHeader.md")
36+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.9/docs/conventions.md", "conventions/uiConventions.md")
37+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.9/docs/conventions-angularjs.md", "conventions/uiAngularjs.md")
38+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.9/docs/conventions-javascript.md", "conventions/uiJavascript.md")
39+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.9/docs/conventions-markup.md", "conventions/uiMarkup.md")
40+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.9/docs/conventions-testing.md", "conventions/uiTesting.md")
41+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.9/docs/information-architecture.md", "conventions/uiInformationArchitecture.md")
42+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-ui-components/v7.2.9/docs/performance.md", "conventions/uiPerformance.md")
4343

4444
# deployment
45-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/deploymentTopology.md", "deployment/topology.md")
46-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/Provision-single-host.md", "deployment/provisionSingleHost.md")
47-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/Provision-swarm-With-ELB.md", "deployment/provisionSwarmWithELB.md")
48-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/Provision-swarm-With-Elastic-ip.md", "deployment/provisionSwarmWithElasticIp.md")
49-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/provision/RDS-configuration.md", "deployment/rdsConfiguration.md")
50-
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/master/deployment/README.md", "deployment/demoAndCiJenkins.md")
45+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.15.1/deploymentTopology.md", "deployment/topology.md")
46+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.15.1/provision/Provision-single-host.md", "deployment/provisionSingleHost.md")
47+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.15.1/provision/Provision-swarm-With-ELB.md", "deployment/provisionSwarmWithELB.md")
48+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.15.1/provision/Provision-swarm-With-Elastic-ip.md", "deployment/provisionSwarmWithElasticIp.md")
49+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.15.1/provision/RDS-configuration.md", "deployment/rdsConfiguration.md")
50+
urllib.urlretrieve("https://raw.githubusercontent.com/OpenLMIS/openlmis-deployment/v3.15.1/deployment/README.md", "deployment/demoAndCiJenkins.md")

docs/source/components/erd-auth.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Auth ERD
55
ERD schema of Auth service:
66

77
* `Live ERD <http://ci.openlmis.org/erd-auth/>`_
8-
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-auth-pipeline/job/master/lastSuccessfulBuild/artifact/erd-auth.zip>`_
8+
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-auth-pipeline/job/master/369/artifact/erd-auth.zip>`_

docs/source/components/erd-cce.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ CCE ERD
55
ERD schema of CCE service:
66

77
* `Live ERD <http://ci.openlmis.org/erd-cce/>`_
8-
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-cce-pipeline/job/master/lastSuccessfulBuild/artifact/erd-cce.zip>`_
8+
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-cce-pipeline/job/master/229/artifact/erd-cce.zip>`_

docs/source/components/erd-fulfillment.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Fulfillment ERD
55
ERD schema of Fulfillment service:
66

77
* `Live ERD <http://ci.openlmis.org/erd-fulfillment/>`_
8-
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-fulfillment-pipeline/job/master/lastSuccessfulBuild/artifact/erd-fulfillment.zip>`_
8+
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-fulfillment-pipeline/job/master/447/artifact/erd-fulfillment.zip>`_

docs/source/components/erd-notification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Notification ERD
55
ERD schema of Notification service:
66

77
* `Live ERD <http://ci.openlmis.org/erd-notification/>`_
8-
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-notification-pipeline/job/master/lastSuccessfulBuild/artifact/erd-notification.zip>`_
8+
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-notification-pipeline/job/master/322/artifact/erd-notification.zip>`_

docs/source/components/erd-referencedata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Reference Data ERD
55
ERD schema of Reference Data service:
66

77
* `Live ERD <http://ci.openlmis.org/erd-referencedata/>`_
8-
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-referencedata-pipeline/job/master/lastSuccessfulBuild/artifact/erd-referencedata.zip>`_
8+
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-referencedata-pipeline/job/master/1152/artifact/erd-referencedata.zip>`_

docs/source/components/erd-report.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Report ERD
55
ERD schema of Report service:
66

77
* `Live ERD <http://ci.openlmis.org/erd-report/>`_
8-
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-report-pipeline/job/master/lastSuccessfulBuild/artifact/erd-report.zip>`_
8+
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-report-pipeline/job/master/154/artifact/erd-report.zip>`_

docs/source/components/erd-requisition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Requisition ERD
55
ERD schema of Requisition service:
66

77
* `Live ERD <http://ci.openlmis.org/erd-requisition/>`_
8-
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-requisition-pipeline/job/master/lastSuccessfulBuild/artifact/erd-requisition.zip>`_
8+
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-requisition-pipeline/job/master/841/artifact/erd-requisition.zip>`_

docs/source/components/erd-stockmanagement.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Stock Management ERD
55
ERD schema of Stock Management service:
66

77
* `Live ERD <http://ci.openlmis.org/erd-stockmanagement/>`_
8-
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-stockmanagement-pipeline/job/master/lastSuccessfulBuild/artifact/erd-stockmanagement.zip>`_
8+
* `Zip ERD <http://build.openlmis.org/job/OpenLMIS-stockmanagement-pipeline/job/master/693/artifact/erd-stockmanagement.zip>`_

0 commit comments

Comments
 (0)