source: general/prog/python-modules/sphinx.xml@ 74434cc

11.3 12.0 12.1 12.2 gimp3 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/for-12.3 xry111/llvm18 xry111/spidermonkey128 xry111/xf86-video-removal
Last change on this file since 74434cc was 74434cc, checked in by Pierre Labastie <pierre.labastie@…>, 2 years ago

Add test instructions to new python modules

  • Property mode set to 100644
File size: 6.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../../general.ent">
5 %general-entities;
6
7 <!ENTITY sphinx-download-http "https://github.com/sphinx-doc/sphinx/archive/v&sphinx-version;/sphinx-&sphinx-version;.tar.gz">
8 <!ENTITY sphinx-download-ftp " ">
9 <!ENTITY sphinx-md5sum "a8444ced81cd594d60d4af002a0e0025">
10 <!ENTITY sphinx-size "6.5 MB">
11 <!ENTITY sphinx-buildsize "2.6 MB">
12 <!ENTITY sphinx-time "less than 0.1 SBU">
13]>
14
15 <sect2 id="sphinx" xreflabel="sphinx-&sphinx-version;">
16
17 <title>Sphinx-&sphinx-version;</title>
18
19 <indexterm zone="sphinx">
20 <primary sortas="a-sphinx">sphinx</primary>
21 </indexterm>
22
23 <sect3 role="package">
24 <title>Introduction to Sphinx Module</title>
25
26 <para>
27 The <application>Sphinx</application> package is a set of tools
28 for translating some structured text formats into pretty documentation
29 in various formats.
30 </para>
31
32 &lfs112_checked;
33
34 <bridgehead renderas="sect4">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&sphinx-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&sphinx-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &sphinx-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &sphinx-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &sphinx-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &sphinx-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect4">Sphinx Dependencies</bridgehead>
69
70 <bridgehead renderas="sect5">Required</bridgehead>
71 <para role="required">
72 <xref linkend="alabaster"/>,
73 <xref linkend="babel"/>,
74 <xref linkend="docutils"/>,
75 <xref linkend="imagesize"/>,
76 <phrase revision="sysv"><xref linkend="Jinja2"/>,</phrase>
77 <xref linkend="packaging"/>,
78 <xref linkend="pygments"/>,
79 <xref linkend="requests"/>,
80 <xref linkend="snowballstemmer"/>,
81 <xref linkend="sc-applehelp"/>,
82 <xref linkend="sc-devhelp"/>,
83 <xref linkend="sc-htmlhelp"/>,
84 <xref linkend="sc-jsmath"/>,
85 <xref linkend="sc-qthelp"/>, and
86 <xref linkend="sc-serializinghtml"/>
87 </para>
88
89 <bridgehead renderas="sect5">Optional (for tests)</bridgehead>
90 <para role="optional">
91 <xref linkend="cython"/>,
92 <xref linkend="pytest"/>, and
93 <ulink url="https://pypi.org/project/html5lib/">html5lib</ulink>
94 </para>
95
96 </sect3>
97
98 <sect3 role="installation">
99 <title>Installation of Sphinx</title>
100
101 <para> Build the module: </para>
102
103<screen><userinput>pip3 wheel -w dist --no-build-isolation --no-deps $PWD</userinput></screen>
104
105 <para>
106 Now, as the <systemitem class="username">root</systemitem> user:
107 </para>
108
109<screen role="root"><userinput>pip3 install --no-index --find-links dist --no-cache-dir --no-user sphinx</userinput></screen>
110
111 <para>
112 Assuming <xref linkend="cython"/> and <xref linkend="pytest"/> are
113 installed, but the other optional dependency is not, the installation
114 can be tested with the following commands:
115 </para>
116
117<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
118source testenv/bin/activate &amp;&amp;
119pip3 install html5lib &amp;&amp;
120python3 /usr/bin/pytest<!-- no && because of a possible error -->
121deactivate</userinput></screen>
122
123 </sect3>
124
125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126 href="../../../xincludes/pip3-cmd-explain.xml"/>
127
128 <sect3 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>
138 sphinx-apidoc, sphinx-autogen, sphinx-build, and sphinx-quickstart
139 </seg>
140 <seg>None</seg>
141 <seg>
142 /usr/lib/python&python3-majorver;/site-packages/sphinx and
143 /usr/lib/python&python3-majorver;/site-packages/sphinx-&sphinx-version;.dist-info
144 </seg>
145 </seglistitem>
146 </segmentedlist>
147
148 <variablelist>
149 <bridgehead renderas="sect5">Short Descriptions</bridgehead>
150 <?dbfo list-presentation="list"?>
151 <?dbhtml list-presentation="table"?>
152
153 <varlistentry id="sphinx-apidoc">
154 <term><command>sphinx-apidoc</command></term>
155 <listitem>
156 <para>
157 creates an reST file from python modules and packages
158 </para>
159 <indexterm zone="sphinx sphinx-apidoc">
160 <primary sortas="b-sphinx-apidoc">sphinx-apidoc</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="sphinx-autogen">
166 <term><command>sphinx-autogen</command></term>
167 <listitem>
168 <para>
169 generates ReStructuredText from special directives contained
170 in given input files
171 </para>
172 <indexterm zone="sphinx sphinx-autogen">
173 <primary sortas="b-sphinx-autogen">sphinx-autogen</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="sphinx-build">
179 <term><command>sphinx-build</command></term>
180 <listitem>
181 <para>
182 generates documentation in various formats from ReStructuredText
183 source files
184 </para>
185 <indexterm zone="sphinx sphinx-build">
186 <primary sortas="b-sphinx-build">sphinx-build</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="sphinx-quickstart">
192 <term><command>sphinx-quickstart</command></term>
193 <listitem>
194 <para>
195 generates required files for a sphinx project
196 </para>
197 <indexterm zone="sphinx sphinx-quickstart">
198 <primary sortas="b-sphinx-quickstart">sphinx-quickstart</primary>
199 </indexterm>
200 </listitem>
201 </varlistentry>
202
203 </variablelist>
204
205 </sect3>
206
207 </sect2>
Note: See TracBrowser for help on using the repository browser.