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/06 20:05:09 UTC

[airavata-django-portal] branch master updated: Renaming gateways tutorial file

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 685506f  Renaming gateways tutorial file
685506f is described below

commit 685506f7ebccd84f4867158de0736e7a76f75ecb
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Oct 6 16:04:55 2020 -0400

    Renaming gateways tutorial file
---
 docs/dev/custom_django_app.md                                    | 2 +-
 docs/dev/custom_output_view_provider.md                          | 2 +-
 docs/tutorial/{gateways2019_tutorial.md => gateways_tutorial.md} | 0
 mkdocs.yml                                                       | 2 +-
 4 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/dev/custom_django_app.md b/docs/dev/custom_django_app.md
index ebd65e6..cef253b 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 tutorial](../tutorial/gateways2019_tutorial.md#tutorial-exercise-create-a-custom-django-app)
+    [Gateways tutorial](../tutorial/gateways_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 4410ece..c1b396a 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 tutorial](../tutorial/gateways2019_tutorial.md#tutorial-exercise-create-a-custom-output-viewer-for-an-output-file)
+[Gateways tutorial](../tutorial/gateways_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/gateways_tutorial.md
similarity index 100%
rename from docs/tutorial/gateways2019_tutorial.md
rename to docs/tutorial/gateways_tutorial.md
diff --git a/mkdocs.yml b/mkdocs.yml
index 413ce81..d49a330 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 Tutorial: tutorial/gateways2019_tutorial.md
+    - Gateways Tutorial: tutorial/gateways_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: