From da1fd6ac4bb726ab67752ea754608208b9950083 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Fri, 10 Jul 2020 15:19:02 -0400 Subject: [PATCH] Move ghnav-flask to miniapps/ folder --- examples/{applications => miniapps}/ghnav-flask/README.rst | 0 examples/{applications => miniapps}/ghnav-flask/config.yml | 0 .../ghnav-flask/githubnavigator/__init__.py | 0 .../ghnav-flask/githubnavigator/application.py | 0 .../ghnav-flask/githubnavigator/entrypoint.py | 0 .../ghnav-flask/githubnavigator/services.py | 0 .../ghnav-flask/githubnavigator/templates/index.html | 0 .../ghnav-flask/githubnavigator/tests.py | 0 .../ghnav-flask/githubnavigator/views.py | 0 examples/{applications => miniapps}/ghnav-flask/requirements.txt | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename examples/{applications => miniapps}/ghnav-flask/README.rst (100%) rename examples/{applications => miniapps}/ghnav-flask/config.yml (100%) rename examples/{applications => miniapps}/ghnav-flask/githubnavigator/__init__.py (100%) rename examples/{applications => miniapps}/ghnav-flask/githubnavigator/application.py (100%) rename examples/{applications => miniapps}/ghnav-flask/githubnavigator/entrypoint.py (100%) rename examples/{applications => miniapps}/ghnav-flask/githubnavigator/services.py (100%) rename examples/{applications => miniapps}/ghnav-flask/githubnavigator/templates/index.html (100%) rename examples/{applications => miniapps}/ghnav-flask/githubnavigator/tests.py (100%) rename examples/{applications => miniapps}/ghnav-flask/githubnavigator/views.py (100%) rename examples/{applications => miniapps}/ghnav-flask/requirements.txt (100%) diff --git a/examples/applications/ghnav-flask/README.rst b/examples/miniapps/ghnav-flask/README.rst similarity index 100% rename from examples/applications/ghnav-flask/README.rst rename to examples/miniapps/ghnav-flask/README.rst diff --git a/examples/applications/ghnav-flask/config.yml b/examples/miniapps/ghnav-flask/config.yml similarity index 100% rename from examples/applications/ghnav-flask/config.yml rename to examples/miniapps/ghnav-flask/config.yml diff --git a/examples/applications/ghnav-flask/githubnavigator/__init__.py b/examples/miniapps/ghnav-flask/githubnavigator/__init__.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/__init__.py rename to examples/miniapps/ghnav-flask/githubnavigator/__init__.py diff --git a/examples/applications/ghnav-flask/githubnavigator/application.py b/examples/miniapps/ghnav-flask/githubnavigator/application.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/application.py rename to examples/miniapps/ghnav-flask/githubnavigator/application.py diff --git a/examples/applications/ghnav-flask/githubnavigator/entrypoint.py b/examples/miniapps/ghnav-flask/githubnavigator/entrypoint.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/entrypoint.py rename to examples/miniapps/ghnav-flask/githubnavigator/entrypoint.py diff --git a/examples/applications/ghnav-flask/githubnavigator/services.py b/examples/miniapps/ghnav-flask/githubnavigator/services.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/services.py rename to examples/miniapps/ghnav-flask/githubnavigator/services.py diff --git a/examples/applications/ghnav-flask/githubnavigator/templates/index.html b/examples/miniapps/ghnav-flask/githubnavigator/templates/index.html similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/templates/index.html rename to examples/miniapps/ghnav-flask/githubnavigator/templates/index.html diff --git a/examples/applications/ghnav-flask/githubnavigator/tests.py b/examples/miniapps/ghnav-flask/githubnavigator/tests.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/tests.py rename to examples/miniapps/ghnav-flask/githubnavigator/tests.py diff --git a/examples/applications/ghnav-flask/githubnavigator/views.py b/examples/miniapps/ghnav-flask/githubnavigator/views.py similarity index 100% rename from examples/applications/ghnav-flask/githubnavigator/views.py rename to examples/miniapps/ghnav-flask/githubnavigator/views.py diff --git a/examples/applications/ghnav-flask/requirements.txt b/examples/miniapps/ghnav-flask/requirements.txt similarity index 100% rename from examples/applications/ghnav-flask/requirements.txt rename to examples/miniapps/ghnav-flask/requirements.txt