[Python-checkins] peps: Move PEP 480 figure out of subdir -- that does not work on python.org.

guido.van.rossum python-checkins at python.org
Wed Nov 26 00:04:40 CET 2014


https://hg.python.org/peps/rev/ca6abc65224d
changeset:   5616:ca6abc65224d
user:        Guido van Rossum <guido at python.org>
date:        Tue Nov 25 15:04:35 2014 -0800
summary:
  Move PEP 480 figure out of subdir -- that does not work on python.org.

files:
  pep-0480/figure1.png |  0 
  pep-0480.txt         |  2 +-
  2 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0480/figure1.png b/pep-0480-1.png
rename from pep-0480/figure1.png
rename to pep-0480-1.png
diff --git a/pep-0480.txt b/pep-0480.txt
--- a/pep-0480.txt
+++ b/pep-0480.txt
@@ -186,7 +186,7 @@
 packages in the minimum security model, but not in the maximum model, without
 also compromising a developer's key.
 
-.. image:: pep-0480/figure1.png
+.. image:: pep-0480-1.png
 
 Figure 1: An overview of the metadata layout in the maximum security model.
 The maximum security model supports continuous delivery and survivable key

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list