Skip to content

Commit

Permalink
Deployed 462068d with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentDumont committed Dec 12, 2024
1 parent 1715e9b commit af74e2c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions linux/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#fix-apt-after-using-the-deadsnakes-ppa-for-other-python-versions" class="md-nav__link">
<span class="md-ellipsis">
Fix APT after using the deadsnakes PPA for other python versions
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1712,6 +1721,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#fix-apt-after-using-the-deadsnakes-ppa-for-other-python-versions" class="md-nav__link">
<span class="md-ellipsis">
Fix APT after using the deadsnakes PPA for other python versions
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -2186,6 +2204,10 @@ <h3 id="change-image-size">Change image size</h3>
<div class="codehilite"><pre><span></span><code>convert myfigure.png -resize 200x100 myfigure.jpg
</code></pre></div>

<h3 id="fix-apt-after-using-the-deadsnakes-ppa-for-other-python-versions">Fix APT after using the deadsnakes PPA for other python versions</h3>
<div class="codehilite"><pre><span></span><code>sudo apt --fix-missing purge $(dpkg -l | grep &#39;python3\.1[3]&#39; | awk &#39;{print $2}&#39;)
</code></pre></div>




Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit af74e2c

Please sign in to comment.