search for: docutils

Displaying 20 results from an estimated 33 matches for "docutils".

2020 Sep 25
2
Re: Help on Meson build Error
...; > > > > .. code-block:: > > > > > > virsh [OPTION]... <command> <domain> [ARG]... > > > > This is a sign of having a bad version of "rst2html5" installed. > > > > We expect to be using rst2html5 that comes with python docutils > > package. > > Yeah, the python3-docutils Debian package will contain a working > rst2html5 binary. > > That's strange, my rst2html5 comes from docutils: python3-docutils: /usr/share/docutils/scripts/python3/rst2html5 and /usr/local/bin/rst2html5 --version rst2html5 (Doc...
2020 Sep 25
2
Re: Help on Meson build Error
...t; > > > > > virsh [OPTION]... <command> <domain> [ARG]... > > > > > > > > This is a sign of having a bad version of "rst2html5" installed. > > > > > > > > We expect to be using rst2html5 that comes with python docutils > > > > package. > > > > > > Yeah, the python3-docutils Debian package will contain a working > > > rst2html5 binary. > > > > > > > > That's strange, my rst2html5 comes from docutils: > > python3-docutils: /usr/share/docutils/...
2020 Sep 25
3
Re: Help on Meson build Error
...ode-block" directive: > 1 argument(s) required, 0 supplied. > > .. code-block:: > > virsh [OPTION]... <command> <domain> [ARG]... This is a sign of having a bad version of "rst2html5" installed. We expect to be using rst2html5 that comes with python docutils package. There is a completely different rst2html5 that people might get from "pip" if you did "pip install rst2html5". This version is broken and unusable and so needs to be removed. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberra...
2020 Sep 25
0
Re: Help on Meson build Error
...ure docs/manpages/ virkeycode-atset2.html.in -- /usr/local/bin/rst2html5 --stylesheet= --strict docs/manpages/virkeycode-atset2.rst TypeError: append() argument must be xml.etree.ElementTree.Element, not str Exiting due to error. Use "--traceback" to diagnose. Please report errors to <docutils-users@lists.sf.net>. Include "--traceback" output, Docutils version (0.16 [release]), Python version (3.8.2), your OS type & version, and the command line used. [969/1250] Generating virkeycode-atset1.html.in with a meson_exe.py custom command FAILED: docs/manpages/virkeycode-atset...
2020 Sep 25
2
Re: Help on Meson build Error
On Fri, Sep 25, 2020 at 04:44:24PM +0800, Wei Wang wrote: > On Fri, Sep 25, 2020 at 4:40 PM Andrea Bolognani <abologna@redhat.com> > wrote: > > > On Fri, 2020-09-25 at 16:21 +0800, Wei Wang wrote: > > > On Fri, Sep 25, 2020 at 3:56 PM Andrea Bolognani <abologna@redhat.com> > > wrote: > > > > On Fri, 2020-09-25 at 10:33 +0800, Wei Wang wrote:
2020 Sep 25
2
Re: Help on Meson build Error
...t; > > > .. code-block:: > > > > > > virsh [OPTION]... <command> <domain> [ARG]... > > > > This is a sign of having a bad version of "rst2html5" installed. > > > > We expect to be using rst2html5 that comes with python docutils > > package. > > Yeah, the python3-docutils Debian package will contain a working > rst2html5 binary. > > > There is a completely different rst2html5 that people might get > > from "pip" if you did "pip install rst2html5". This version is > &gt...
2020 Sep 25
0
Re: Help on Meson build Error
On Fri, 2020-09-25 at 17:46 +0800, Wei Wang wrote: > On Fri, Sep 25, 2020 at 5:35 PM Daniel P. Berrangé <berrange@redhat.com> wrote: > > On Fri, Sep 25, 2020 at 05:31:09PM +0800, Wei Wang wrote: > > > That's strange, my rst2html5 comes from docutils: > > > python3-docutils: /usr/share/docutils/scripts/python3/rst2html5 > > > > > > and > > > /usr/local/bin/rst2html5 --version > > > rst2html5 (Docutils 0.16 [release], Python 3.8.2, on linux) > > > > I wouldn't expect this to have bee...
2020 Sep 25
0
Re: Help on Meson build Error
...block:: > > > > > > > > virsh [OPTION]... <command> <domain> [ARG]... > > > > > > This is a sign of having a bad version of "rst2html5" installed. > > > > > > We expect to be using rst2html5 that comes with python docutils > > > package. > > > > Yeah, the python3-docutils Debian package will contain a working > > rst2html5 binary. > > > > > That's strange, my rst2html5 comes from docutils: > python3-docutils: /usr/share/docutils/scripts/python3/rst2html5 > > and...
2007 Dec 27
0
RST conversion of NUT documentation
...rnaud mentioned the RST conversion in his 2.2.1 announcement email, and the following is an update on what's happening. As you can see in r1195 of trunk/README, RST is a lightweight markup on top of plain text. The main source of information on RST (short for ReStructuredText) is here: http://docutils.sourceforge.net/rst.html I am volunteering to do the conversion of the documentation, but before we go wild in that direction, we should probably discuss how we can simplify the documentation somewhat. (That's the topic of another email.) Attached is the gzipped output of running the followin...
2008 Dec 09
7
[LLVMdev] Using ReST for documentation
...s upon) for new documentation on the grounds that this doesn't add too much overhead (generated HTML is already used for man pages, for example). Since it is better to use a single format for documentation, the rest of the docs should probably be also converted in the long term. [1] http://docutils.sourceforge.net/rst.html [2] http://llvm.org/docs/CompilerDriver.html (Note: this document is out of date; I've updated the style sheet since then.)
2020 Apr 30
2
Re: [Query] Facing issue in build libvirt6.0 on ubuntu 1804
Hi Michal, Please find the details below, rst2html5 1.10.6 (Docutils 0.16 [release], Python 3.6.9, on linux) is there any other way to access/control the guest os running on top QEMU ? Thanks, Ramesh On Thu, Apr 30, 2020 at 3:47 PM Michal Privoznik <mprivozn@redhat.com> wrote: > [Please keep the list CCed] > > On 4/30/20 12:02 PM, Ramesh B wrote:...
2008 Dec 09
0
[LLVMdev] Using ReST for documentation
...; grounds that this doesn't add too much overhead (generated HTML is > already used for man pages, for example). > > Since it is better to use a single format for documentation, the rest > of the docs should probably be also converted in the long term. > > > > [1] http://docutils.sourceforge.net/rst.html > > [2] http://llvm.org/docs/CompilerDriver.html > (Note: this document is out of date; I've updated the style sheet > since > then.) > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiu...
2016 Aug 15
2
Using isonum.txt substitutions in reST documents?
I'd like to use one of the special marks (the circle-R registered trademark symbol) on a webpage that's coded in .rst format. On an HTML page I'd use &reg; but I'm less comfortable with reST. It looks like I'd need to add .. include:: isonum.txt and then I could use the |reg| substitution in the body text. Would that work? Would anybody mind? I'd naively expect
2020 Sep 25
0
Re: Help on Meson build Error
...nt(s) required, 0 supplied. > > > > .. code-block:: > > > > virsh [OPTION]... <command> <domain> [ARG]... > > This is a sign of having a bad version of "rst2html5" installed. > > We expect to be using rst2html5 that comes with python docutils > package. Yeah, the python3-docutils Debian package will contain a working rst2html5 binary. > There is a completely different rst2html5 that people might get > from "pip" if you did "pip install rst2html5". This version is > broken and unusable and so needs to be...
2018 Dec 07
1
ZachVargas Requesting edit acess for "HowTos/I_need_the_Kernel_Source"
Username: ZachVargas Proposed subject of changes: #1 Update required packages for building CentOS-7 kernel sources. Add python-docutils (required for building sources for CentOS 7.6) to list of required packages and to 'yum install' directions. #2 Create personal wiki page at https://wiki.centos.org/ZachVargas Proposed location: #1 https://wiki.centos.org/HowTos/I_need_the_Kernel_Source under sub-section header '...
2007 May 07
0
RFC: Reference Documentation
...ad those. I''m going to start on this immediately, because this will make it very easy to make internals visible, and I''ll be able to add new reference types very easily. It''s also a goal of mine to make puppetdoc able to produce man-style pages, which is easy with docutils (all Puppet docs are written in Restructured Text, for which there''s only a parser in Python''s docutils). (Added as https://reductivelabs.com/trac/puppet/wiki/ ReferenceDocumentation) Comments? -- If you can''t be a good example, then you''ll just have...
2018 Jul 16
2
Difficulty trying to configure and installing XAPIAN!
...lib-devel-1.2.7-17.el7.x86_64 yum install libuuid-devel.x86_64 #for libuuid-devel-2.23.2-52.el7.x86_64 yum install uuid-devel.x86_64 #for uuid-devel-1.6.2-26.el7.x86_64 yum install graphviz #for graphviz-2.30.1-21.el7.x86_64 yum install help2man #for help2man-1.41.1-3.el7.noarch yum install python-docutils #for python-docutils-0.11-0.3.20130715svn7687.el7.noarch I installed xapian-core, xapian-omega, and xapian-bidings 1.4.5 in one centos 7 and I did not have this problem. Another question is what is the best way to configure xapian to be able to change the c++ base code? Thank you for your atten...
2020 Apr 30
6
[Query] Facing issue in build libvirt6.0 on ubuntu 1804
Hi all, I am trying to build libvirt 6.0 on ubuntu OS 18.04. Facing one issue libvirt source compilation. ============================================ <stdin>:215: (ERROR/3) Error in "code-block" directive: 1 argument(s) required, 0 supplied. .. code-block:: help [command-or-group] <stdin>:229: (ERROR/3) Error in "code-block" directive: 1 argument(s)
2008 Dec 09
0
[LLVMdev] Using ReST for documentation
...; grounds that this doesn't add too much overhead (generated HTML is > already used for man pages, for example). > > Since it is better to use a single format for documentation, the rest > of the docs should probably be also converted in the long term. > > > > [1] http://docutils.sourceforge.net/rst.html > > [2] http://llvm.org/docs/CompilerDriver.html > (Note: this document is out of date; I've updated the style sheet since > then.) > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu...
2010 Aug 09
1
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...for the documentation of Python projects, but C/C++ is > already supported as well. > > Sphinx uses reStructuredText as its markup language, and many of its strengths > come from the power and straightforwardness of reStructuredText and its > parsing and translating suite, the Docutils. > > > What Does Sphinx Do For LLVM? > ----------------------------- > > * Creates a unified documentation infrastructure. Sphinx can create man pages, > which we are currently using a seperate format to do. There is also work on > integrating doxygen. > * Is pretty...