Skip to content

Commit

Permalink
Fix links to migration guide (#6331)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Jan 4, 2023
1 parent 1efafc5 commit f4ae917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release/release_dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Highlights

This release is the result of 8 months of work with over 217 pull requests by
37 contributors. We also have a `guide for people moving from NetworkX 2.X
to NetworkX 3.0 <https://networkx.org/documentation/latest/release/migration_guide_from_2.x_to_3.0.html>`. Highlights include:
to NetworkX 3.0 <https://networkx.org/documentation/latest/release/migration_guide_from_2.x_to_3.0.html>`_. Highlights include:

- Better syncing between G._succ and G._adj for directed G.
And slightly better speed from all the core adjacency data structures.
Expand All @@ -42,7 +42,7 @@ to NetworkX 3.0 <https://networkx.org/documentation/latest/release/migration_gui
- We have added an experimental plugin feature which let users choose alternate
backends like GraphBLAS, CuGraph for computation. This is an opt-in feature and
may change in future releases.
- Improved integration with the general `Scientific Python ecosystem <https://networkx.org/documentation/latest/release/migration_guide_from_2.x_to_3.0.html#improved-integration-with-scientific-python>`
- Improved integration with the general `Scientific Python ecosystem <https://networkx.org/documentation/latest/release/migration_guide_from_2.x_to_3.0.html#improved-integration-with-scientific-python>`_.

Improvements
------------
Expand Down

0 comments on commit f4ae917

Please sign in to comment.