Sorting
This commit is contained in:
		@ -42,9 +42,9 @@ otcdocs_doc_environment = '{{ doc_environment }}'
 | 
				
			|||||||
otcdocs_doc_link = '{{ doc_link }}'
 | 
					otcdocs_doc_link = '{{ doc_link }}'
 | 
				
			||||||
otcdocs_doc_title = '{{ doc_title }}'
 | 
					otcdocs_doc_title = '{{ doc_title }}'
 | 
				
			||||||
otcdocs_doc_type = '{{ doc_type }}'
 | 
					otcdocs_doc_type = '{{ doc_type }}'
 | 
				
			||||||
 | 
					otcdocs_service_category = '{{ service_category }}'
 | 
				
			||||||
otcdocs_service_title = '{{ service_title }}'
 | 
					otcdocs_service_title = '{{ service_title }}'
 | 
				
			||||||
otcdocs_service_type = '{{ service_type }}'
 | 
					otcdocs_service_type = '{{ service_type }}'
 | 
				
			||||||
otcdocs_service_category = '{{ service_category }}'
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
# If extensions (or modules to document with autodoc) are in another directory,
 | 
					# If extensions (or modules to document with autodoc) are in another directory,
 | 
				
			||||||
# add these directories to sys.path here. If the directory is relative to the
 | 
					# add these directories to sys.path here. If the directory is relative to the
 | 
				
			||||||
 | 
				
			|||||||
@ -154,9 +154,9 @@ def process_repositories(args, service):
 | 
				
			|||||||
        context["doc_link"] = doc['link']
 | 
					        context["doc_link"] = doc['link']
 | 
				
			||||||
        context["doc_title"] = doc['title']
 | 
					        context["doc_title"] = doc['title']
 | 
				
			||||||
        context["doc_type"] = doc['type']
 | 
					        context["doc_type"] = doc['type']
 | 
				
			||||||
 | 
					        context["service_category"] = service['service_category']
 | 
				
			||||||
        context["service_title"] = service['service_title']
 | 
					        context["service_title"] = service['service_title']
 | 
				
			||||||
        context["service_type"] = service['service_type']
 | 
					        context["service_type"] = service['service_type']
 | 
				
			||||||
        context["service_category"] = service['service_category']
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        conf_py_content = conf_py_template.render(**context)
 | 
					        conf_py_content = conf_py_template.render(**context)
 | 
				
			||||||
        with open(conf_py_path, "w", encoding="utf-8", newline="") as out:
 | 
					        with open(conf_py_path, "w", encoding="utf-8", newline="") as out:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user