summaryrefslogtreecommitdiff
path: root/dev-python/os-api-ref
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-19 09:41:08 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-19 09:41:08 +0000
commitfd9bdc49196fba03dd5e50e378aad2cf3ef42e31 (patch)
treeb7f9add53ca9302511e433237fe666e052456811 /dev-python/os-api-ref
parentd8d122d477cda9df7a78b02cab5da92a877c955b (diff)
downloadbaldeagleos-repo-fd9bdc49196fba03dd5e50e378aad2cf3ef42e31.tar.gz
baldeagleos-repo-fd9bdc49196fba03dd5e50e378aad2cf3ef42e31.tar.xz
baldeagleos-repo-fd9bdc49196fba03dd5e50e378aad2cf3ef42e31.zip
Adding metadata
Diffstat (limited to 'dev-python/os-api-ref')
-rw-r--r--dev-python/os-api-ref/metadata.xml16
1 files changed, 9 insertions, 7 deletions
diff --git a/dev-python/os-api-ref/metadata.xml b/dev-python/os-api-ref/metadata.xml
index 6c1e9a2f67c0..a50556355522 100644
--- a/dev-python/os-api-ref/metadata.xml
+++ b/dev-python/os-api-ref/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">
This project is a collection of sphinx stanzas that assist in building an API Reference site for an OpenStack project in RST. RST is great for unstructured English, but displaying semi structured (and repetitive) data in tables is not its strength. This provides tooling to insert semi-structured data describing request and response parameters and status or error messages, and turn those into nice tables.
The project also includes a set of styling (and javascript) that is expected to layer on top of a Sphinx theme base. This addition provides a nice set of collapsing sections for REST methods and javascript controls to expand / collapse all sections.
Features
@@ -13,4 +13,6 @@ Sphinx stanza rest_method describing the method and resource for a REST API call
Sphinx stanza rest_parameters used to insert semi-structured data into the RST files describing the parameters users cansend with the request. The stanza points to a structured YAML file, parameters.yaml.
Sphinx stanza rest_status_code used to insert pointers to error or status codes returned by the service. Points to a structured YAML file, http_codes.yaml.
</longdescription>
-</pkgmetadata>
+
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file