Description, function name
This commit is contained in:
parent
f29f6d7b9e
commit
c52d106085
@ -113,11 +113,11 @@ class Services(object):
|
|||||||
res[cat]["docs"].append(res_doc)
|
res[cat]["docs"].append(res_doc)
|
||||||
return res
|
return res
|
||||||
|
|
||||||
def services_with_docs_type_and_title(self, environment=None):
|
def service_types_with_doc_types(self, environment=None):
|
||||||
"""Retrieve type and title from services and corresponding docs
|
"""Retrieve type and title from services and corresponding docs.
|
||||||
|
As well as a list of all doc_types.
|
||||||
|
|
||||||
:param str environment: Optional service environment. Influeces
|
:param str environment: Optional service environment.
|
||||||
"repository" field
|
|
||||||
"""
|
"""
|
||||||
service_list = []
|
service_list = []
|
||||||
doc_types = []
|
doc_types = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user