Skip to content

Remove 6.x bundle links; add pointer to obsolete bundles list #814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 16 additions & 9 deletions libraries/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2>Download and Installation Instructions</h2>
versions of Python source code.
<strong>Make sure to download the bundle that matches the major version
of your CircuitPython</strong>, because the <b>.mpy</b> files can change between versions.
For example, if you are running 6.3.0 you should download the 6.x bundle.
For example, if you are running 7.0.0 you should download the 7.x bundle.
</p>
<p>
The precompiled <b>.mpy</b> files take up less space on your CIRCUITPY drive than the <b>.py</b> files.
Expand Down Expand Up @@ -66,13 +66,6 @@ <h2>Download and Installation Instructions</h2>
<section>
<h2>Bundles</h2>
<div class="release-section">
<div id="adafruit-circuitpython-bundle-6.x-mpy">
<h3>Bundle for Version 6.x</h3>
<p>
This bundle is built for use with CircuitPython 6.x.x. If you are using
CircuitPython 6, please download this bundle.
</p>
</div>
<div id="adafruit-circuitpython-bundle-7.x-mpy">
<h3>Bundle for Version 7.x</h3>
<p>
Expand All @@ -81,10 +74,17 @@ <h3>Bundle for Version 7.x</h3>
changed for CircuitPython 7; 6.x .mpy files are not compatible.
</p>
</div>
<div>
<h3>Bundles for Older Versions</h3>
<p>
If you need a bundle for an older version of CircuitPython,
see <a href="https://learn.adafruit.com/welcome-to-circuitpython/frequently-asked-questions#faq-3105289">this list</a>.
</p>
</div>
<div id="adafruit-circuitpython-bundle-py">
<h3>Python Source Bundle</h3>
<p>
This bundle is the uncompiled Python source code for every library. It is not
This bundle is the latest uncompiled Python source code for every library. It is not
intended for general use! It is only recommended if you need to edit
a library file. This bundle works with all supported versions of CircuitPython.
</p>
Expand Down Expand Up @@ -118,6 +118,13 @@ <h3>Bundle for Version 7.x</h3>
CircuitPython 7, please download this bundle.
</p>
</div>
<div>
<h3>Bundle for Older Versions</h3>
<p>
If you are looking for Community Bundles for older versions of CircuitPython, you can find them on
<a href="https://github.com/adafruit/CircuitPython_Community_Bundle/releases/">GitHub</a>.
</p>
</div>
<div id="circuitpython-community-bundle-py">
<h3>Python Source Bundle</h3>
<p>
Expand Down