Extend docs with links
- add links to the docs - add tools/sort_metadata to resort data
This commit is contained in:
9
tools/sort_metadata.py
Normal file
9
tools/sort_metadata.py
Normal file
@ -0,0 +1,9 @@
|
||||
import copy
|
||||
|
||||
import otc_metadata.services
|
||||
from ruamel.yaml import YAML
|
||||
|
||||
data = otc_metadata.services.Services()
|
||||
|
||||
data._sort_data()
|
||||
data._rewrite_data()
|
Reference in New Issue
Block a user