gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated (4746e24 -> 6a9c36a)


From: gnunet
Subject: [taler-docs] branch master updated (4746e24 -> 6a9c36a)
Date: Thu, 23 Apr 2020 13:04:32 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a change to branch master
in repository docs.

    from 4746e24  compatibility with latest sphinx
     new 891570e  add HTTP 308
     new 6a9c36a  syntax fix

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _exts/httpdomain/httpdomain.py | 1 +
 core/api-common.rst            | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/_exts/httpdomain/httpdomain.py b/_exts/httpdomain/httpdomain.py
index f2569b5..59665a0 100644
--- a/_exts/httpdomain/httpdomain.py
+++ b/_exts/httpdomain/httpdomain.py
@@ -196,6 +196,7 @@ HTTP_STATUS_CODES = {
     304: 'Not Modified',
     305: 'Use Proxy',
     307: 'Temporary Redirect',
+    308: 'Permanent Redirect',
     400: 'Bad Request',
     401: 'Unauthorized',
     402: 'Payment Required',     # unused
diff --git a/core/api-common.rst b/core/api-common.rst
index 294e33d..93d6d09 100644
--- a/core/api-common.rst
+++ b/core/api-common.rst
@@ -554,12 +554,14 @@ uses 512-bit hash codes (64 bytes).
    };
 
 .. _WireTransferIdentifierRawP:
+.. sourcecode:: c
 
    struct WireTransferIdentifierRawP {
      uint8_t raw[32];
    };
 
 .. _UUID:
+.. sourcecode:: c
 
    struct UUID {
      uint32_t value[4];

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]