Skip to content

Commit

Permalink
deploy: 17eea9a
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Oct 12, 2023
1 parent 29a20ea commit c42c3aa
Show file tree
Hide file tree
Showing 56 changed files with 336 additions and 328 deletions.
2 changes: 1 addition & 1 deletion latest/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: f05b62ee90aec6bf162d4851082f307e
config: 554742a8284f73c46c17d8a00e587a2e
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified latest/.doctrees/api.doctree
Binary file not shown.
Binary file modified latest/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified latest/.doctrees/dev/contributing.doctree
Binary file not shown.
Binary file modified latest/.doctrees/dev/reference/mdpo.cli.doctree
Binary file not shown.
Binary file modified latest/.doctrees/dev/reference/mdpo.io.doctree
Binary file not shown.
Binary file modified latest/.doctrees/dev/reference/mdpo.md2po.doctree
Binary file not shown.
Binary file modified latest/.doctrees/dev/reference/mdpo.md4c.doctree
Binary file not shown.
Binary file modified latest/.doctrees/dev/reference/mdpo.mdpo2html.doctree
Binary file not shown.
Binary file modified latest/.doctrees/dev/reference/mdpo.po2md.doctree
Binary file not shown.
Binary file modified latest/.doctrees/dev/reference/mdpo.text.doctree
Binary file not shown.
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified latest/.doctrees/pre-commit-hooks.doctree
Binary file not shown.
15 changes: 7 additions & 8 deletions latest/_sources/dev/contributing.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,18 @@ Development install
cd mdpo
pip install hatch
Test
====
Run tests
=========

.. code-block:: sh
hatch run tests:unit
# `hatch run tests:integration`
# `hatch run tests:all`
# `hatch run tests:cov`
# hatch run tests:all
# hatch run tests:cov
Lint
====
Linting and formatting
======================

.. code-block:: sh
Expand All @@ -36,7 +35,7 @@ Build documentation
.. code-block:: sh
hatch run docs:build
# `hatch run docs:serve`
# hatch run docs:serve
Release
=======
Expand Down
16 changes: 8 additions & 8 deletions latest/_sources/pre-commit-hooks.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ so you don't need to specify them.
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v1.1.3
rev: v1.1.4
hooks:
- id: md2po
args:
Expand All @@ -32,7 +32,7 @@ so you don't need to specify them.
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v1.1.3
rev: v1.1.4
hooks:
- id: md2po
files: ^README\.md
Expand All @@ -53,7 +53,7 @@ po2md
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v1.1.3
rev: v1.1.4
hooks:
- id: po2md
args:
Expand All @@ -68,7 +68,7 @@ po2md
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v1.1.3
rev: v1.1.4
hooks:
- id: po2md
files: ^README\.md
Expand All @@ -91,7 +91,7 @@ md2po2md
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v1.1.3
rev: v1.1.4
hooks:
- id: md2po2md
args:
Expand All @@ -107,7 +107,7 @@ md2po2md
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v1.1.3
rev: v1.1.4
hooks:
- id: md2po2md
files: ^README\.md
Expand All @@ -126,7 +126,7 @@ mdpo2html
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v1.1.3
rev: v1.1.4
hooks:
- id: mdpo2html
args:
Expand All @@ -141,7 +141,7 @@ mdpo2html
.. code-block:: yaml
- repo: https://github.com/mondeja/mdpo
rev: v1.1.3
rev: v1.1.4
hooks:
- id: mdpo2html
files: ^README\.html
Expand Down
2 changes: 1 addition & 1 deletion latest/_static/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion latest/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.1.3',
VERSION: '1.1.4',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
1 change: 1 addition & 0 deletions latest/_static/pygments.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
.highlight .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
.highlight .gr { color: #E40000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #008400 } /* Generic.Inserted */
Expand Down
115 changes: 61 additions & 54 deletions latest/api.html

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion latest/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Changelog &mdash; mdpo 1.1.3 documentation</title>
<title>Changelog &mdash; mdpo 1.1.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -63,6 +63,7 @@
<li class="toctree-l1"><a class="reference internal" href="api.html">Public mdpo APIs</a></li>
<li class="toctree-l1"><a class="reference internal" href="pre-commit-hooks.html">pre-commit hooks</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#release-v1-1-4">v1.1.4</a></li>
<li class="toctree-l2"><a class="reference internal" href="#release-v1-1-3">v1.1.3</a></li>
<li class="toctree-l2"><a class="reference internal" href="#release-v1-1-2">v1.1.2</a></li>
<li class="toctree-l2"><a class="reference internal" href="#release-v1-1-1">v1.1.1</a></li>
Expand Down Expand Up @@ -194,6 +195,13 @@

<section id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
<section id="release-v1-1-4">
<h2>v1.1.4<a class="headerlink" href="#release-v1-1-4" title="Permalink to this headline"></a></h2>
<p><em>Released on 2023-08-10 - <a class="reference external" href="https://github.com/mondeja/mdpo/releases/tag/v1.1.4">GitHub</a> - <a class="reference external" href="https://pypi.org/project/mdpo/v1.1.4/">PyPI</a></em></p>
<p>Chore:</p>
<ul>
<li>Added initial support for Python 3.12</li>
</ul></section>
<section id="release-v1-1-3">
<h2>v1.1.3<a class="headerlink" href="#release-v1-1-3" title="Permalink to this headline"></a></h2>
<p><em>Released on 2023-03-04 - <a class="reference external" href="https://github.com/mondeja/mdpo/releases/tag/v1.1.3">GitHub</a> - <a class="reference external" href="https://pypi.org/project/mdpo/v1.1.3/">PyPI</a></em></p>
Expand Down
2 changes: 1 addition & 1 deletion latest/cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Command line interfaces &mdash; mdpo 1.1.3 documentation</title>
<title>Command line interfaces &mdash; mdpo 1.1.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down
10 changes: 5 additions & 5 deletions latest/commands.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Customizing extraction &mdash; mdpo 1.1.3 documentation</title>
<title>Customizing extraction &mdash; mdpo 1.1.4 documentation</title>
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -146,7 +146,7 @@ <h2>Disabling extraction<a class="headerlink" href="#disabling-extraction" title
<span class="gp">... </span><span class="s1">&lt;!-- mdpo-enable --&gt;</span>
<span class="gp">... </span><span class="s1">All content from here will be extracted...</span>
<span class="gp">... </span><span class="s1">&#39;&#39;&#39;</span>
<span class="go">&gt;&gt;&gt;</span>
<span class="gp">&gt;&gt;&gt;</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">pofile</span> <span class="o">=</span> <span class="n">markdown_to_pofile</span><span class="p">(</span><span class="n">md_content</span><span class="p">)</span>
<span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">pofile</span><span class="p">)</span>
<span class="go">#</span>
Expand Down Expand Up @@ -209,7 +209,7 @@ <h2>Contextual markers<a class="headerlink" href="#contextual-markers" title="Pe
<span class="gp">... </span><span class="s1">&lt;!-- mdpo-context might --&gt;</span>
<span class="gp">... </span><span class="s1">May</span>
<span class="gp">... </span><span class="s1">&#39;&#39;&#39;</span>
<span class="go">&gt;&gt;&gt;</span>
<span class="gp">&gt;&gt;&gt;</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">pofile</span> <span class="o">=</span> <span class="n">markdown_to_pofile</span><span class="p">(</span><span class="n">content</span><span class="p">)</span>
<span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">pofile</span><span class="p">)</span>
<span class="go">#</span>
Expand Down Expand Up @@ -252,7 +252,7 @@ <h2>Contextual markers<a class="headerlink" href="#contextual-markers" title="Pe
<span class="gp">...</span>
<span class="gp">... </span><span class="s1">Another paragraph.</span>
<span class="gp">... </span><span class="s1">&#39;&#39;&#39;</span>
<span class="go">&gt;&gt;&gt;</span>
<span class="gp">&gt;&gt;&gt;</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">pofile</span> <span class="o">=</span> <span class="n">markdown_to_pofile</span><span class="p">(</span><span class="n">content</span><span class="p">)</span>
<span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">pofile</span><span class="p">)</span>
<span class="go">msgid &quot;&quot;</span>
Expand All @@ -275,7 +275,7 @@ <h2>Contextual markers<a class="headerlink" href="#contextual-markers" title="Pe
<span class="gp">... </span><span class="s1">var hola = &quot;mundo&quot;;</span>
<span class="gp">... </span><span class="s1">```</span>
<span class="gp">... </span><span class="s1">&#39;&#39;&#39;</span>
<span class="go">&gt;&gt;&gt;</span>
<span class="gp">&gt;&gt;&gt;</span>
<span class="gp">&gt;&gt;&gt; </span><span class="n">pofile</span> <span class="o">=</span> <span class="n">markdown_to_pofile</span><span class="p">(</span><span class="n">content</span><span class="p">)</span>
<span class="gp">&gt;&gt;&gt; </span><span class="nb">print</span><span class="p">(</span><span class="n">pofile</span><span class="p">)</span>
<span class="go">msgid &quot;&quot;</span>
Expand Down
21 changes: 10 additions & 11 deletions latest/dev/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contributing &mdash; mdpo 1.1.3 documentation</title>
<title>Contributing &mdash; mdpo 1.1.4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -68,8 +68,8 @@
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Contributing</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#development-install">Development install</a></li>
<li class="toctree-l2"><a class="reference internal" href="#test">Test</a></li>
<li class="toctree-l2"><a class="reference internal" href="#lint">Lint</a></li>
<li class="toctree-l2"><a class="reference internal" href="#run-tests">Run tests</a></li>
<li class="toctree-l2"><a class="reference internal" href="#linting-and-formatting">Linting and formatting</a></li>
<li class="toctree-l2"><a class="reference internal" href="#build-documentation">Build documentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="#release">Release</a></li>
</ul>
Expand Down Expand Up @@ -112,25 +112,24 @@ <h2>Development install<a class="headerlink" href="#development-install" title="
</pre></div>
</div>
</section>
<section id="test">
<h2>Test<a class="headerlink" href="#test" title="Permalink to this headline"></a></h2>
<section id="run-tests">
<h2>Run tests<a class="headerlink" href="#run-tests" title="Permalink to this headline"></a></h2>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>hatch<span class="w"> </span>run<span class="w"> </span>tests:unit
<span class="c1"># `hatch run tests:integration`</span>
<span class="c1"># `hatch run tests:all`</span>
<span class="c1"># `hatch run tests:cov`</span>
<span class="c1"># hatch run tests:all</span>
<span class="c1"># hatch run tests:cov</span>
</pre></div>
</div>
</section>
<section id="lint">
<h2>Lint<a class="headerlink" href="#lint" title="Permalink to this headline"></a></h2>
<section id="linting-and-formatting">
<h2>Linting and formatting<a class="headerlink" href="#linting-and-formatting" title="Permalink to this headline"></a></h2>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>hatch<span class="w"> </span>run<span class="w"> </span>style:lint
</pre></div>
</div>
</section>
<section id="build-documentation">
<h2>Build documentation<a class="headerlink" href="#build-documentation" title="Permalink to this headline"></a></h2>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>hatch<span class="w"> </span>run<span class="w"> </span>docs:build
<span class="c1"># `hatch run docs:serve`</span>
<span class="c1"># hatch run docs:serve</span>
</pre></div>
</div>
</section>
Expand Down
2 changes: 1 addition & 1 deletion latest/dev/implementation-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Implementation notes &mdash; mdpo 1.1.3 documentation</title>
<title>Implementation notes &mdash; mdpo 1.1.4 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down
Loading

0 comments on commit c42c3aa

Please sign in to comment.