Google Code Exporter
Google Code Exporter
``` What steps will reproduce the problem? 1. setup Sphinx project 2. set language='ja' 3. add index line to somewhere such as .. index:: something What is the expected output?...
``` What steps will reproduce the problem? 1. Create this stylesheet: { "fontsAlias": {"stdBold": "Sans-Bold", "stdMonoBold": "Monospace-Bold" }, "styles": [ ["bold", { "fontName": "stdBold"}]] } 2. Create and compile rst...
``` Something like this: .. class:: right | foo | bar | baz Has totally different leading than the same wihtout the class. ``` Original issue reported on code.google.com by...
``` Is there a way I can make rst2pdf keep the inline syntax highlighting -- which is done using custom roles: .. role:: py(code) :language: python :class: highlight Test inline:...
``` What steps will reproduce the problem? 1. Create a document such as: .. image:: foo.jpg :align: right Some text Some more text 2. rst2pdf foo.rst --use-floating-images foo.pdf What is...
``` The number of pages shown by the ###Total### magic token is one too large. I have created a document without any page counter modifications. It contains a title page...
``` In issue #1 user expressed his concern about this already and I have to agree with him/her. It would be very suggested to implement a fallback scenario. For example...
``` What steps will reproduce the problem? While trying out your cool lib I get some access violations using it in my code and also using the example projects. function...
``` Describe the requested feature: A "pb_seek" interface that tells nanopb to update its internal state to match some other buffer write done outside of the nanopb framework. In what...
``` Describe the requested feature: Create a fuzzer that generates three files: foo.proto, encode_foo.c and decode_foo.c. These should be structured similar to the alltypes test cases. The files should contain...