Skip to content
Snippets Groups Projects
Commit c582c440 authored by Erik Reid's avatar Erik Reid
Browse files

fixed docstrings

parent 1febc7b4
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ These endpoints are intended for use by neteng tools. ...@@ -10,7 +10,7 @@ These endpoints are intended for use by neteng tools.
/neteng/location/equipment-name /neteng/location/equipment-name
--------------------------------- ---------------------------------
.. autofunction::inventory_provider.routes.neteng.get_location .. autofunction:: inventory_provider.routes.neteng.get_location
""" """
import json import json
...@@ -43,7 +43,7 @@ def get_location(equipment): ...@@ -43,7 +43,7 @@ def get_location(equipment):
404 is returned if the IMS node name is not known. 404 is returned if the IMS node name is not known.
Otherwise the return value will be formatted as: Otherwise the return value will be formatted as:
.. as_json:: .. asjson::
inventory_provider.db.ims_data.NODE_LOCATION_SCHEMA inventory_provider.db.ims_data.NODE_LOCATION_SCHEMA
:return: as above :return: as above
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment