summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMridul Seth <seth.mridul@gmail.com>2021-10-12 18:56:24 +0200
committerGitHub <noreply@github.com>2021-10-12 09:56:24 -0700
commit92225435bbb1461391289bd5b168717e2318e8bb (patch)
tree4fbdc351bbfc792fbe7e2e1e97c82206334b2476
parent4d0620478b7a7f00e5a4f041b70ad5724b4f55ce (diff)
downloadnetworkx-92225435bbb1461391289bd5b168717e2318e8bb.tar.gz
DOC: Add links to proposals for completed projects (#5122)
-rw-r--r--doc/developer/projects.rst34
1 files changed, 29 insertions, 5 deletions
diff --git a/doc/developer/projects.rst b/doc/developer/projects.rst
index 40e7e353..e27cbe5d 100644
--- a/doc/developer/projects.rst
+++ b/doc/developer/projects.rst
@@ -63,17 +63,41 @@ Implement the VF2++ Graph Isomorphism Algorithm
Completed Projects
==================
-- `Louvain community detection algorithm`_ (GSoC 2021)
-- `Asadpour algorithm for directed travelling salesman problem`_ (GSoC 2021)
-- Pedagogical notebook: `Directed acyclic graphs and topological sort`_ (GSoC 2021)
-- Pedagogical notebook: `Graph assortativity`_ (GSoC 2021)
-- Pedagogical notebook: `Network flow analysis and Dinitz algorithm`_ (GSoC 2021)
+- `Louvain community detection algorithm`_
+ - Program: Google Summer of Code 2021
+ - Contributor: `@z3y50n <https://github.com/z3y50n/>`__
+ - Link to Proposal: `GSoC 2021: Community Detection Algorithms <https://github.com/networkx/archive/blob/main/proposals-gsoc/GSoC-2021-Community-Detection-Algorithms.pdf>`__
+
+- `Asadpour algorithm for directed travelling salesman problem`_
+ - Program: Google Summer of Code 2021
+ - Contributor: `@mjschwenne <https://github.com/mjschwenne/>`__
+ - Link to Proposal: `GSoC 2021: Asadpour algorithm <https://github.com/networkx/archive/blob/main/proposals-gsoc/GSoC-2021-Asadpour-Asymmetric-Traveling%20Salesman-Problem.pdf>`__
+
+- Pedagogical notebook: `Directed acyclic graphs and topological sort`_
+ - Program: Google Summer of Code 2021
+ - Contributor: `@vdshk <https://github.com/vdshk>`__
+
+- Pedagogical notebooks: `Graph assortativity`_ & `Network flow analysis and Dinitz algorithm`_
+ - Program: Google Summer of Code 2021
+ - Contributor: `@harshal-dupare <https://github.com/harshal-dupare/>`__
+
+- Add On system for NetworkX: `NetworkX-Metis`_
+ - Program: Google Summer of Code 2015
+ - Contributor: `@OrkoHunter <https://github.com/OrkoHunter/>`__
+ - Link to Proposal: `GSoC 2015: Add On System for NetworkX <https://github.com/networkx/archive/blob/main/proposals-gsoc/GSoC-2015-Add-on-system-for-NetworkX.md>`__
+
+- `NetworkX 2.0 API`_
+ - Program: Google Summer of Code 2015
+ - Contributor: `@MridulS <https://github.com/MridulS/>`__
+ - Link to Proposal: `GSoC 2015: NetworkX 2.0 API <https://github.com/networkx/archive/blob/main/proposals-gsoc/GSoC-2015-NetworkX-2.0-api.md>`__
.. _`Louvain community detection algorithm`: https://github.com/networkx/networkx/pull/4929
.. _`Asadpour algorithm for directed travelling salesman problem`: https://github.com/networkx/networkx/pull/4740
.. _`Directed acyclic graphs and topological sort`: https://github.com/networkx/nx-guides/pull/44
.. _`Graph assortativity`: https://github.com/networkx/nx-guides/pull/42
.. _`Network flow analysis and Dinitz algorithm`: https://github.com/networkx/nx-guides/pull/46
+.. _`NetworkX-Metis`: https://github.com/networkx/networkx-metis
+.. _`NetworkX 2.0 API`: https://networkx.org/documentation/latest/release/migration_guide_from_1.x_to_2.0.html
..
Project Idea Template