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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>content.ClassWithSlots | 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>
<span class="m-breadcrumb"><a href="content.html">content</a>.<wbr/></span>ClassWithSlots <span class="m-thin">class</span>
</h1>
<p>This class has slots and those have to be documented externally</p>
<nav class="m-block m-default">
<h3>Contents</h3>
<ul>
<li>
Reference
<ul>
<li><a href="#properties">Properties</a></li>
</ul>
</li>
</ul>
</nav>
<section id="properties">
<h2><a href="#properties">Properties</a></h2>
<dl class="m-doc">
<dt id="hello">
<a href="#hello" class="m-doc-self">hello</a> <span class="m-label m-flat m-success">get set del</span>
</dt>
<dd>This is a slot, another is <a class="m-doc" href="content.ClassWithSlots.html#this_is_a_slot">this_is_a_slot</a></dd>
<dt id="this_is_a_slot">
<a href="#this_is_a_slot" class="m-doc-self">this_is_a_slot</a> <span class="m-label m-flat m-success">get set del</span>
</dt>
<dd>This the <strong>other one</strong>.</dd>
</dl>
</section>
</div>
</div>
</div>
</article></main>
</body>
</html>
|