-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
maxv
committed
Jul 5, 2016
1 parent
360d237
commit 7e38bf2
Showing
38 changed files
with
143 additions
and
369 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -196,6 +196,13 @@ branch. We recommend the following workflow: | |
3. make and commit your changes while being on the ``Dev`` branch | ||
4. send a pull request to the main repository | ||
|
||
Student Projects | ||
~~~~~~~~~~~~~~~~ | ||
|
||
Students with long-term projects like Bachelor's or Master's theses | ||
should familiarize themselves with the guidelines and select a | ||
forking/branching model with their advisor. | ||
|
||
Branching Cheat Sheet | ||
--------------------- | ||
|
||
|
@@ -434,6 +441,7 @@ shared by Dijkstra and BFS only need to be wrapped through SSSP. | |
|
||
cdef class Dijkstra(SSSP): | ||
""" Dijkstra's SSSP algorithm. | ||
|
||
Returns list of weighted distances from node source, i.e. the length of the shortest path from source to | ||
any other node. | ||
|
||
|
@@ -496,9 +504,9 @@ implementation. There are many examples of how to use it, e.g. | |
Contact | ||
------- | ||
|
||
To discuss important changes to NetworKit, use the `mailing | ||
To discuss important changes to NetworKit, use the `e-mail | ||
list <https://lists.ira.uni-karlsruhe.de/mailman/listinfo/networkit>`__ | ||
(``networkit-dev@ira.uka.de``). | ||
(``[email protected]``). | ||
|
||
Building the documentation | ||
-------------------------- | ||
|
@@ -516,7 +524,7 @@ After you installed the above mentioned software, you can build the | |
class documentation by calling ``./make_doc.sh`` in the folder | ||
``Doc/doc``. This will generate the class documentation for C++ and | ||
Python in ``Doc/Documentation``. Similarly, you can call | ||
``./make_doc.sh`` to build the website. After the build finished, you | ||
``./make_www.sh`` to build the website. After the build finished, you | ||
find the generated website in ``Doc/Website/``. | ||
|
||
Further Reading | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.