|
6 | 6 | <meta charset="utf-8" /> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" /> |
8 | 8 |
|
| 9 | + <meta property="article:modified_time" content="2022-11-17T09:47:00+01:00" /> |
9 | 10 | <title>NetworKit Development Guide</title> |
10 | 11 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" /> |
11 | 12 | <link rel="stylesheet" type="text/css" href="_static/bootstrap-sphinx.css?v=fa2d15c4" /> |
|
93 | 94 | <div class="container"> |
94 | 95 | <div class="row"> |
95 | 96 | <div class="col-md-3"> |
96 | | - <div id="sidebar" class="bs-sidenav" role="complementary"><ul class="sidebar"> |
| 97 | + <div id="sidebar" class="bs-sidenav" role="complementary"> |
| 98 | +<div id="docs-version-switcher" class="docs-version-sidebar"> |
| 99 | + <label for="docs-version-select" class="docs-version-label">Version</label> |
| 100 | + <select id="docs-version-select" |
| 101 | + class="docs-version-select form-control" |
| 102 | + data-docs-channel="stable" |
| 103 | + data-docs-version-label="Stable (11.2.1)" |
| 104 | + data-docs-stable-label="Stable (11.2.1)" |
| 105 | + data-docs-nightly-label="Nightly" |
| 106 | + data-docs-stable-url="/dev-docs/" |
| 107 | + data-docs-nightly-url="/dev-docs/nightly/" |
| 108 | + data-docs-versions-url="/dev-docs/versions.json"> |
| 109 | + <option value="stable" selected>Stable (11.2.1)</option> |
| 110 | + <option value="nightly">Nightly</option> |
| 111 | + </select> |
| 112 | +</div> |
| 113 | + |
| 114 | +<ul class="sidebar"> |
97 | 115 | <ul class="current"> |
98 | 116 | <li class="toctree-l1"><a class="reference internal" href="python_api/modules.html">Python Documentation</a></li> |
99 | 117 | <li class="toctree-l1"><a class="reference internal" href="cpp_api/library_root.html">C++ Documentation</a></li> |
|
134 | 152 | </ul> |
135 | 153 |
|
136 | 154 | </ul> |
137 | | - |
138 | 155 | <form action="search.html" method="get"> |
139 | 156 | <div class="form-group"> |
140 | 157 | <input type="text" name="q" class="form-control" placeholder="Search" /> |
@@ -692,6 +709,7 @@ <h2>Further Reading<a class="headerlink" href="#further-reading" title="Link to |
692 | 709 | </p> |
693 | 710 | <p style="float:left; max-width: 70%;"> |
694 | 711 | © Copyright 2018 Humboldt-Universität zu Berlin - Department of Computer Science - Modeling and Analysis of Complex Systems and contributors.<br/> |
| 712 | + Last updated on Nov 17, 2022.<br/> |
695 | 713 | Created using <a href="http://sphinx-doc.org/">Sphinx</a> 9.1.0.<br/> |
696 | 714 | </p> |
697 | 715 | <span style="padding-left: 10px"> |
|
0 commit comments