You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/10/02 22:22:26 UTC

[airavata-django-portal] branch master updated: Drop "2019" from name of tutorial

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git


The following commit(s) were added to refs/heads/master by this push:
     new c67e7ec  Drop "2019" from name of tutorial
c67e7ec is described below

commit c67e7ec5e47fbff0aad2f469d074e1eaa684e7c4
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Fri Oct 2 18:22:13 2020 -0400

    Drop "2019" from name of tutorial
---
 docs/dev/custom_django_app.md           | 2 +-
 docs/dev/custom_output_view_provider.md | 2 +-
 docs/tutorial/gateways2019_tutorial.md  | 2 +-
 mkdocs.yml                              | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/dev/custom_django_app.md b/docs/dev/custom_django_app.md
index 4f1367d..ebd65e6 100644
--- a/docs/dev/custom_django_app.md
+++ b/docs/dev/custom_django_app.md
@@ -202,7 +202,7 @@ in the `scripts` block:
 For more information on the AiravataAPI library:
 
 -   see the
-    [Gateways 2019 tutorial](../tutorial/gateways2019_tutorial.md#tutorial-exercise-create-a-custom-django-app)
+    [Gateways tutorial](../tutorial/gateways2019_tutorial.md#tutorial-exercise-create-a-custom-django-app)
 -   see the
     [index.js](https://github.com/apache/airavata-django-portal/blob/master/django_airavata/apps/api/static/django_airavata_api/js/index.js)
     file in the AiravataAPI to see what models and services are provided by the
diff --git a/docs/dev/custom_output_view_provider.md b/docs/dev/custom_output_view_provider.md
index a34f60a..43de789 100644
--- a/docs/dev/custom_output_view_provider.md
+++ b/docs/dev/custom_output_view_provider.md
@@ -15,7 +15,7 @@ output view provider will be invoked and it should return image data.
 ## Getting started
 
 See the
-[Gateways 2019 tutorial](../tutorial/gateways2019_tutorial.md#tutorial-exercise-create-a-custom-output-viewer-for-an-output-file)
+[Gateways tutorial](../tutorial/gateways2019_tutorial.md#tutorial-exercise-create-a-custom-output-viewer-for-an-output-file)
 for help on setting up a development environment and implementing a simple
 output view provider.
 
diff --git a/docs/tutorial/gateways2019_tutorial.md b/docs/tutorial/gateways2019_tutorial.md
index 605e74e..e7ae202 100644
--- a/docs/tutorial/gateways2019_tutorial.md
+++ b/docs/tutorial/gateways2019_tutorial.md
@@ -1,4 +1,4 @@
-# Gateways 2019 Tutorial
+# Gateways Tutorial
 
 Objective: learn the basics of the Apache Airavata Django Portal and how to make
 both simple and complex customizations to the user interface.
diff --git a/mkdocs.yml b/mkdocs.yml
index fdde766..413ce81 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -12,7 +12,7 @@ nav:
     - Developing the Backend: dev/developing_backend.md
     - Developing a Wagtail Export (theme): dev/wagtail_export.md
   - Customization Guide:
-    - Gateways 2019 Tutorial: tutorial/gateways2019_tutorial.md
+    - Gateways Tutorial: tutorial/gateways2019_tutorial.md
     - Adding a Custom Django App: dev/custom_django_app.md
     - Adding a Custom Output View Provider: dev/custom_output_view_provider.md
   - Administrator Guide: