Skip to content

Commit f2ed50e

Browse files
committed
Deployed f6de5f2 with MkDocs version: 1.6.1
0 parents  commit f2ed50e

57 files changed

Lines changed: 9960 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 392 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,392 @@
1+
2+
<!doctype html>
3+
<html lang="en" class="no-js">
4+
<head>
5+
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width,initial-scale=1">
8+
9+
<meta name="description" content="Dendritic Spine Analysis">
10+
11+
12+
<meta name="author" content="Robert H Cudmore (plust others)">
13+
14+
15+
16+
17+
18+
<link rel="icon" href="/assets/images/favicon.png">
19+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.7">
20+
21+
22+
23+
<title>MapManager Documentation</title>
24+
25+
26+
27+
<link rel="stylesheet" href="/assets/stylesheets/main.8608ea7d.min.css">
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
40+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
41+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
42+
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
43+
44+
45+
46+
<link rel="stylesheet" href="/assets/_mkdocstrings.css">
47+
48+
<link rel="stylesheet" href="/css/style.css">
49+
50+
<script>__md_scope=new URL("/",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
51+
52+
53+
54+
55+
56+
57+
</head>
58+
59+
60+
<body dir="ltr">
61+
62+
63+
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
64+
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
65+
<label class="md-overlay" for="__drawer"></label>
66+
<div data-md-component="skip">
67+
68+
</div>
69+
<div data-md-component="announce">
70+
71+
</div>
72+
73+
74+
75+
76+
77+
78+
<header class="md-header md-header--shadow" data-md-component="header">
79+
<nav class="md-header__inner md-grid" aria-label="Header">
80+
<a href="/." title="MapManager Documentation" class="md-header__button md-logo" aria-label="MapManager Documentation" data-md-component="logo">
81+
82+
83+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
84+
85+
</a>
86+
<label class="md-header__button md-icon" for="__drawer">
87+
88+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z"/></svg>
89+
</label>
90+
<div class="md-header__title" data-md-component="header-title">
91+
<div class="md-header__ellipsis">
92+
<div class="md-header__topic">
93+
<span class="md-ellipsis">
94+
MapManager Documentation
95+
</span>
96+
</div>
97+
<div class="md-header__topic" data-md-component="header-topic">
98+
<span class="md-ellipsis">
99+
100+
101+
102+
</span>
103+
</div>
104+
</div>
105+
</div>
106+
107+
108+
<script>var palette=__md_get("__palette");if(palette&&palette.color){if("(prefers-color-scheme)"===palette.color.media){var media=matchMedia("(prefers-color-scheme: light)"),input=document.querySelector(media.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");palette.color.media=input.getAttribute("data-md-color-media"),palette.color.scheme=input.getAttribute("data-md-color-scheme"),palette.color.primary=input.getAttribute("data-md-color-primary"),palette.color.accent=input.getAttribute("data-md-color-accent")}for(var[key,value]of Object.entries(palette.color))document.body.setAttribute("data-md-color-"+key,value)}</script>
109+
110+
111+
112+
<label class="md-header__button md-icon" for="__search">
113+
114+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
115+
</label>
116+
<div class="md-search" data-md-component="search" role="dialog">
117+
<label class="md-search__overlay" for="__search"></label>
118+
<div class="md-search__inner" role="search">
119+
<form class="md-search__form" name="search">
120+
<input type="text" class="md-search__input" name="query" aria-label="Search" placeholder="Search" autocapitalize="off" autocorrect="off" autocomplete="off" spellcheck="false" data-md-component="search-query" required>
121+
<label class="md-search__icon md-icon" for="__search">
122+
123+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5"/></svg>
124+
125+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"/></svg>
126+
</label>
127+
<nav class="md-search__options" aria-label="Search">
128+
129+
<button type="reset" class="md-search__icon md-icon" title="Clear" aria-label="Clear" tabindex="-1">
130+
131+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>
132+
</button>
133+
</nav>
134+
135+
</form>
136+
<div class="md-search__output">
137+
<div class="md-search__scrollwrap" tabindex="0" data-md-scrollfix>
138+
<div class="md-search-result" data-md-component="search-result">
139+
<div class="md-search-result__meta">
140+
Initializing search
141+
</div>
142+
<ol class="md-search-result__list" role="presentation"></ol>
143+
</div>
144+
</div>
145+
</div>
146+
</div>
147+
</div>
148+
149+
150+
<div class="md-header__source">
151+
<a href="https://github.com/mapmanager/MapManager-Dev" title="Go to repository" class="md-source" data-md-component="source">
152+
<div class="md-source__icon md-icon">
153+
154+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
155+
</div>
156+
<div class="md-source__repository">
157+
MapManager-Dev
158+
</div>
159+
</a>
160+
</div>
161+
162+
</nav>
163+
164+
</header>
165+
166+
<div class="md-container" data-md-component="container">
167+
168+
169+
170+
171+
172+
173+
<main class="md-main" data-md-component="main">
174+
<div class="md-main__inner md-grid">
175+
176+
177+
178+
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
179+
<div class="md-sidebar__scrollwrap">
180+
<div class="md-sidebar__inner">
181+
182+
183+
184+
185+
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
186+
<label class="md-nav__title" for="__drawer">
187+
<a href="/." title="MapManager Documentation" class="md-nav__button md-logo" aria-label="MapManager Documentation" data-md-component="logo">
188+
189+
190+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54"/></svg>
191+
192+
</a>
193+
MapManager Documentation
194+
</label>
195+
196+
<div class="md-nav__source">
197+
<a href="https://github.com/mapmanager/MapManager-Dev" title="Go to repository" class="md-source" data-md-component="source">
198+
<div class="md-source__icon md-icon">
199+
200+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81"/></svg>
201+
</div>
202+
<div class="md-source__repository">
203+
MapManager-Dev
204+
</div>
205+
</a>
206+
</div>
207+
208+
<ul class="md-nav__list" data-md-scrollfix>
209+
210+
211+
212+
213+
214+
215+
216+
<li class="md-nav__item">
217+
<a href="/getting_started/" class="md-nav__link">
218+
219+
220+
<span class="md-ellipsis">
221+
Getting Started
222+
223+
</span>
224+
225+
226+
</a>
227+
</li>
228+
229+
230+
231+
232+
233+
234+
235+
236+
237+
<li class="md-nav__item">
238+
<a href="/interface/" class="md-nav__link">
239+
240+
241+
<span class="md-ellipsis">
242+
Interface
243+
244+
</span>
245+
246+
247+
</a>
248+
</li>
249+
250+
251+
252+
253+
254+
255+
256+
257+
258+
<li class="md-nav__item">
259+
<a href="/supported-file-formats/" class="md-nav__link">
260+
261+
262+
<span class="md-ellipsis">
263+
Supported File Formats
264+
265+
</span>
266+
267+
268+
</a>
269+
</li>
270+
271+
272+
273+
274+
275+
276+
277+
278+
279+
280+
281+
282+
283+
<li class="md-nav__item md-nav__item--nested">
284+
285+
286+
287+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_4" >
288+
289+
290+
<label class="md-nav__link" for="__nav_4" id="__nav_4_label" tabindex="0">
291+
292+
293+
<span class="md-ellipsis">
294+
API
295+
296+
</span>
297+
298+
299+
<span class="md-nav__icon md-icon"></span>
300+
</label>
301+
302+
<nav class="md-nav" data-md-level="1" aria-labelledby="__nav_4_label" aria-expanded="false">
303+
<label class="md-nav__title" for="__nav_4">
304+
<span class="md-nav__icon md-icon"></span>
305+
API
306+
</label>
307+
<ul class="md-nav__list" data-md-scrollfix>
308+
309+
310+
311+
312+
313+
314+
315+
<li class="md-nav__item">
316+
<a href="/mapmanagercore/" class="md-nav__link">
317+
318+
319+
<span class="md-ellipsis">
320+
MapManager Core
321+
322+
</span>
323+
324+
325+
</a>
326+
</li>
327+
328+
329+
330+
331+
</ul>
332+
</nav>
333+
334+
</li>
335+
336+
337+
338+
</ul>
339+
</nav>
340+
</div>
341+
</div>
342+
</div>
343+
344+
345+
346+
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
347+
<div class="md-sidebar__scrollwrap">
348+
<div class="md-sidebar__inner">
349+
350+
351+
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
352+
353+
354+
355+
356+
</nav>
357+
</div>
358+
</div>
359+
</div>
360+
361+
362+
363+
<div class="md-content" data-md-component="content">
364+
<article class="md-content__inner md-typeset">
365+
366+
<h1>404 - Not found</h1>
367+
368+
</article>
369+
</div>
370+
371+
372+
<script>var target=document.getElementById(location.hash.slice(1));target&&target.name&&(target.checked=target.name.startsWith("__tabbed_"))</script>
373+
</div>
374+
375+
</main>
376+
377+
All material is Copyright 2011-2025 Robert H. Cudmore
378+
379+
</div>
380+
<div class="md-dialog" data-md-component="dialog">
381+
<div class="md-dialog__inner md-typeset"></div>
382+
</div>
383+
384+
385+
<script id="__config" type="application/json">{"base": "/", "features": ["navigation.instant"], "search": "/assets/javascripts/workers/search.f8cc74c7.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
386+
387+
388+
<script src="/assets/javascripts/bundle.c8b220af.min.js"></script>
389+
390+
391+
</body>
392+
</html>

0 commit comments

Comments
 (0)