diff options
author | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-05-01 23:53:39 +0000 |
---|---|---|
committer | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-05-01 23:54:22 +0000 |
commit | f8016f150d475ff7abc620df86f1d1b71c83cf53 (patch) | |
tree | 0b6c5a416962acf6be582decbc86d616678923fc /docs/administration.rst | |
parent | a9acfc17c3d5ca53022132084beee725f7ebc608 (diff) |
VVP - Documentation cleaning escape characters
Cleaning the new line character '\r' from all files
Change-Id: I16e5a6483a30599fe3d96774db46abbe74b2f91f
Issue-ID: VVP-35
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'docs/administration.rst')
-rw-r--r-- | docs/administration.rst | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/docs/administration.rst b/docs/administration.rst index 11e2c7b..0fb3fe5 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -1,27 +1,27 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2017 AT&T Intellectual Property. All rights reserved.
-
-Administration
-================
-
-There is a functionality which part of Django framework to manage all
-models and tables located on our application's db.
-The django based containers are: engagement-manager, cms, ci tests
-
-Usually, the admin dashboard url is http(s)://{{domain}}/admin/
-Throght there you will see all models exists in the related application
-(in the shape of tables) and will be able to create/update/delete there rows.
-
-The VVP application allow you to login into portal as admin (usually created
-under admin@{{your-domain}}.com). The admin allow you to manage VVP entities,
-update templates and display all availiable engagements and VFs.
-You can reach the screen by clicking the user bubble on top-right
-of the screen, and from the drop-down menu - click the 'Admin' button.
-
-Processes
------------
-
-
-Actions
----------
+.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 AT&T Intellectual Property. All rights reserved. + +Administration +================ + +There is a functionality which part of Django framework to manage all +models and tables located on our application's db. +The django based containers are: engagement-manager, cms, ci tests + +Usually, the admin dashboard url is http(s)://{{domain}}/admin/ +Throght there you will see all models exists in the related application +(in the shape of tables) and will be able to create/update/delete there rows. + +The VVP application allow you to login into portal as admin (usually created +under admin@{{your-domain}}.com). The admin allow you to manage VVP entities, +update templates and display all availiable engagements and VFs. +You can reach the screen by clicking the user bubble on top-right +of the screen, and from the drop-down menu - click the 'Admin' button. + +Processes +----------- + + +Actions +--------- |