Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
skallfass committed Oct 20, 2019
1 parent e19cf3e commit 70f4a66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![coverage](apidoc/_static/coverage.svg)
![coverage](doc/_static/coverage.svg)


## Installation
Expand Down Expand Up @@ -75,13 +75,8 @@ To generate the documentation, run
The generated HTML files will be in the `docs/_build` directory.

There is also a swagger-documentation to be used for users of the service.
The documentation can be found at (after starting service):

* [http://0.0.0.0:9992/docs](http://0.0.0.0:9992/docs)
* [http://0.0.0.0:9992/redoc](http://0.0.0.0:9992/redoc)

The apidoc can be found at
[http://0.0.0.0:9992/apidoc/index.html](http://0.0.0.0:9992/apidoc/index.html).
The apidoc can be found at ``/apidoc/index.html``.


## Tests
Expand Down
12 changes: 3 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


.. image:: apidoc/_static/coverage.svg
:target: apidoc/_static/coverage.svg
.. image:: doc/_static/coverage.svg
:target: doc/_static/coverage.svg
:alt: coverage


Expand Down Expand Up @@ -87,14 +87,8 @@ To generate the documentation, run
The generated HTML files will be in the ``docs/_build`` directory.

There is also a swagger-documentation to be used for users of the service.
The documentation can be found at (after starting service):


* `http://0.0.0.0:9992/docs <http://0.0.0.0:9992/docs>`_
* `http://0.0.0.0:9992/redoc <http://0.0.0.0:9992/redoc>`_

The apidoc can be found at
`http://0.0.0.0:9992/apidoc/index.html <http://0.0.0.0:9992/apidoc/index.html>`_.
The apidoc can be found at route ``/apidoc/index.html``.

Tests
-----
Expand Down

0 comments on commit 70f4a66

Please sign in to comment.