1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Dot | My Python Project</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,600,600i%7CSource+Code+Pro:400,400i,600" />
<link rel="stylesheet" href="m-dark+documentation.compiled.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<header><nav id="navigation">
<div class="m-container">
<div class="m-row">
<a href="index.html" id="m-navbar-brand" class="m-col-t-8 m-col-m-none m-left-m">My Python Project</a>
</div>
</div>
</nav></header>
<main><article>
<div class="m-container m-container-inflatable">
<div class="m-row">
<div class="m-col-l-10 m-push-l-1">
<h1>
Dot
</h1>
<div class="m-graph m-warning">
<svg style="width: 3.875rem; height: 11.875rem;" viewBox="0.00 0.00 62.00 190.31">
<g transform="scale(1 1) rotate(0) translate(4 186.3087)">
<g class="m-node m-flat">
<title>a</title>
<ellipse cx="27" cy="-163.9239" rx="27" ry="18.2703"/>
<text text-anchor="middle" x="27" y="-160.1239">a</text>
</g>
<g class="m-node m-flat">
<title>b</title>
<ellipse cx="27" cy="-91.1543" rx="27" ry="18.2703"/>
<text text-anchor="middle" x="27" y="-87.3543">b</text>
</g>
<g class="m-edge">
<title>a->b</title>
<path d="M27,-145.1839C27,-137.3999 27,-128.1942 27,-119.6079"/>
<polygon points="30.5001,-119.5788 27,-109.5789 23.5001,-119.5789 30.5001,-119.5788"/>
</g>
<g class="m-node m-flat">
<title>c</title>
<ellipse cx="27" cy="-18.3848" rx="27" ry="18.2703"/>
<text text-anchor="middle" x="27" y="-14.5848">c</text>
</g>
<g class="m-edge">
<title>b->c</title>
<path d="M27,-72.4144C27,-64.6303 27,-55.4246 27,-46.8383"/>
<polygon points="30.5001,-46.8093 27,-36.8093 23.5001,-46.8094 30.5001,-46.8093"/>
</g>
</g>
</svg>
</div>
</div>
</div>
</div>
</article></main>
</body>
</html>
|