Skip to content

Commit 0b530aa

Browse files
committed
Update documentation
1 parent 462ee0c commit 0b530aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_static/docversions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var versions = ['3.4.1', '3.4', '3.3', '3.2.1','3.2', '3.1', '3.0', '2.8.8', '2.8.7', '2.8.6', '2.8.5', '2.8.4', '2.8.3', '2.8.2', '2.8.1', '2.8', '2.7.1', '2.7', '2.6.2', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0', '1.11', '1.10', '1.9.1', '1.9', '1.8.1', '1.8', '1.7', '1.6', '1.5', '1.4', '1.3', '1.2', '1.1', '1.0.1', '1.0', '0.99', '0.37'];
1+
var versions = ['3.4.2', '3.4.1', '3.4', '3.3', '3.2.1','3.2', '3.1', '3.0', '2.8.8', '2.8.7', '2.8.6', '2.8.5', '2.8.4', '2.8.3', '2.8.2', '2.8.1', '2.8', '2.7.1', '2.7', '2.6.2', '2.5', '2.4', '2.3', '2.2', '2.1', '2.0', '1.11', '1.10', '1.9.1', '1.9', '1.8.1', '1.8', '1.7', '1.6', '1.5', '1.4', '1.3', '1.2', '1.1', '1.0.1', '1.0', '0.99', '0.37'];
22

33
function insert_version_links() {
44
for (i = 0; i < versions.length; i++){

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ <h2>Contact</h2>
5757
<h2>Releases</h2>
5858

5959
<div class="tile">
60-
<h4>Stable (<a href="https://networkx.org/documentation/stable/release/release_3.4.1.html">notes</a>)</h4>
61-
<a href="http://pypi.python.org/pypi/networkx">3.4.1 — October 2024</a><br/>
60+
<h4>Stable (<a href="https://networkx.org/documentation/stable/release/release_3.4.2.html">notes</a>)</h4>
61+
<a href="http://pypi.python.org/pypi/networkx">3.4.2 — October 2024</a><br/>
6262
<a href="https://networkx.org/documentation/stable/"><b>Documentation</b></a>
6363
</div></br>
6464

0 commit comments

Comments
 (0)