Skip to content

Commit

Permalink
Add example images and ReadTheDocs
Browse files Browse the repository at this point in the history
- Added images with resulting vSphere views and commandline output from runs of the various examples
- Added badge for ReadTheDocs page and removed images from README
- Updated script warning prompt
  • Loading branch information
GhostofGoes committed May 8, 2017
1 parent 70ff376 commit c1e6f4a
Show file tree
Hide file tree
Showing 41 changed files with 9 additions and 18 deletions.
16 changes: 4 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://opensource.org/licenses/Apache-2.0
:alt: License
.. image:: https://readthedocs.org/projects/adles/badge/?version=latest
:target: http://adles.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status


Overview
========
Expand All @@ -26,12 +30,6 @@ Automated Deployment of Lab Environments System (ADLES)
time and effort, and alieviates the requirement of possessing advanced IT knowledge.

.. image:: documentation/system-overview-diagram.png
:width: 40pt
:align: center
:alt: Overview of the system


Getting started
===============

Expand Down Expand Up @@ -64,12 +62,6 @@ How to use:
adles -d -s my-competition.yaml
.. image:: documentation/usage-flowchart.png
:width: 40pt
:align: center
:alt: Usage flowchart


System requirements
===================

Expand Down
2 changes: 1 addition & 1 deletion adles/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__version__ = "1.1.7"
__version__ = "1.1.8"
__author__ = "Christopher Goes"
__email__ = "<[email protected]>"
__license__ = "Apache 2.0"
Expand Down
9 changes: 4 additions & 5 deletions adles/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,10 @@ def _script_warning_prompt():
return str(
'***** YOU RUN THIS SCRIPT AT YOUR OWN RISK *****\n'
'\n ** Help and Documentation **'
'\n* "<script>.py --help": flags, arguments, and usage'
'\n* "cat <script>.py": read the source code and see how it works'
'\n* "cd ./documentation && ls -la": show available documentation'
'\n+ Open an issue on the project GitHub: %s'
'\n+ Email the script author: %s'
'\n+ "<script> --help": flags, arguments, and usage'
'\n+ Read the latest documentation : https://adles.readthedocs.io'
'\n+ Open an issue on GitHub : %s'
'\n+ Email the script author : %s'
'\n' % (__url__, __email__))


Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/Results and examples/example1.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit c1e6f4a

Please sign in to comment.