blob: b90046d368f557ec2b60a5754fff94350edece32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{# Creates a banner at the top of the page for development versions. #}
<div class="container-fluid version-alert devbar">
<div class="row no-gutters">
<div class="col-12 text-center">
This page is documentation for a DEVELOPMENT / PRE-RELEASE version.
<a
class="btn version-stable font-weight-bold ml-3 my-3 align-baseline"
href="https://networkx.org/documentation/stable/"
>Switch to stable version</a
>
</div>
</div>
</div>
|