Skip to content

Commit aee932d

Browse files
committed
deploy: 6389a97
1 parent 102afbe commit aee932d

6 files changed

Lines changed: 7 additions & 43 deletions

File tree

_sources/reference/_autoapi/docbuild/constants/index.rst.txt

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Attributes
2626
docbuild.constants.SINGLE_LANG_REGEX
2727
docbuild.constants.MULTIPLE_LANG_REGEX
2828
docbuild.constants.LIFECYCLES_STR
29-
docbuild.constants.SEPARATORS
30-
docbuild.constants.RE_SEPARATORS
3129
docbuild.constants.PROJECT_DIR
3230
docbuild.constants.USER_CONFIG_DIR
3331
docbuild.constants.SYSTEM_CONFIG_DIR
@@ -117,18 +115,6 @@ Module Contents
117115
Regex for lifecycle states, separated by pipe (|).
118116
119117

120-
.. py:data:: SEPARATORS
121-
:value: '[ :;]+'
122-
123-
124-
Regex string for separators used in doctype strings.
125-
126-
127-
.. py:data:: RE_SEPARATORS
128-
129-
Compiled regex for separators used in doctype strings.
130-
131-
132118
.. py:data:: PROJECT_DIR
133119
134120
The current working directory, used as the project directory.

changelog.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,8 @@
447447
<section id="change-log">
448448
<h1>Change Log<a class="headerlink" href="#change-log" title="Link to this heading">#</a></h1>
449449
<p>All notable changes to this project will be documented in this file.</p>
450-
<p>The format is based on <a class="reference external" href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a class="reference external" href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
450+
<p>The format is based on <a class="reference external" href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>
451+
and adheres to <a class="reference external" href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
451452
<p>Changes for the upcoming release can be found in the
452453
<a class="reference external" href="https://github.com/openSUSE/docbuild/tree/main/changelog.d">“changelog.d” directory</a> of the repository.</p>
453454
<section id="version-0-13-0">
@@ -459,7 +460,8 @@ <h3>Improved Documentation<a class="headerlink" href="#improved-documentation" t
459460
<li><p>Clarify some steps when creating a release. (<a class="extlink-gh reference external" href="https://github.com/openSUSE/docbuild/issues/59">GH #59</a>)</p></li>
460461
<li><p>Improve documentation clarity and usability:</p>
461462
<ul>
462-
<li><p>Update external links for <code class="docutils literal notranslate"><span class="pre">uv</span></code>, <code class="docutils literal notranslate"><span class="pre">towncrier</span></code>, <code class="docutils literal notranslate"><span class="pre">reStructuredText</span></code>, Sphinx, <code class="docutils literal notranslate"><span class="pre">jing</span></code>, and RNC schema to official resources.</p></li>
463+
<li><p>Update external links for <code class="docutils literal notranslate"><span class="pre">uv</span></code>, <code class="docutils literal notranslate"><span class="pre">towncrier</span></code>, <code class="docutils literal notranslate"><span class="pre">reStructuredText</span></code>,
464+
Sphinx, <code class="docutils literal notranslate"><span class="pre">jing</span></code>, and RNC schema to official resources.</p></li>
463465
<li><p>Remove <code class="docutils literal notranslate"><span class="pre">$</span></code> prefixes from shell command examples for easier copy-pasting.</p></li>
464466
<li><p>Add a brief explanation for the <code class="docutils literal notranslate"><span class="pre">--frozen</span></code> flag usage with <strong class="command">uv sync</strong>.</p></li>
465467
<li><p>Enhance descriptions and links in the “External tools” section. (<a class="extlink-gh reference external" href="https://github.com/openSUSE/docbuild/issues/62">GH #62</a>)</p></li>

genindex.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,8 +1567,6 @@ <h2 id="P">P</h2>
15671567
<h2 id="R">R</h2>
15681568
<table style="width: 100%" class="indextable genindextable"><tr>
15691569
<td style="width: 33%; vertical-align: top;"><ul>
1570-
<li><a href="reference/_autoapi/docbuild/constants/index.html#docbuild.constants.RE_SEPARATORS">RE_SEPARATORS (in module docbuild.constants)</a>
1571-
</li>
15721570
<li><a href="reference/_autoapi/docbuild/models/metadata/Metadata.html#docbuild.models.metadata.Metadata.read">read() (docbuild.models.metadata.Metadata method)</a>
15731571
</li>
15741572
<li><a href="reference/_autoapi/docbuild/models/deliverable/Deliverable.html#docbuild.models.deliverable.Deliverable.relpath">relpath (docbuild.models.deliverable.Deliverable property)</a>
@@ -1579,10 +1577,10 @@ <h2 id="R">R</h2>
15791577
</li>
15801578
<li><a href="reference/_autoapi/docbuild/cli/cmd_repo/index.html#docbuild.cli.cmd_repo.repo">repo() (in module docbuild.cli.cmd_repo)</a>
15811579
</li>
1582-
</ul></td>
1583-
<td style="width: 33%; vertical-align: top;"><ul>
15841580
<li><a href="reference/_autoapi/docbuild/models/deliverable/Deliverable.html#docbuild.models.deliverable.Deliverable.repo_path">repo_path (docbuild.models.deliverable.Deliverable property)</a>
15851581
</li>
1582+
</ul></td>
1583+
<td style="width: 33%; vertical-align: top;"><ul>
15861584
<li>
15871585
REPOS
15881586

@@ -1613,8 +1611,6 @@ <h2 id="S">S</h2>
16131611
<li><a href="reference/_autoapi/docbuild/models/metadata/Metadata.html#docbuild.models.metadata.Metadata.seo_social_descr">seo_social_descr (docbuild.models.metadata.Metadata attribute)</a>
16141612
</li>
16151613
<li><a href="reference/_autoapi/docbuild/models/metadata/Metadata.html#docbuild.models.metadata.Metadata.seo_title">seo_title (docbuild.models.metadata.Metadata attribute)</a>
1616-
</li>
1617-
<li><a href="reference/_autoapi/docbuild/constants/index.html#docbuild.constants.SEPARATORS">SEPARATORS (in module docbuild.constants)</a>
16181614
</li>
16191615
<li><a href="reference/_autoapi/docbuild/models/metadata/Metadata.html#docbuild.models.metadata.Metadata.series">series (docbuild.models.metadata.Metadata attribute)</a>
16201616
</li>

objects.inv

-19 Bytes
Binary file not shown.

reference/_autoapi/docbuild/constants/index.html

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -604,12 +604,6 @@ <h2>Attributes<a class="headerlink" href="#attributes" title="Link to this headi
604604
<tr class="row-even"><td><p><a class="reference internal" href="#docbuild.constants.LIFECYCLES_STR" title="docbuild.constants.LIFECYCLES_STR"><code class="xref py py-obj docutils literal notranslate"><span class="pre">LIFECYCLES_STR</span></code></a></p></td>
605605
<td><p>Regex for lifecycle states, separated by pipe (|).</p></td>
606606
</tr>
607-
<tr class="row-odd"><td><p><a class="reference internal" href="#docbuild.constants.SEPARATORS" title="docbuild.constants.SEPARATORS"><code class="xref py py-obj docutils literal notranslate"><span class="pre">SEPARATORS</span></code></a></p></td>
608-
<td><p>Regex string for separators used in doctype strings.</p></td>
609-
</tr>
610-
<tr class="row-even"><td><p><a class="reference internal" href="#docbuild.constants.RE_SEPARATORS" title="docbuild.constants.RE_SEPARATORS"><code class="xref py py-obj docutils literal notranslate"><span class="pre">RE_SEPARATORS</span></code></a></p></td>
611-
<td><p>Compiled regex for separators used in doctype strings.</p></td>
612-
</tr>
613607
<tr class="row-odd"><td><p><a class="reference internal" href="#docbuild.constants.PROJECT_DIR" title="docbuild.constants.PROJECT_DIR"><code class="xref py py-obj docutils literal notranslate"><span class="pre">PROJECT_DIR</span></code></a></p></td>
614608
<td><p>The current working directory, used as the project directory.</p></td>
615609
</tr>
@@ -721,18 +715,6 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
721715
<dd><p>Regex for lifecycle states, separated by pipe (|).</p>
722716
</dd></dl>
723717

724-
<dl class="py data">
725-
<dt class="sig sig-object py" id="docbuild.constants.SEPARATORS">
726-
<span class="sig-prename descclassname"><span class="pre">docbuild.constants.</span></span><span class="sig-name descname"><span class="pre">SEPARATORS</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'[</span> <span class="pre">:;]+'</span></em><a class="headerlink" href="#docbuild.constants.SEPARATORS" title="Link to this definition">#</a></dt>
727-
<dd><p>Regex string for separators used in doctype strings.</p>
728-
</dd></dl>
729-
730-
<dl class="py data">
731-
<dt class="sig sig-object py" id="docbuild.constants.RE_SEPARATORS">
732-
<span class="sig-prename descclassname"><span class="pre">docbuild.constants.</span></span><span class="sig-name descname"><span class="pre">RE_SEPARATORS</span></span><a class="headerlink" href="#docbuild.constants.RE_SEPARATORS" title="Link to this definition">#</a></dt>
733-
<dd><p>Compiled regex for separators used in doctype strings.</p>
734-
</dd></dl>
735-
736718
<dl class="py data">
737719
<dt class="sig sig-object py" id="docbuild.constants.PROJECT_DIR">
738720
<span class="sig-prename descclassname"><span class="pre">docbuild.constants.</span></span><span class="sig-name descname"><span class="pre">PROJECT_DIR</span></span><a class="headerlink" href="#docbuild.constants.PROJECT_DIR" title="Link to this definition">#</a></dt>
@@ -869,8 +851,6 @@ <h2>Module Contents<a class="headerlink" href="#module-contents" title="Link to
869851
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#docbuild.constants.SINGLE_LANG_REGEX"><code class="docutils literal notranslate"><span class="pre">SINGLE_LANG_REGEX</span></code></a></li>
870852
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#docbuild.constants.MULTIPLE_LANG_REGEX"><code class="docutils literal notranslate"><span class="pre">MULTIPLE_LANG_REGEX</span></code></a></li>
871853
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#docbuild.constants.LIFECYCLES_STR"><code class="docutils literal notranslate"><span class="pre">LIFECYCLES_STR</span></code></a></li>
872-
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#docbuild.constants.SEPARATORS"><code class="docutils literal notranslate"><span class="pre">SEPARATORS</span></code></a></li>
873-
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#docbuild.constants.RE_SEPARATORS"><code class="docutils literal notranslate"><span class="pre">RE_SEPARATORS</span></code></a></li>
874854
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#docbuild.constants.PROJECT_DIR"><code class="docutils literal notranslate"><span class="pre">PROJECT_DIR</span></code></a></li>
875855
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#docbuild.constants.USER_CONFIG_DIR"><code class="docutils literal notranslate"><span class="pre">USER_CONFIG_DIR</span></code></a></li>
876856
<li class="toc-h3 nav-item toc-entry"><a class="reference internal nav-link" href="#docbuild.constants.SYSTEM_CONFIG_DIR"><code class="docutils literal notranslate"><span class="pre">SYSTEM_CONFIG_DIR</span></code></a></li>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)