156 lines
8.1 KiB
HTML
156 lines
8.1 KiB
HTML
<!DOCTYPE html>
|
||
<html class="writer-html5" lang="en" data-content_root="./">
|
||
<head>
|
||
<meta charset="utf-8" /><meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>transport_accessibility package — Transport Accessibility 0.1 documentation</title>
|
||
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=80d5e7a1" />
|
||
<link rel="stylesheet" type="text/css" href="_static/css/theme.css?v=19f00094" />
|
||
|
||
|
||
<!--[if lt IE 9]>
|
||
<script src="_static/js/html5shiv.min.js"></script>
|
||
<![endif]-->
|
||
|
||
<script src="_static/jquery.js?v=5d32c60e"></script>
|
||
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
|
||
<script src="_static/documentation_options.js?v=2709fde1"></script>
|
||
<script src="_static/doctools.js?v=9a2dae69"></script>
|
||
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
|
||
<script src="_static/js/theme.js"></script>
|
||
<link rel="index" title="Index" href="genindex.html" />
|
||
<link rel="search" title="Search" href="search.html" />
|
||
<link rel="prev" title="pt_map package" href="pt_map.html" />
|
||
</head>
|
||
|
||
<body class="wy-body-for-nav">
|
||
<div class="wy-grid-for-nav">
|
||
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
||
<div class="wy-side-scroll">
|
||
<div class="wy-side-nav-search" >
|
||
|
||
|
||
|
||
<a href="index.html" class="icon icon-home">
|
||
Transport Accessibility
|
||
</a>
|
||
<div role="search">
|
||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
|
||
<input type="hidden" name="check_keywords" value="yes" />
|
||
<input type="hidden" name="area" value="default" />
|
||
</form>
|
||
</div>
|
||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
|
||
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
|
||
<ul class="current">
|
||
<li class="toctree-l1 current"><a class="reference internal" href="modules.html">transport_accessibility</a><ul class="current">
|
||
<li class="toctree-l2"><a class="reference internal" href="manage.html">manage module</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="pt_map.html">pt_map package</a></li>
|
||
<li class="toctree-l2 current"><a class="current reference internal" href="#">transport_accessibility package</a><ul>
|
||
<li class="toctree-l3"><a class="reference internal" href="#submodules">Submodules</a></li>
|
||
<li class="toctree-l3"><a class="reference internal" href="#module-transport_accessibility.asgi">transport_accessibility.asgi module</a></li>
|
||
<li class="toctree-l3"><a class="reference internal" href="#module-transport_accessibility.settings">transport_accessibility.settings module</a></li>
|
||
<li class="toctree-l3"><a class="reference internal" href="#module-transport_accessibility.urls">transport_accessibility.urls module</a></li>
|
||
<li class="toctree-l3"><a class="reference internal" href="#module-transport_accessibility.wsgi">transport_accessibility.wsgi module</a></li>
|
||
<li class="toctree-l3"><a class="reference internal" href="#module-transport_accessibility">Module contents</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
|
||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
||
<a href="index.html">Transport Accessibility</a>
|
||
</nav>
|
||
|
||
<div class="wy-nav-content">
|
||
<div class="rst-content">
|
||
<div role="navigation" aria-label="Page navigation">
|
||
<ul class="wy-breadcrumbs">
|
||
<li><a href="index.html" class="icon icon-home" aria-label="Home"></a></li>
|
||
<li class="breadcrumb-item"><a href="modules.html">transport_accessibility</a></li>
|
||
<li class="breadcrumb-item active">transport_accessibility package</li>
|
||
<li class="wy-breadcrumbs-aside">
|
||
<a href="_sources/transport_accessibility.rst.txt" rel="nofollow"> View page source</a>
|
||
</li>
|
||
</ul>
|
||
<hr/>
|
||
</div>
|
||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||
<div itemprop="articleBody">
|
||
|
||
<section id="transport-accessibility-package">
|
||
<h1>transport_accessibility package<a class="headerlink" href="#transport-accessibility-package" title="Link to this heading"></a></h1>
|
||
<section id="submodules">
|
||
<h2>Submodules<a class="headerlink" href="#submodules" title="Link to this heading"></a></h2>
|
||
</section>
|
||
<section id="module-transport_accessibility.asgi">
|
||
<span id="transport-accessibility-asgi-module"></span><h2>transport_accessibility.asgi module<a class="headerlink" href="#module-transport_accessibility.asgi" title="Link to this heading"></a></h2>
|
||
<p>ASGI config for transport_accessibility project.</p>
|
||
<p>It exposes the ASGI callable as a module-level variable named <code class="docutils literal notranslate"><span class="pre">application</span></code>.</p>
|
||
<p>For more information on this file, see
|
||
<a class="reference external" href="https://docs.djangoproject.com/en/5.0/howto/deployment/asgi/">https://docs.djangoproject.com/en/5.0/howto/deployment/asgi/</a></p>
|
||
</section>
|
||
<section id="module-transport_accessibility.settings">
|
||
<span id="transport-accessibility-settings-module"></span><h2>transport_accessibility.settings module<a class="headerlink" href="#module-transport_accessibility.settings" title="Link to this heading"></a></h2>
|
||
<p>Django settings for transport_accessibility project.</p>
|
||
<p>Generated by ‘django-admin startproject’ using Django 5.0.6.</p>
|
||
<p>For more information on this file, see
|
||
<a class="reference external" href="https://docs.djangoproject.com/en/5.0/topics/settings/">https://docs.djangoproject.com/en/5.0/topics/settings/</a></p>
|
||
<p>For the full list of settings and their values, see
|
||
<a class="reference external" href="https://docs.djangoproject.com/en/5.0/ref/settings/">https://docs.djangoproject.com/en/5.0/ref/settings/</a></p>
|
||
</section>
|
||
<section id="module-transport_accessibility.urls">
|
||
<span id="transport-accessibility-urls-module"></span><h2>transport_accessibility.urls module<a class="headerlink" href="#module-transport_accessibility.urls" title="Link to this heading"></a></h2>
|
||
<p>URL configuration for transport_accessibility project.</p>
|
||
</section>
|
||
<section id="module-transport_accessibility.wsgi">
|
||
<span id="transport-accessibility-wsgi-module"></span><h2>transport_accessibility.wsgi module<a class="headerlink" href="#module-transport_accessibility.wsgi" title="Link to this heading"></a></h2>
|
||
<p>WSGI config for transport_accessibility project.</p>
|
||
<p>It exposes the WSGI callable as a module-level variable named <code class="docutils literal notranslate"><span class="pre">application</span></code>.</p>
|
||
<p>For more information on this file, see
|
||
<a class="reference external" href="https://docs.djangoproject.com/en/5.0/howto/deployment/wsgi/">https://docs.djangoproject.com/en/5.0/howto/deployment/wsgi/</a></p>
|
||
</section>
|
||
<section id="module-transport_accessibility">
|
||
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-transport_accessibility" title="Link to this heading"></a></h2>
|
||
</section>
|
||
</section>
|
||
|
||
|
||
</div>
|
||
</div>
|
||
<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
|
||
<a href="pt_map.html" class="btn btn-neutral float-left" title="pt_map package" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
|
||
</div>
|
||
|
||
<hr/>
|
||
|
||
<div role="contentinfo">
|
||
<p>© Copyright 2024, Jan Kiljanski and Johannes Randerath.</p>
|
||
</div>
|
||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
|
||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
|
||
provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
||
|
||
|
||
</footer>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</div>
|
||
<script>
|
||
jQuery(function () {
|
||
SphinxRtdTheme.Navigation.enable(true);
|
||
});
|
||
</script>
|
||
|
||
</body>
|
||
</html> |