Skip to content

Commit e0470bf

Browse files
committed
deploy: babb98d
1 parent dea78ba commit e0470bf

File tree

82 files changed

+739
-3446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+739
-3446
lines changed

master/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: cb80e673be690315d1e2565dfbdcf760
3+
config: 9402ee8e9b28cf894e5252baef3fb403
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

master/_sources/api/language.rst.txt

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ The following languages are supported:
2525

2626
.. autodata:: FR
2727

28+
.. autodata:: HU
29+
2830
.. autodata:: IT
2931

3032
.. autodata:: NL

master/_sources/api/strings.rst.txt

-12
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,6 @@
55
Strings (:mod:`rinoh.strings`)
66
==============================
77

8-
.. autoclass:: String
9-
:members:
10-
11-
12-
.. autoclass:: StringCollection
13-
:members:
14-
15-
16-
.. autoclass:: UserStrings
17-
:members:
18-
19-
208
.. autoclass:: Strings
219
:members:
2210

master/_sources/api/structure.rst.txt

-7
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ Sections
1717
:members:
1818

1919

20-
.. autoclass:: SectionTitles
21-
:members:
22-
23-
2420
Lists
2521
~~~~~
2622

@@ -50,9 +46,6 @@ Adminitions
5046
.. autoclass:: Admonition
5147
:members:
5248

53-
.. autoclass:: AdmonitionTitles
54-
:members:
55-
5649

5750
Horizontal Rule
5851
~~~~~~~~~~~~~~~

master/_sources/basicstyling.rst.txt

+4-5
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,10 @@ distinction is only visible when using multiple columns for the page contents
167167

168168
The standard document strings configured by the
169169
:attr:`~.DocumentTemplate.language` option described above can be overridden by
170-
user-defined strings in the :class:`~.SectionTitles` and
171-
:class:`~.AdmonitionTitles` sections of the configuration file. For example,
172-
the default title for the table of contents section (*Table of Contents*) is
173-
replaced with *Contents*. The configuration also sets custom titles for the
174-
caution and warning admonitions.
170+
user-defined strings in the ``STRINGS`` section of the configuration file. For
171+
example, the default title for the table of contents section (*Table of
172+
Contents*) is replaced with *Contents*. The configuration also sets custom
173+
titles for the caution and warning admonitions.
175174

176175
The others sections in the configuration file are the ``VARIABLES`` section,
177176
followed by document part and page template sections. Similar to style sheets,

master/_static/sphinx_immaterial_theme.961ebdc0ecf60126a.min.css master/_static/sphinx_immaterial_theme.00322fdd924c915f5.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

master/_static/sphinx_immaterial_theme.1b5b7a2d5891aec19.min.js master/_static/sphinx_immaterial_theme.f9d9eeeb247ace16c.min.js

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

master/api/api.html

+4-6
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
3333

3434

35-
<link rel="stylesheet" type="text/css" href="../_static/sphinx_immaterial_theme.961ebdc0ecf60126a.min.css" />
35+
<link rel="stylesheet" type="text/css" href="../_static/sphinx_immaterial_theme.00322fdd924c915f5.min.css" />
3636
<link rel="stylesheet" type="text/css" href="../_static/tweaks.css" />
3737
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
3838

@@ -1206,6 +1206,7 @@ <h1 id="api-documentation">API Documentation<a class="headerlink" href="#api-doc
12061206
<li class="toctree-l2"><a class="reference internal" href="language.html#rinoh.language.EN">rinoh.language.EN</a></li>
12071207
<li class="toctree-l2"><a class="reference internal" href="language.html#rinoh.language.ES">rinoh.language.ES</a></li>
12081208
<li class="toctree-l2"><a class="reference internal" href="language.html#rinoh.language.FR">rinoh.language.FR</a></li>
1209+
<li class="toctree-l2"><a class="reference internal" href="language.html#rinoh.language.HU">rinoh.language.HU</a></li>
12091210
<li class="toctree-l2"><a class="reference internal" href="language.html#rinoh.language.IT">rinoh.language.IT</a></li>
12101211
<li class="toctree-l2"><a class="reference internal" href="language.html#rinoh.language.NL">rinoh.language.NL</a></li>
12111212
<li class="toctree-l2"><a class="reference internal" href="language.html#rinoh.language.PL">rinoh.language.PL</a></li>
@@ -1272,9 +1273,6 @@ <h1 id="api-documentation">API Documentation<a class="headerlink" href="#api-doc
12721273
</ul>
12731274
</li>
12741275
<li class="toctree-l1"><a class="reference internal" href="strings.html">Strings (<code class="xref py py-mod docutils literal notranslate"><span class="pre">rinoh.strings</span></code>)</a><ul>
1275-
<li class="toctree-l2"><a class="reference internal" href="strings.html#rinoh.strings.String">rinoh.strings.String</a></li>
1276-
<li class="toctree-l2"><a class="reference internal" href="strings.html#rinoh.strings.StringCollection">rinoh.strings.StringCollection</a></li>
1277-
<li class="toctree-l2"><a class="reference internal" href="strings.html#rinoh.strings.UserStrings">rinoh.strings.UserStrings</a></li>
12781276
<li class="toctree-l2"><a class="reference internal" href="strings.html#rinoh.strings.Strings">rinoh.strings.Strings</a></li>
12791277
<li class="toctree-l2"><a class="reference internal" href="strings.html#rinoh.strings.StringField">rinoh.strings.StringField</a></li>
12801278
</ul>
@@ -1369,7 +1367,7 @@ <h1 id="api-documentation">API Documentation<a class="headerlink" href="#api-doc
13691367
<div class="md-copyright">
13701368

13711369
<div class="md-footer-copyright__highlight">
1372-
&#169; Copyright 2023, Brecht Machiels and contributors.
1370+
&#169; Copyright 2024, Brecht Machiels and contributors.
13731371

13741372
</div>
13751373

@@ -1394,7 +1392,7 @@ <h1 id="api-documentation">API Documentation<a class="headerlink" href="#api-doc
13941392
<script id="__config" type="application/json">{"base": "..", "features": ["navigation.expand", "navigation.sections", "navigation.instant"], "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "version": {"provider": "mike", "staticVersions": null, "versionPath": "../im_versions.json"}}</script>
13951393

13961394

1397-
<script src="../_static/sphinx_immaterial_theme.1b5b7a2d5891aec19.min.js"></script>
1395+
<script src="../_static/sphinx_immaterial_theme.f9d9eeeb247ace16c.min.js"></script>
13981396

13991397
</body>
14001398
</html>

master/api/attribute.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
3333

3434

35-
<link rel="stylesheet" type="text/css" href="../_static/sphinx_immaterial_theme.961ebdc0ecf60126a.min.css" />
35+
<link rel="stylesheet" type="text/css" href="../_static/sphinx_immaterial_theme.00322fdd924c915f5.min.css" />
3636
<link rel="stylesheet" type="text/css" href="../_static/tweaks.css" />
3737
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
3838

@@ -1330,7 +1330,7 @@ <h1 id="module-rinoh.attribute"><span id="attribute-rinoh-attribute"></span><spa
13301330
<div class="md-copyright">
13311331

13321332
<div class="md-footer-copyright__highlight">
1333-
&#169; Copyright 2023, Brecht Machiels and contributors.
1333+
&#169; Copyright 2024, Brecht Machiels and contributors.
13341334

13351335
</div>
13361336

@@ -1355,7 +1355,7 @@ <h1 id="module-rinoh.attribute"><span id="attribute-rinoh-attribute"></span><spa
13551355
<script id="__config" type="application/json">{"base": "..", "features": ["navigation.expand", "navigation.sections", "navigation.instant"], "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "version": {"provider": "mike", "staticVersions": null, "versionPath": "../im_versions.json"}}</script>
13561356

13571357

1358-
<script src="../_static/sphinx_immaterial_theme.1b5b7a2d5891aec19.min.js"></script>
1358+
<script src="../_static/sphinx_immaterial_theme.f9d9eeeb247ace16c.min.js"></script>
13591359

13601360
</body>
13611361
</html>

master/api/color.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
3333

3434

35-
<link rel="stylesheet" type="text/css" href="../_static/sphinx_immaterial_theme.961ebdc0ecf60126a.min.css" />
35+
<link rel="stylesheet" type="text/css" href="../_static/sphinx_immaterial_theme.00322fdd924c915f5.min.css" />
3636
<link rel="stylesheet" type="text/css" href="../_static/tweaks.css" />
3737
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
3838

@@ -1410,7 +1410,7 @@ <h1 id="module-rinoh.color"><span id="color-rinoh-color"></span><span id="color"
14101410
<div class="md-copyright">
14111411

14121412
<div class="md-footer-copyright__highlight">
1413-
&#169; Copyright 2023, Brecht Machiels and contributors.
1413+
&#169; Copyright 2024, Brecht Machiels and contributors.
14141414

14151415
</div>
14161416

@@ -1435,7 +1435,7 @@ <h1 id="module-rinoh.color"><span id="color-rinoh-color"></span><span id="color"
14351435
<script id="__config" type="application/json">{"base": "..", "features": ["navigation.expand", "navigation.sections", "navigation.instant"], "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "version": {"provider": "mike", "staticVersions": null, "versionPath": "../im_versions.json"}}</script>
14361436

14371437

1438-
<script src="../_static/sphinx_immaterial_theme.1b5b7a2d5891aec19.min.js"></script>
1438+
<script src="../_static/sphinx_immaterial_theme.f9d9eeeb247ace16c.min.js"></script>
14391439

14401440
</body>
14411441
</html>

master/api/dimension.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
3333

3434

35-
<link rel="stylesheet" type="text/css" href="../_static/sphinx_immaterial_theme.961ebdc0ecf60126a.min.css" />
35+
<link rel="stylesheet" type="text/css" href="../_static/sphinx_immaterial_theme.00322fdd924c915f5.min.css" />
3636
<link rel="stylesheet" type="text/css" href="../_static/tweaks.css" />
3737
<script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
3838

@@ -1397,7 +1397,7 @@ <h1 id="module-rinoh.dimension"><span id="dimension-rinoh-dimension"></span><spa
13971397
<div class="md-copyright">
13981398

13991399
<div class="md-footer-copyright__highlight">
1400-
&#169; Copyright 2023, Brecht Machiels and contributors.
1400+
&#169; Copyright 2024, Brecht Machiels and contributors.
14011401

14021402
</div>
14031403

@@ -1422,7 +1422,7 @@ <h1 id="module-rinoh.dimension"><span id="dimension-rinoh-dimension"></span><spa
14221422
<script id="__config" type="application/json">{"base": "..", "features": ["navigation.expand", "navigation.sections", "navigation.instant"], "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version.title": "Select version"}, "version": {"provider": "mike", "staticVersions": null, "versionPath": "../im_versions.json"}}</script>
14231423

14241424

1425-
<script src="../_static/sphinx_immaterial_theme.1b5b7a2d5891aec19.min.js"></script>
1425+
<script src="../_static/sphinx_immaterial_theme.f9d9eeeb247ace16c.min.js"></script>
14261426

14271427
</body>
14281428
</html>

0 commit comments

Comments
 (0)