Deployed ce472cd with MkDocs version: 1.6.0

This commit is contained in:
Shunsuke Shibayama 2024-08-21 12:01:44 +09:00
parent 8f4375d934
commit cf60f048ea
4 changed files with 26 additions and 10 deletions

View file

@ -320,7 +320,7 @@
<li class="md-nav__item">
<a href="#cargo-rust-package-manager" class="md-nav__link">
<span class="md-ellipsis">
cargo (rust package manager)
cargo (Rust package manager)
</span>
</a>
@ -425,6 +425,15 @@
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#join-us" class="md-nav__link">
<span class="md-ellipsis">
Join us!
</span>
</a>
</li>
</ul>
@ -651,14 +660,14 @@
<h3 id="pip">pip<a class="headerlink" href="#pip" title="Permanent link">#</a></h3>
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a>pip<span class="w"> </span>install<span class="w"> </span>pylyzer
</code></pre></div>
<h3 id="cargo-rust-package-manager">cargo (rust package manager)<a class="headerlink" href="#cargo-rust-package-manager" title="Permanent link">#</a></h3>
<h3 id="cargo-rust-package-manager">cargo (Rust package manager)<a class="headerlink" href="#cargo-rust-package-manager" title="Permanent link">#</a></h3>
<div class="highlight"><pre><span></span><code><a id="__codelineno-1-1" name="__codelineno-1-1" href="#__codelineno-1-1"></a>cargo<span class="w"> </span>install<span class="w"> </span>pylyzer<span class="w"> </span>--locked
</code></pre></div>
<h3 id="build-from-source">build from source<a class="headerlink" href="#build-from-source" title="Permanent link">#</a></h3>
<div class="highlight"><pre><span></span><code><a id="__codelineno-2-1" name="__codelineno-2-1" href="#__codelineno-2-1"></a>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/mtshiba/pylyzer.git
<a id="__codelineno-2-2" name="__codelineno-2-2" href="#__codelineno-2-2"></a>cargo<span class="w"> </span>install<span class="w"> </span>--path<span class="w"> </span>.<span class="w"> </span>--locked
</code></pre></div>
<p>Make sure that <code>cargo/rustc</code> is up-to-date, as pylyzer may be written with the latest language features.</p>
<p>Make sure that <code>cargo</code>/<code>rustc</code> is up-to-date, as pylyzer may be written with the latest (stable) language features.</p>
<h3 id="github-releases"><a href="https://github.com/mtshiba/pylyzer/releases/latest">GitHub Releases</a><a class="headerlink" href="#github-releases" title="Permanent link">#</a></h3>
<h2 id="what-is-the-advantage-over-pylint-pyright-pytype-etc">What is the advantage over pylint, pyright, pytype, etc.?<a class="headerlink" href="#what-is-the-advantage-over-pylint-pyright-pytype-etc" title="Permanent link">#</a></h2>
<ul>
@ -759,6 +768,13 @@ This language is a transpiled language that targets Python, and has a static typ
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled/><span class="task-list-indicator"></span></label> <code>pyi</code> (stub) files support</li>
<li class="task-list-item"><label class="task-list-control"><input type="checkbox" disabled/><span class="task-list-indicator"></span></label> glob pattern file check</li>
</ul>
<h2 id="join-us">Join us!<a class="headerlink" href="#join-us" title="Permanent link">#</a></h2>
<p>We are looking for contributors to help us improve pylyzer. If you are interested in contributing and have any questions, please feel free to contact us.</p>
<ul>
<li><a href="https://discord.gg/kQBuaSUS46">Discord (Erg language)</a></li>
<li><a href="https://discord.com/channels/1006946336433774742/1056815981168697354">#pylyzer</a></li>
<li><a href="https://github.com/mtshiba/pylyzer/discussions">GitHub discussions</a></li>
</ul>
<hr />
<p><span id="1" style="font-size:x-small"><sup>1</sup> The performance test was conducted on MacBook (Early 2016) with 1.1 GHz Intel Core m3 processor and 8 GB 1867 MHz LPDDR3 memory.<a href="#f1"></a></span></p>

File diff suppressed because one or more lines are too long

View file

@ -2,32 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://mtshiba.github.io/pylyzer/</loc>
<lastmod>2024-08-20</lastmod>
<lastmod>2024-08-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtshiba.github.io/pylyzer/editor/</loc>
<lastmod>2024-08-20</lastmod>
<lastmod>2024-08-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtshiba.github.io/pylyzer/errors/errors/</loc>
<lastmod>2024-08-20</lastmod>
<lastmod>2024-08-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtshiba.github.io/pylyzer/errors/warns/</loc>
<lastmod>2024-08-20</lastmod>
<lastmod>2024-08-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtshiba.github.io/pylyzer/options/options/</loc>
<lastmod>2024-08-20</lastmod>
<lastmod>2024-08-21</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://mtshiba.github.io/pylyzer/options/pyproject/</loc>
<lastmod>2024-08-20</lastmod>
<lastmod>2024-08-21</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.