7 Commits

Author SHA1 Message Date
zhaoleilc
2402013a87 Correct a typo in the document
This patch changes 'contex' to 'context'
in doc/source/specification/resources.rst

Change-Id: I8c56dfa869cbc1176b18de76212c143b161a3d5b
2020-07-10 14:24:36 +08:00
gordon chung
42b2926c0a make generate_uuid return valid uuid
original design prepended a namespace to the beginning of uuid.
this scoped the uuid to a namespace but it is technically invalid.

this patch drops the behaviour of prepending string. rather, it
takes the namespace, hashes it, and uses uuid v5 to generate valid
uuid based on that namespace

Change-Id: Ibde222c91522fa3c4a1720b6a8da81dac31560b9
Closes-Bug: #1504889
2015-11-12 18:03:35 -05:00
Stanisław Pitucha
3fd46c2a4e Fix event example
Even example had two lines merged together.

Change-Id: If3a40b5512630ca79e3880f8bee5b34950bdcbec
2015-09-24 12:25:47 +10:00
Steve Martinelli
ad8049741e Fix formatting error for geolocation note
The section was more of a `note` than an `example`, and renders
more clearly when the rst `note` tag is used.

Change-Id: I7b7c92301ce2bcfa60b44a0297eeb3848d89355e
2015-03-07 19:28:21 +00:00
Steve Martinelli
6c1ee2e583 Additional doc clean up
1) Added code-block headers to the JSON examples
2) Formatted the JSON examples
3) Replaced a few instances of double-byte characters with more
   their usual counter parts ("-" and "'"), these normally originate
   from the openstack wiki for some reason.

Change-Id: I2ca1dbfc5bdf1c50da466b290a6460a42f1b885a
2015-02-19 06:00:29 +00:00
gordon chung
1613013277 cleanup documentation
- fix image width to conform to formatting
- move specification out of dev section
- redirect middleware doc to keystonemiddleware
- add full spec pdf link to specifications page
- drop tree depth so we don't have 'serialisation' subheaders in toc

Change-Id: Ia36c029b792f574b2b30623b3b2696242b79d75c
2015-02-16 13:57:51 -05:00
Gordon Chung
1d5428afa7 pycadf documentation
add basic documentation on CADF spec.

Closes-Bug: #1279951
Change-Id: Ie1703d9b5109d8275377857e5362e3b09385f647
Implements: blueprint document-pycadf
2014-03-17 00:28:45 -04:00