3 new revisions:
Revision: 84b91037d876
Branch: default
Author: Juan J. Martínez <
j...@usebox.net>
Date: Thu Apr 17 17:11:36 2014 UTC
Log: Use rst-class instead of class for the examples...
http://code.google.com/p/pyglet/source/detail?r=84b91037d876
Revision: 5e661bde7958
Branch: default
Author: Juan J. Martínez <
j...@usebox.net>
Date: Thu Apr 17 17:16:04 2014 UTC
Log: Fixed indentation
http://code.google.com/p/pyglet/source/detail?r=5e661bde7958
Revision: 80f89961c038
Branch: default
Author: Juan J. Martínez <
j...@usebox.net>
Date: Thu Apr 17 17:16:18 2014 UTC
Log: Create html directory (sphinx 1.2.2)
http://code.google.com/p/pyglet/source/detail?r=80f89961c038
==============================================================================
Revision: 84b91037d876
Branch: default
Author: Juan J. Martínez <
j...@usebox.net>
Date: Thu Apr 17 17:11:36 2014 UTC
Log: Use rst-class instead of class for the examples
Thanks to Claoudio Canepa for the patch!
Fixes issue #734.
http://code.google.com/p/pyglet/source/detail?r=84b91037d876
Modified:
/doc/programming_guide/text.txt
=======================================
--- /doc/programming_guide/text.txt Sun Apr 13 06:58:31 2014 UTC
+++ /doc/programming_guide/text.txt Thu Apr 17 17:11:36 2014 UTC
@@ -268,7 +268,7 @@
The following example shows a simple attributed text encoded document:
-.. class:: plain
+.. rst-class:: plain
::
@@ -289,7 +289,7 @@
Newlines are ignored, unless two are made in succession, indicating a
paragraph break. Line breaks can be forced with the ``\\`` sequence:
-.. class:: plain
+.. rst-class:: plain
::
@@ -301,7 +301,7 @@
Line breaks are also forced when the text is indented with one or more
spaces
or tabs, which is useful for typesetting code:
-.. class:: plain
+.. rst-class:: plain
::
@@ -314,7 +314,7 @@
Text can be styled using a attribute tag:
-.. class:: plain
+.. rst-class:: plain
::
@@ -330,7 +330,7 @@
Some more examples follow:
-.. class:: plain
+.. rst-class:: plain
::
@@ -343,7 +343,7 @@
Paragraph styles can be set by prefixing the style name with a period (.).
This ensures the style range exactly encompasses the paragraph:
-.. class:: plain
+.. rst-class:: plain
::
@@ -355,7 +355,7 @@
can be inserted given its Unicode code point in numeric form, either in
decimal:
-.. class:: plain
+.. rst-class:: plain
::
@@ -363,7 +363,7 @@
or hexadecimal:
-.. class:: plain
+.. rst-class:: plain
::
@@ -371,7 +371,7 @@
The characters ``{`` and ``}`` can be escaped by duplicating them:
-.. class:: plain
+.. rst-class:: plain
::
@@ -402,7 +402,7 @@
The following elements are supported:
-.. class:: plain
+.. rst-class:: plain
::
==============================================================================
Revision: 5e661bde7958
Branch: default
Author: Juan J. Martínez <
j...@usebox.net>
Date: Thu Apr 17 17:16:04 2014 UTC
Log: Fixed indentation
http://code.google.com/p/pyglet/source/detail?r=5e661bde7958
Modified:
/doc/programming_guide/text.txt
=======================================
--- /doc/programming_guide/text.txt Thu Apr 17 17:11:36 2014 UTC
+++ /doc/programming_guide/text.txt Thu Apr 17 17:16:04 2014 UTC
@@ -671,8 +671,8 @@
does not currently make use of the additional kerning and
ligature information within OpenType fonts.
In Windows a few will use the variant DEVICE_FONTTYPE and
may
- render bad, by example inconsolata.otf, from
-
http://levien.com/type/myfonts/inconsolata.html
+ render bad, by example inconsolata.otf, from
+
http://levien.com/type/myfonts/inconsolata.html
Some of the fonts found in internet may miss information for some operating
systems, others may have been written with work in progress tools not fully
==============================================================================
Revision: 80f89961c038
Branch: default
Author: Juan J. Martínez <
j...@usebox.net>
Date: Thu Apr 17 17:16:18 2014 UTC
Log: Create html directory (sphinx 1.2.2)
http://code.google.com/p/pyglet/source/detail?r=80f89961c038
Modified:
/doc/upload-doc-current.sh
=======================================
--- /doc/upload-doc-current.sh Sat Dec 7 20:07:53 2013 UTC
+++ /doc/upload-doc-current.sh Thu Apr 17 17:16:18 2014 UTC
@@ -5,6 +5,7 @@
PYGLET_DIR=/home/pyglet/www
make clean
+mkdir _build/html
make html
rsync -az --delete _build/html/ -e ssh
$PYGLET_USR@$PYGLET_ORG:$PYGLET_DIR/doc-current