Skip to content

Commit 692c76f

Browse files
committed
Deployed 645ca24 with MkDocs version: 1.1.2
1 parent f4b76b1 commit 692c76f

File tree

9 files changed

+59
-33
lines changed

9 files changed

+59
-33
lines changed

contributing/index.html

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,13 @@
426426
Environment setup
427427
</a>
428428

429+
</li>
430+
431+
<li class="md-nav__item">
432+
<a href="#tasks" class="md-nav__link">
433+
Tasks
434+
</a>
435+
429436
</li>
430437

431438
<li class="md-nav__item">
@@ -532,6 +539,13 @@
532539
Environment setup
533540
</a>
534541

542+
</li>
543+
544+
<li class="md-nav__item">
545+
<a href="#tasks" class="md-nav__link">
546+
Tasks
547+
</a>
548+
535549
</li>
536550

537551
<li class="md-nav__item">
@@ -580,21 +594,42 @@ <h1 id="contributing">Contributing<a class="headerlink" href="#contributing" tit
580594
Every little bit helps, and credit will always be given.</p>
581595
<h2 id="environment-setup">Environment setup<a class="headerlink" href="#environment-setup" title="Permanent link">¤</a></h2>
582596
<p>Nothing easier!</p>
583-
<p>You just need two tools: Poetry and Invoke.</p>
597+
<p>Fork and clone the repository, then:</p>
598+
<div class="highlight"><pre><span></span><code><span class="nb">cd</span> mkdocstrings
599+
make setup
600+
</code></pre></div>
601+
602+
<div class="admonition note">
603+
<p class="admonition-title">Note</p>
604+
<p>If it fails for some reason,
605+
you'll need to install these tools manually:
606+
<a href="https://github.com/python-poetry/poetry">Poetry</a> and
607+
<a href="https://github.com/pyinvoke/invoke">Invoke</a>.</p>
584608
<p>You can install them with:</p>
585609
<div class="highlight"><pre><span></span><code>python3 -m pip install --user pipx
586610
pipx install poetry
587611
pipx install invoke
588612
</code></pre></div>
589613

590-
<p>Now fork and clone the repository, then:</p>
591-
<div class="highlight"><pre><span></span><code><span class="nb">cd</span> mkdocstrings
592-
make setup
593-
</code></pre></div>
594-
595-
<p>That's it!</p>
614+
<p>Now you can try running <code>make setup</code> again,
615+
or simply <code>poetry install</code>.</p>
616+
</div>
596617
<p>You now have the dependencies installed.</p>
597618
<p>Run <code>make help</code> to see all the available actions!</p>
619+
<h2 id="tasks">Tasks<a class="headerlink" href="#tasks" title="Permanent link">¤</a></h2>
620+
<p>This project uses <a href="https://github.com/pyinvoke/invoke">Invoke</a> to run tasks.
621+
A Makefile is also provided. The Makefile will try to run the task
622+
on multiple Python versions. If for some reason you don't want to run the task
623+
on multiple Python versions, you can do one of the following:</p>
624+
<ol>
625+
<li><code>export PYTHON_VERSIONS=</code>: this will run the task
626+
with only the current Python version</li>
627+
<li>run the task directly with <code>poetry run invoke TASK</code>,
628+
or <code>invoke TASK</code> if the environment was already activated
629+
through <code>poetry shell</code></li>
630+
</ol>
631+
<p>The Makefile detects if the Poetry environment is activated,
632+
so <code>make</code> will work the same with the virtualenv activated or not.</p>
598633
<h2 id="development">Development<a class="headerlink" href="#development" title="Permanent link">¤</a></h2>
599634
<p>As usual:</p>
600635
<ol>

credits/index.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ <h3 id="direct-dependencies">Direct dependencies<a class="headerlink" href="#dir
561561
<a href="http://www.crummy.com/software/BeautifulSoup/bs4/"><code>beautifulsoup4</code></a> |
562562
<a href="https://github.com/psf/black"><code>black</code></a> |
563563
<a href="https://github.com/nedbat/coveragepy"><code>coverage</code></a> |
564-
<a href="https://github.com/nedbat/coveragepy"><code>coverage</code></a> |
565564
<a href="https://github.com/pawamoy/failprint"><code>failprint</code></a> |
566565
<a href="https://github.com/peterjc/flake8-black"><code>flake8-black</code></a> |
567566
<a href="https://github.com/gforcada/flake8-builtins"><code>flake8-builtins</code></a> |
@@ -572,25 +571,17 @@ <h3 id="direct-dependencies">Direct dependencies<a class="headerlink" href="#dir
572571
<a href="https://github.com/pawamoy/git-changelog"><code>git-changelog</code></a> |
573572
<a href="https://github.com/encode/httpx"><code>httpx</code></a> |
574573
<a href="http://docs.pyinvoke.org"><code>invoke</code></a> |
575-
<a href="http://docs.pyinvoke.org"><code>invoke</code></a> |
576574
<a href="https://ipython.org"><code>ipython</code></a> |
577575
<a href="https://github.com/timothycrosley/isort"><code>isort</code></a> |
578576
<a href="https://github.com/mattrobenolt/jinja2-cli"><code>jinja2-cli</code></a> |
579577
<a href="https://www.mkdocs.org"><code>mkdocs</code></a> |
580578
<a href="https://squidfunk.github.io/mkdocs-material/"><code>mkdocs-material</code></a> |
581-
<a href="https://squidfunk.github.io/mkdocs-material/"><code>mkdocs-material</code></a> |
582-
<a href="http://www.mypy-lang.org/"><code>mypy</code></a> |
583579
<a href="http://www.mypy-lang.org/"><code>mypy</code></a> |
584580
<a href="https://github.com/facelessuser/pymdown-extensions"><code>pymdown-extensions</code></a> |
585581
<a href="https://docs.pytest.org/en/latest/"><code>pytest</code></a> |
586-
<a href="https://docs.pytest.org/en/latest/"><code>pytest</code></a> |
587582
<a href="https://github.com/pytest-dev/pytest-cov"><code>pytest-cov</code></a> |
588-
<a href="https://github.com/pytest-dev/pytest-cov"><code>pytest-cov</code></a> |
589-
<a href="https://github.com/pytest-dev/pytest-randomly"><code>pytest-randomly</code></a> |
590583
<a href="https://github.com/pytest-dev/pytest-randomly"><code>pytest-randomly</code></a> |
591584
<a href="http://pivotfinland.com/pytest-sugar/"><code>pytest-sugar</code></a> |
592-
<a href="http://pivotfinland.com/pytest-sugar/"><code>pytest-sugar</code></a> |
593-
<a href="https://github.com/pytest-dev/pytest-xdist"><code>pytest-xdist</code></a> |
594585
<a href="https://github.com/pytest-dev/pytest-xdist"><code>pytest-xdist</code></a> |
595586
<a href="https://github.com/pawamoy/pytkdocs"><code>pytkdocs</code></a> |
596587
<a href="https://github.com/uiri/toml"><code>toml</code></a> |

reference/references/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ <h2 class="hidden-toc" href="#mkdocstrings.references" id="mkdocstrings.referenc
398398
<div class="doc doc-object doc-attribute">
399399
<h2 class="doc doc-heading" id="mkdocstrings.references.AUTO_REF">
400400
<code class="highlight">
401-
AUTO_REF: <span class="n">Pattern</span><span class="p">[</span><span class="o">~</span><span class="n">AnyStr</span><span class="p">]</span> </code>
401+
AUTO_REF: <span class="n">Pattern</span> </code>
402402
<a class="headerlink" href="#mkdocstrings.references.AUTO_REF" title="Permanent link">¤</a></h2>
403403
<div class="doc doc-contents">
404404
<p>A regular expression to match unresolved Markdown references

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url>
33
<loc>https://pawamoy.github.io/mkdocstrings/</loc>
4-
<lastmod>2020-09-25</lastmod>
4+
<lastmod>2020-09-26</lastmod>
55
<changefreq>daily</changefreq>
66
</url><url>
77
<loc>https://pawamoy.github.io/mkdocstrings/usage/</loc>
8-
<lastmod>2020-09-25</lastmod>
8+
<lastmod>2020-09-26</lastmod>
99
<changefreq>daily</changefreq>
1010
</url><url>
1111
<loc>https://pawamoy.github.io/mkdocstrings/handlers/overview/</loc>
12-
<lastmod>2020-09-25</lastmod>
12+
<lastmod>2020-09-26</lastmod>
1313
<changefreq>daily</changefreq>
1414
</url><url>
1515
<loc>https://pawamoy.github.io/mkdocstrings/handlers/python/</loc>
16-
<lastmod>2020-09-25</lastmod>
16+
<lastmod>2020-09-26</lastmod>
1717
<changefreq>daily</changefreq>
1818
</url><url>
1919
<loc>https://pawamoy.github.io/mkdocstrings/reference/handlers/__init__/</loc>
20-
<lastmod>2020-09-25</lastmod>
20+
<lastmod>2020-09-26</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url><url>
2323
<loc>https://pawamoy.github.io/mkdocstrings/reference/handlers/python/</loc>
24-
<lastmod>2020-09-25</lastmod>
24+
<lastmod>2020-09-26</lastmod>
2525
<changefreq>daily</changefreq>
2626
</url><url>
2727
<loc>https://pawamoy.github.io/mkdocstrings/reference/extension/</loc>
28-
<lastmod>2020-09-25</lastmod>
28+
<lastmod>2020-09-26</lastmod>
2929
<changefreq>daily</changefreq>
3030
</url><url>
3131
<loc>https://pawamoy.github.io/mkdocstrings/reference/plugin/</loc>
32-
<lastmod>2020-09-25</lastmod>
32+
<lastmod>2020-09-26</lastmod>
3333
<changefreq>daily</changefreq>
3434
</url><url>
3535
<loc>https://pawamoy.github.io/mkdocstrings/reference/references/</loc>
36-
<lastmod>2020-09-25</lastmod>
36+
<lastmod>2020-09-26</lastmod>
3737
<changefreq>daily</changefreq>
3838
</url><url>
3939
<loc>https://pawamoy.github.io/mkdocstrings/troubleshooting/</loc>
40-
<lastmod>2020-09-25</lastmod>
40+
<lastmod>2020-09-26</lastmod>
4141
<changefreq>daily</changefreq>
4242
</url><url>
4343
<loc>https://pawamoy.github.io/mkdocstrings/contributing/</loc>
44-
<lastmod>2020-09-25</lastmod>
44+
<lastmod>2020-09-26</lastmod>
4545
<changefreq>daily</changefreq>
4646
</url><url>
4747
<loc>https://pawamoy.github.io/mkdocstrings/code_of_conduct/</loc>
48-
<lastmod>2020-09-25</lastmod>
48+
<lastmod>2020-09-26</lastmod>
4949
<changefreq>daily</changefreq>
5050
</url><url>
5151
<loc>https://pawamoy.github.io/mkdocstrings/changelog/</loc>
52-
<lastmod>2020-09-25</lastmod>
52+
<lastmod>2020-09-26</lastmod>
5353
<changefreq>daily</changefreq>
5454
</url><url>
5555
<loc>https://pawamoy.github.io/mkdocstrings/credits/</loc>
56-
<lastmod>2020-09-25</lastmod>
56+
<lastmod>2020-09-26</lastmod>
5757
<changefreq>daily</changefreq>
5858
</url><url>
5959
<loc>https://pawamoy.github.io/mkdocstrings/license/</loc>
60-
<lastmod>2020-09-25</lastmod>
60+
<lastmod>2020-09-26</lastmod>
6161
<changefreq>daily</changefreq>
6262
</url>
6363
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.
689 Bytes
Binary file not shown.
693 Bytes
Binary file not shown.
701 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)