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/offeredapis.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/offeredapis.rst')
-rw-r--r-- | docs/offeredapis.rst | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst index 4e7cc0d..ec96ae6 100644 --- a/docs/offeredapis.rst +++ b/docs/offeredapis.rst @@ -1,30 +1,30 @@ -.. 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.
-
-
-Offered APIs
-==============
-
-
-Example Swagger Displayed with swaggerv2doc directive
---------------------------------------------------------
-
-.. swaggerv2doc:: https://gerrit.onap.org/r/gitweb?p=vfc/nfvo/lcm.git;a=blob_plain;f=lcm/swagger/vfc.nslcm.swagger.json
-
-
-Example documenting a REST interface with Sphinx httpdomain directive
------------------------------------------------------------------------
-
-.. http:get:: path
-
- For more information see `<https://pythonhosted.org/sphinxcontrib-httpdomain>`_
-
-
-Word Document Converted to RST using Pandocs
------------------------------------------------
-
-.. toctree::
- :maxdepth: 1
-
- ../../submodules/appc.git/docs/APPC API Guide/APPC API Guide
+.. 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. + + +Offered APIs +============== + + +Example Swagger Displayed with swaggerv2doc directive +-------------------------------------------------------- + +.. swaggerv2doc:: https://gerrit.onap.org/r/gitweb?p=vfc/nfvo/lcm.git;a=blob_plain;f=lcm/swagger/vfc.nslcm.swagger.json + + +Example documenting a REST interface with Sphinx httpdomain directive +----------------------------------------------------------------------- + +.. http:get:: path + + For more information see `<https://pythonhosted.org/sphinxcontrib-httpdomain>`_ + + +Word Document Converted to RST using Pandocs +----------------------------------------------- + +.. toctree:: + :maxdepth: 1 + + ../../submodules/appc.git/docs/APPC API Guide/APPC API Guide |