Revision 4
trunk/docs/arhitektura.rst | ||
---|---|---|
1 |
Arhitektura |
|
2 |
================ |
|
3 |
Lidar je naprava podobna radarju. Namesto radijskih valov uporablja svetlobo. Uporabimo ga lahko za zaznavanje delcev v zraku, pretežno različnih onesnaževalcev ali za merjenje vremenskih pojavov. Lidar skupaj s podpornimi elementi tvori lidarski sistem, ki se bo pretežno uporabljal v Luki Koper, d.d. Obstaja namreč želja, da se tam kvantitativno ovrednoti stopnjo onesnaževanja. |
trunk/docs/conf.py | ||
---|---|---|
1 |
# -*- coding: utf-8 -*- |
|
2 |
# |
|
3 |
# LIDAR documentation build configuration file, created by |
|
4 |
# sphinx-quickstart on Sat Jul 17 21:55:35 2010. |
|
5 |
# |
|
6 |
# This file is execfile()d with the current directory set to its containing dir. |
|
7 |
# |
|
8 |
# Note that not all possible configuration values are present in this |
|
9 |
# autogenerated file. |
|
10 |
# |
|
11 |
# All configuration values have a default; values that are commented out |
|
12 |
# serve to show the default. |
|
13 |
|
|
14 |
import sys, os |
|
15 |
|
|
16 |
# If extensions (or modules to document with autodoc) are in another directory, |
|
17 |
# add these directories to sys.path here. If the directory is relative to the |
|
18 |
# documentation root, use os.path.abspath to make it absolute, like shown here. |
|
19 |
#sys.path.append(os.path.abspath('.')) |
|
20 |
|
|
21 |
# -- General configuration ----------------------------------------------------- |
|
22 |
|
|
23 |
# Add any Sphinx extension module names here, as strings. They can be extensions |
|
24 |
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. |
|
25 |
extensions = [] |
|
26 |
|
|
27 |
# Add any paths that contain templates here, relative to this directory. |
|
28 |
templates_path = ['_templates'] |
|
29 |
|
|
30 |
# The suffix of source filenames. |
|
31 |
source_suffix = '.rst' |
|
32 |
|
|
33 |
# The encoding of source files. |
|
34 |
#source_encoding = 'utf-8' |
|
35 |
|
|
36 |
# The master toctree document. |
|
37 |
master_doc = 'index' |
|
38 |
|
|
39 |
# General information about the project. |
|
40 |
project = u'LIDAR' |
|
41 |
copyright = u'2010, Andrej Cimperšek' |
|
42 |
|
|
43 |
# The version info for the project you're documenting, acts as replacement for |
|
44 |
# |version| and |release|, also used in various other places throughout the |
|
45 |
# built documents. |
|
46 |
# |
|
47 |
# The short X.Y version. |
|
48 |
version = '1.0' |
|
49 |
# The full version, including alpha/beta/rc tags. |
|
50 |
release = '1.0.0' |
|
51 |
|
|
52 |
# The language for content autogenerated by Sphinx. Refer to documentation |
|
53 |
# for a list of supported languages. |
|
54 |
language = 'sl' |
|
55 |
|
|
56 |
# There are two options for replacing |today|: either, you set today to some |
|
57 |
# non-false value, then it is used: |
|
58 |
#today = '' |
|
59 |
# Else, today_fmt is used as the format for a strftime call. |
|
60 |
#today_fmt = '%B %d, %Y' |
|
61 |
|
|
62 |
# List of documents that shouldn't be included in the build. |
|
63 |
#unused_docs = [] |
|
64 |
|
|
65 |
# List of directories, relative to source directory, that shouldn't be searched |
|
66 |
# for source files. |
|
67 |
exclude_trees = ['_build'] |
|
68 |
|
|
69 |
# The reST default role (used for this markup: `text`) to use for all documents. |
|
70 |
#default_role = None |
|
71 |
|
|
72 |
# If true, '()' will be appended to :func: etc. cross-reference text. |
|
73 |
#add_function_parentheses = True |
|
74 |
|
|
75 |
# If true, the current module name will be prepended to all description |
|
76 |
# unit titles (such as .. function::). |
|
77 |
#add_module_names = True |
|
78 |
|
|
79 |
# If true, sectionauthor and moduleauthor directives will be shown in the |
|
80 |
# output. They are ignored by default. |
|
81 |
#show_authors = False |
|
82 |
|
|
83 |
# The name of the Pygments (syntax highlighting) style to use. |
|
84 |
pygments_style = 'sphinx' |
|
85 |
|
|
86 |
# A list of ignored prefixes for module index sorting. |
|
87 |
#modindex_common_prefix = [] |
|
88 |
|
|
89 |
|
|
90 |
# -- Options for HTML output --------------------------------------------------- |
|
91 |
|
|
92 |
# The theme to use for HTML and HTML Help pages. Major themes that come with |
|
93 |
# Sphinx are currently 'default' and 'sphinxdoc'. |
|
94 |
html_theme = 'nature' |
|
95 |
|
|
96 |
# Theme options are theme-specific and customize the look and feel of a theme |
|
97 |
# further. For a list of options available for each theme, see the |
|
98 |
# documentation. |
|
99 |
#html_theme_options = {} |
|
100 |
|
|
101 |
# Add any paths that contain custom themes here, relative to this directory. |
|
102 |
html_theme_path = ['_theme'] |
|
103 |
|
|
104 |
# The name for this set of Sphinx documents. If None, it defaults to |
|
105 |
# "<project> v<release> documentation". |
|
106 |
html_title = 'LIDAR dokumentacija' |
|
107 |
|
|
108 |
# A shorter title for the navigation bar. Default is the same as html_title. |
|
109 |
#html_short_title = None |
|
110 |
|
|
111 |
# The name of an image file (relative to this directory) to place at the top |
|
112 |
# of the sidebar. |
|
113 |
#html_logo = None |
|
114 |
|
|
115 |
# The name of an image file (within the static path) to use as favicon of the |
|
116 |
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 |
|
117 |
# pixels large. |
|
118 |
#html_favicon = None |
|
119 |
|
|
120 |
# Add any paths that contain custom static files (such as style sheets) here, |
|
121 |
# relative to this directory. They are copied after the builtin static files, |
|
122 |
# so a file named "default.css" will overwrite the builtin "default.css". |
|
123 |
html_static_path = ['_static'] |
|
124 |
|
|
125 |
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, |
|
126 |
# using the given strftime format. |
|
127 |
#html_last_updated_fmt = '%b %d, %Y' |
|
128 |
|
|
129 |
# If true, SmartyPants will be used to convert quotes and dashes to |
|
130 |
# typographically correct entities. |
|
131 |
#html_use_smartypants = True |
|
132 |
|
|
133 |
# Custom sidebar templates, maps document names to template names. |
|
134 |
#html_sidebars = {} |
|
135 |
|
|
136 |
# Additional templates that should be rendered to pages, maps page names to |
|
137 |
# template names. |
|
138 |
#html_additional_pages = {} |
|
139 |
|
|
140 |
# If false, no module index is generated. |
|
141 |
#html_use_modindex = True |
|
142 |
|
|
143 |
# If false, no index is generated. |
|
144 |
#html_use_index = True |
|
145 |
|
|
146 |
# If true, the index is split into individual pages for each letter. |
|
147 |
#html_split_index = False |
|
148 |
|
|
149 |
# If true, links to the reST sources are added to the pages. |
|
150 |
#html_show_sourcelink = True |
|
151 |
|
|
152 |
# If true, an OpenSearch description file will be output, and all pages will |
|
153 |
# contain a <link> tag referring to it. The value of this option must be the |
|
154 |
# base URL from which the finished HTML is served. |
|
155 |
#html_use_opensearch = '' |
|
156 |
|
|
157 |
# If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). |
|
158 |
#html_file_suffix = '' |
|
159 |
|
|
160 |
# Output file base name for HTML help builder. |
|
161 |
htmlhelp_basename = 'LIDARdoc' |
|
162 |
|
|
163 |
|
|
164 |
# -- Options for LaTeX output -------------------------------------------------- |
|
165 |
|
|
166 |
# The paper size ('letter' or 'a4'). |
|
167 |
#latex_paper_size = 'letter' |
|
168 |
|
|
169 |
# The font size ('10pt', '11pt' or '12pt'). |
|
170 |
#latex_font_size = '10pt' |
|
171 |
|
|
172 |
# Grouping the document tree into LaTeX files. List of tuples |
|
173 |
# (source start file, target name, title, author, documentclass [howto/manual]). |
|
174 |
latex_documents = [ |
|
175 |
('index', 'LIDAR.tex', u'LIDAR Documentation', |
|
176 |
u'Andrej Cimperšek', 'manual'), |
|
177 |
] |
|
178 |
|
|
179 |
# The name of an image file (relative to this directory) to place at the top of |
|
180 |
# the title page. |
|
181 |
#latex_logo = None |
|
182 |
|
|
183 |
# For "manual" documents, if this is true, then toplevel headings are parts, |
|
184 |
# not chapters. |
|
185 |
#latex_use_parts = False |
|
186 |
|
|
187 |
# Additional stuff for the LaTeX preamble. |
|
188 |
#latex_preamble = '' |
|
189 |
|
|
190 |
# Documents to append as an appendix to all manuals. |
|
191 |
#latex_appendices = [] |
|
192 |
|
|
193 |
# If false, no module index is generated. |
|
194 |
#latex_use_modindex = True |
trunk/docs/Makefile | ||
---|---|---|
1 |
# Makefile for Sphinx documentation |
|
2 |
# |
|
3 |
|
|
4 |
# You can set these variables from the command line. |
|
5 |
SPHINXOPTS = |
|
6 |
SPHINXBUILD = sphinx-build |
|
7 |
PAPER = |
|
8 |
BUILDDIR = _build |
|
9 |
|
|
10 |
# Internal variables. |
|
11 |
PAPEROPT_a4 = -D latex_paper_size=a4 |
|
12 |
PAPEROPT_letter = -D latex_paper_size=letter |
|
13 |
ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) . |
|
14 |
|
|
15 |
.PHONY: help clean html dirhtml pickle json htmlhelp qthelp latex changes linkcheck doctest |
|
16 |
|
|
17 |
help: |
|
18 |
@echo "Please use \`make <target>' where <target> is one of" |
|
19 |
@echo " html to make standalone HTML files" |
|
20 |
@echo " dirhtml to make HTML files named index.html in directories" |
|
21 |
@echo " pickle to make pickle files" |
|
22 |
@echo " json to make JSON files" |
|
23 |
@echo " htmlhelp to make HTML files and a HTML help project" |
|
24 |
@echo " qthelp to make HTML files and a qthelp project" |
|
25 |
@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter" |
|
26 |
@echo " changes to make an overview of all changed/added/deprecated items" |
|
27 |
@echo " linkcheck to check all external links for integrity" |
|
28 |
@echo " doctest to run all doctests embedded in the documentation (if enabled)" |
|
29 |
|
|
30 |
clean: |
|
31 |
-rm -rf $(BUILDDIR)/* |
|
32 |
|
|
33 |
html: |
|
34 |
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html |
|
35 |
@echo |
|
36 |
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html." |
|
37 |
|
|
38 |
dirhtml: |
|
39 |
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml |
|
40 |
@echo |
|
41 |
@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." |
|
42 |
|
|
43 |
pickle: |
|
44 |
$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle |
|
45 |
@echo |
|
46 |
@echo "Build finished; now you can process the pickle files." |
|
47 |
|
|
48 |
json: |
|
49 |
$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json |
|
50 |
@echo |
|
51 |
@echo "Build finished; now you can process the JSON files." |
|
52 |
|
|
53 |
htmlhelp: |
|
54 |
$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp |
|
55 |
@echo |
|
56 |
@echo "Build finished; now you can run HTML Help Workshop with the" \ |
|
57 |
".hhp project file in $(BUILDDIR)/htmlhelp." |
|
58 |
|
|
59 |
qthelp: |
|
60 |
$(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp |
|
61 |
@echo |
|
62 |
@echo "Build finished; now you can run "qcollectiongenerator" with the" \ |
|
63 |
".qhcp project file in $(BUILDDIR)/qthelp, like this:" |
|
64 |
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/LIDAR.qhcp" |
|
65 |
@echo "To view the help file:" |
|
66 |
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/LIDAR.qhc" |
|
67 |
|
|
68 |
latex: |
|
69 |
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex |
|
70 |
@echo |
|
71 |
@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." |
|
72 |
@echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \ |
|
73 |
"run these through (pdf)latex." |
|
74 |
|
|
75 |
changes: |
|
76 |
$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes |
|
77 |
@echo |
|
78 |
@echo "The overview file is in $(BUILDDIR)/changes." |
|
79 |
|
|
80 |
linkcheck: |
|
81 |
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck |
|
82 |
@echo |
|
83 |
@echo "Link check complete; look for any errors in the above output " \ |
|
84 |
"or in $(BUILDDIR)/linkcheck/output.txt." |
|
85 |
|
|
86 |
doctest: |
|
87 |
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest |
|
88 |
@echo "Testing of doctests in the sources finished, look at the " \ |
|
89 |
"results in $(BUILDDIR)/doctest/output.txt." |
trunk/docs/_build/html/api.html | ||
---|---|---|
1 |
|
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
|
|
5 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 |
<head> |
|
7 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 |
|
|
9 |
<title>API — LIDAR dokumentacija</title> |
|
10 |
<link rel="stylesheet" href="_static/nature.css" type="text/css" /> |
|
11 |
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
12 |
<script type="text/javascript"> |
|
13 |
var DOCUMENTATION_OPTIONS = { |
|
14 |
URL_ROOT: '', |
|
15 |
VERSION: '1.0.0', |
|
16 |
COLLAPSE_INDEX: false, |
|
17 |
FILE_SUFFIX: '.html', |
|
18 |
HAS_SOURCE: true |
|
19 |
}; |
|
20 |
</script> |
|
21 |
<script type="text/javascript" src="_static/jquery.js"></script> |
|
22 |
<script type="text/javascript" src="_static/underscore.js"></script> |
|
23 |
<script type="text/javascript" src="_static/doctools.js"></script> |
|
24 |
<script type="text/javascript" src="_static/translations.js"></script> |
|
25 |
<link rel="top" title="LIDAR dokumentacija" href="index.html" /> |
|
26 |
<link rel="prev" title="Arhitektura" href="arhitektura.html" /> |
|
27 |
</head> |
|
28 |
<body> |
|
29 |
<div class="related"> |
|
30 |
<h3>Navigacija</h3> |
|
31 |
<ul> |
|
32 |
<li class="right" style="margin-right: 10px"> |
|
33 |
<a href="genindex.html" title="Splošni abecedni seznam" |
|
34 |
accesskey="I">abecedni seznam</a></li> |
|
35 |
<li class="right" > |
|
36 |
<a href="arhitektura.html" title="Arhitektura" |
|
37 |
accesskey="P">nazaj</a> |</li> |
|
38 |
<li><a href="index.html">LIDAR dokumentacija</a> »</li> |
|
39 |
</ul> |
|
40 |
</div> |
|
41 |
|
|
42 |
<div class="document"> |
|
43 |
<div class="documentwrapper"> |
|
44 |
<div class="bodywrapper"> |
|
45 |
<div class="body"> |
|
46 |
|
|
47 |
<div class="section" id="api"> |
|
48 |
<h1>API<a class="headerlink" href="#api" title="Povezava na naslov">¶</a></h1> |
|
49 |
<p>Lidar je naprava podobna radarju. Namesto radijskih valov uporablja svetlobo. Uporabimo ga lahko za zaznavanje delcev v zraku, pretežno različnih onesnaževalcev ali za merjenje vremenskih pojavov. Lidar skupaj s podpornimi elementi tvori lidarski sistem, ki se bo pretežno uporabljal v Luki Koper, d.d. Obstaja namreč želja, da se tam kvantitativno ovrednoti stopnjo onesnaževanja.</p> |
|
50 |
</div> |
|
51 |
|
|
52 |
|
|
53 |
</div> |
|
54 |
</div> |
|
55 |
</div> |
|
56 |
<div class="sphinxsidebar"> |
|
57 |
<div class="sphinxsidebarwrapper"> |
|
58 |
<h4>Prejšnja tema</h4> |
|
59 |
<p class="topless"><a href="arhitektura.html" |
|
60 |
title="prejšnje poglavje">Arhitektura</a></p> |
|
61 |
<h3>Trenutna stran</h3> |
|
62 |
<ul class="this-page-menu"> |
|
63 |
<li><a href="_sources/api.txt" |
|
64 |
rel="nofollow">Prikaži izvorno kodo</a></li> |
|
65 |
</ul> |
|
66 |
<div id="searchbox" style="display: none"> |
|
67 |
<h3>Hitro iskanje</h3> |
|
68 |
<form class="search" action="search.html" method="get"> |
|
69 |
<input type="text" name="q" size="18" /> |
|
70 |
<input type="submit" value="Potrdi" /> |
|
71 |
<input type="hidden" name="check_keywords" value="yes" /> |
|
72 |
<input type="hidden" name="area" value="default" /> |
|
73 |
</form> |
|
74 |
<p class="searchtip" style="font-size: 90%"> |
|
75 |
Vnesi ime modula, razreda ali funkcije. |
|
76 |
</p> |
|
77 |
</div> |
|
78 |
<script type="text/javascript">$('#searchbox').show(0);</script> |
|
79 |
</div> |
|
80 |
</div> |
|
81 |
<div class="clearer"></div> |
|
82 |
</div> |
|
83 |
<div class="related"> |
|
84 |
<h3>Navigacija</h3> |
|
85 |
<ul> |
|
86 |
<li class="right" style="margin-right: 10px"> |
|
87 |
<a href="genindex.html" title="Splošni abecedni seznam" |
|
88 |
>abecedni seznam</a></li> |
|
89 |
<li class="right" > |
|
90 |
<a href="arhitektura.html" title="Arhitektura" |
|
91 |
>nazaj</a> |</li> |
|
92 |
<li><a href="index.html">LIDAR dokumentacija</a> »</li> |
|
93 |
</ul> |
|
94 |
</div> |
|
95 |
<div class="footer"> |
|
96 |
© Vse pravice pridržane 2010, Andrej Cimperšek. |
|
97 |
Narejeno s <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. |
|
98 |
</div> |
|
99 |
</body> |
|
100 |
</html> |
trunk/docs/_build/html/opis.html | ||
---|---|---|
1 |
|
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
|
|
5 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 |
<head> |
|
7 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 |
|
|
9 |
<title>Opis — LIDAR dokumentacija</title> |
|
10 |
<link rel="stylesheet" href="_static/nature.css" type="text/css" /> |
|
11 |
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
12 |
<script type="text/javascript"> |
|
13 |
var DOCUMENTATION_OPTIONS = { |
|
14 |
URL_ROOT: '', |
|
15 |
VERSION: '1.0.0', |
|
16 |
COLLAPSE_INDEX: false, |
|
17 |
FILE_SUFFIX: '.html', |
|
18 |
HAS_SOURCE: true |
|
19 |
}; |
|
20 |
</script> |
|
21 |
<script type="text/javascript" src="_static/jquery.js"></script> |
|
22 |
<script type="text/javascript" src="_static/underscore.js"></script> |
|
23 |
<script type="text/javascript" src="_static/doctools.js"></script> |
|
24 |
<script type="text/javascript" src="_static/translations.js"></script> |
|
25 |
<link rel="top" title="LIDAR dokumentacija" href="index.html" /> |
|
26 |
<link rel="next" title="Arhitektura" href="arhitektura.html" /> |
|
27 |
<link rel="prev" title="LIDAR dokumentacija" href="index.html" /> |
|
28 |
</head> |
|
29 |
<body> |
|
30 |
<div class="related"> |
|
31 |
<h3>Navigacija</h3> |
|
32 |
<ul> |
|
33 |
<li class="right" style="margin-right: 10px"> |
|
34 |
<a href="genindex.html" title="Splošni abecedni seznam" |
|
35 |
accesskey="I">abecedni seznam</a></li> |
|
36 |
<li class="right" > |
|
37 |
<a href="arhitektura.html" title="Arhitektura" |
|
38 |
accesskey="N">naprej</a> |</li> |
|
39 |
<li class="right" > |
|
40 |
<a href="index.html" title="LIDAR dokumentacija" |
|
41 |
accesskey="P">nazaj</a> |</li> |
|
42 |
<li><a href="index.html">LIDAR dokumentacija</a> »</li> |
|
43 |
</ul> |
|
44 |
</div> |
|
45 |
|
|
46 |
<div class="document"> |
|
47 |
<div class="documentwrapper"> |
|
48 |
<div class="bodywrapper"> |
|
49 |
<div class="body"> |
|
50 |
|
|
51 |
<div class="section" id="opis"> |
|
52 |
<h1>Opis<a class="headerlink" href="#opis" title="Povezava na naslov">¶</a></h1> |
|
53 |
<p>Lidar je naprava podobna radarju. Namesto radijskih valov uporablja svetlobo. Uporabimo ga lahko za zaznavanje delcev v zraku, pretežno različnih onesnaževalcev ali za merjenje vremenskih pojavov. Lidar skupaj s podpornimi elementi tvori lidarski sistem, ki se bo pretežno uporabljal v Luki Koper, d.d. Obstaja namreč želja, da se tam kvantitativno ovrednoti stopnjo onesnaževanja.</p> |
|
54 |
</div> |
|
55 |
|
|
56 |
|
|
57 |
</div> |
|
58 |
</div> |
|
59 |
</div> |
|
60 |
<div class="sphinxsidebar"> |
|
61 |
<div class="sphinxsidebarwrapper"> |
|
62 |
<h4>Prejšnja tema</h4> |
|
63 |
<p class="topless"><a href="index.html" |
|
64 |
title="prejšnje poglavje">LIDAR dokumentacija</a></p> |
|
65 |
<h4>Naslednja tema</h4> |
|
66 |
<p class="topless"><a href="arhitektura.html" |
|
67 |
title="naslednje poglavje">Arhitektura</a></p> |
|
68 |
<h3>Trenutna stran</h3> |
|
69 |
<ul class="this-page-menu"> |
|
70 |
<li><a href="_sources/opis.txt" |
|
71 |
rel="nofollow">Prikaži izvorno kodo</a></li> |
|
72 |
</ul> |
|
73 |
<div id="searchbox" style="display: none"> |
|
74 |
<h3>Hitro iskanje</h3> |
|
75 |
<form class="search" action="search.html" method="get"> |
|
76 |
<input type="text" name="q" size="18" /> |
|
77 |
<input type="submit" value="Potrdi" /> |
|
78 |
<input type="hidden" name="check_keywords" value="yes" /> |
|
79 |
<input type="hidden" name="area" value="default" /> |
|
80 |
</form> |
|
81 |
<p class="searchtip" style="font-size: 90%"> |
|
82 |
Vnesi ime modula, razreda ali funkcije. |
|
83 |
</p> |
|
84 |
</div> |
|
85 |
<script type="text/javascript">$('#searchbox').show(0);</script> |
|
86 |
</div> |
|
87 |
</div> |
|
88 |
<div class="clearer"></div> |
|
89 |
</div> |
|
90 |
<div class="related"> |
|
91 |
<h3>Navigacija</h3> |
|
92 |
<ul> |
|
93 |
<li class="right" style="margin-right: 10px"> |
|
94 |
<a href="genindex.html" title="Splošni abecedni seznam" |
|
95 |
>abecedni seznam</a></li> |
|
96 |
<li class="right" > |
|
97 |
<a href="arhitektura.html" title="Arhitektura" |
|
98 |
>naprej</a> |</li> |
|
99 |
<li class="right" > |
|
100 |
<a href="index.html" title="LIDAR dokumentacija" |
|
101 |
>nazaj</a> |</li> |
|
102 |
<li><a href="index.html">LIDAR dokumentacija</a> »</li> |
|
103 |
</ul> |
|
104 |
</div> |
|
105 |
<div class="footer"> |
|
106 |
© Vse pravice pridržane 2010, Andrej Cimperšek. |
|
107 |
Narejeno s <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. |
|
108 |
</div> |
|
109 |
</body> |
|
110 |
</html> |
trunk/docs/_build/html/_sources/arhitektura.txt | ||
---|---|---|
1 |
Arhitektura |
|
2 |
================ |
|
3 |
Lidar je naprava podobna radarju. Namesto radijskih valov uporablja svetlobo. Uporabimo ga lahko za zaznavanje delcev v zraku, pretežno različnih onesnaževalcev ali za merjenje vremenskih pojavov. Lidar skupaj s podpornimi elementi tvori lidarski sistem, ki se bo pretežno uporabljal v Luki Koper, d.d. Obstaja namreč želja, da se tam kvantitativno ovrednoti stopnjo onesnaževanja. |
trunk/docs/_build/html/_sources/index.txt | ||
---|---|---|
1 |
LIDAR dokumentacija |
|
2 |
================================= |
|
3 |
|
|
4 |
Vsebina: |
|
5 |
|
|
6 |
.. toctree:: |
|
7 |
:maxdepth: 2 |
|
8 |
|
|
9 |
opis.rst |
|
10 |
arhitektura.rst |
|
11 |
api.rst |
|
12 |
|
trunk/docs/_build/html/_sources/api.txt | ||
---|---|---|
1 |
API |
|
2 |
================ |
|
3 |
Lidar je naprava podobna radarju. Namesto radijskih valov uporablja svetlobo. Uporabimo ga lahko za zaznavanje delcev v zraku, pretežno različnih onesnaževalcev ali za merjenje vremenskih pojavov. Lidar skupaj s podpornimi elementi tvori lidarski sistem, ki se bo pretežno uporabljal v Luki Koper, d.d. Obstaja namreč želja, da se tam kvantitativno ovrednoti stopnjo onesnaževanja. |
trunk/docs/_build/html/_sources/opis.txt | ||
---|---|---|
1 |
Opis |
|
2 |
================ |
|
3 |
Lidar je naprava podobna radarju. Namesto radijskih valov uporablja svetlobo. Uporabimo ga lahko za zaznavanje delcev v zraku, pretežno različnih onesnaževalcev ali za merjenje vremenskih pojavov. Lidar skupaj s podpornimi elementi tvori lidarski sistem, ki se bo pretežno uporabljal v Luki Koper, d.d. Obstaja namreč želja, da se tam kvantitativno ovrednoti stopnjo onesnaževanja. |
trunk/docs/_build/html/genindex.html | ||
---|---|---|
1 |
|
|
2 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
|
|
5 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 |
<head> |
|
7 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 |
|
|
9 |
<title>Abecedni seznam — LIDAR dokumentacija</title> |
|
10 |
<link rel="stylesheet" href="_static/nature.css" type="text/css" /> |
|
11 |
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
12 |
<script type="text/javascript"> |
|
13 |
var DOCUMENTATION_OPTIONS = { |
|
14 |
URL_ROOT: '', |
|
15 |
VERSION: '1.0.0', |
|
16 |
COLLAPSE_INDEX: false, |
|
17 |
FILE_SUFFIX: '.html', |
|
18 |
HAS_SOURCE: true |
|
19 |
}; |
|
20 |
</script> |
|
21 |
<script type="text/javascript" src="_static/jquery.js"></script> |
|
22 |
<script type="text/javascript" src="_static/underscore.js"></script> |
|
23 |
<script type="text/javascript" src="_static/doctools.js"></script> |
|
24 |
<script type="text/javascript" src="_static/translations.js"></script> |
|
25 |
<link rel="top" title="LIDAR dokumentacija" href="index.html" /> |
|
26 |
</head> |
|
27 |
<body> |
|
28 |
<div class="related"> |
|
29 |
<h3>Navigacija</h3> |
|
30 |
<ul> |
|
31 |
<li class="right" style="margin-right: 10px"> |
|
32 |
<a href="#" title="Splošni abecedni seznam" |
|
33 |
accesskey="I">abecedni seznam</a></li> |
|
34 |
<li><a href="index.html">LIDAR dokumentacija</a> »</li> |
|
35 |
</ul> |
|
36 |
</div> |
|
37 |
|
|
38 |
<div class="document"> |
|
39 |
<div class="documentwrapper"> |
|
40 |
<div class="bodywrapper"> |
|
41 |
<div class="body"> |
|
42 |
|
|
43 |
|
|
44 |
<h1 id="index">Abecedni seznam</h1> |
|
45 |
|
|
46 |
<div class="genindex-jumpbox"> |
|
47 |
|
|
48 |
</div> |
|
49 |
|
|
50 |
|
|
51 |
</div> |
|
52 |
</div> |
|
53 |
</div> |
|
54 |
<div class="sphinxsidebar"> |
|
55 |
<div class="sphinxsidebarwrapper"> |
|
56 |
|
|
57 |
|
|
58 |
|
|
59 |
<div id="searchbox" style="display: none"> |
|
60 |
<h3>Hitro iskanje</h3> |
|
61 |
<form class="search" action="search.html" method="get"> |
|
62 |
<input type="text" name="q" size="18" /> |
|
63 |
<input type="submit" value="Potrdi" /> |
|
64 |
<input type="hidden" name="check_keywords" value="yes" /> |
|
65 |
<input type="hidden" name="area" value="default" /> |
|
66 |
</form> |
|
67 |
<p class="searchtip" style="font-size: 90%"> |
|
68 |
Vnesi ime modula, razreda ali funkcije. |
|
69 |
</p> |
|
70 |
</div> |
|
71 |
<script type="text/javascript">$('#searchbox').show(0);</script> |
|
72 |
</div> |
|
73 |
</div> |
|
74 |
<div class="clearer"></div> |
|
75 |
</div> |
|
76 |
<div class="related"> |
|
77 |
<h3>Navigacija</h3> |
|
78 |
<ul> |
|
79 |
<li class="right" style="margin-right: 10px"> |
|
80 |
<a href="#" title="Splošni abecedni seznam" |
|
81 |
>abecedni seznam</a></li> |
|
82 |
<li><a href="index.html">LIDAR dokumentacija</a> »</li> |
|
83 |
</ul> |
|
84 |
</div> |
|
85 |
<div class="footer"> |
|
86 |
© Vse pravice pridržane 2010, Andrej Cimperšek. |
|
87 |
Narejeno s <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0b2. |
|
88 |
</div> |
|
89 |
</body> |
|
90 |
</html> |
trunk/docs/_build/html/_static/underscore.js | ||
---|---|---|
1 |
(function(){var j=this,n=j._,i=function(a){this._wrapped=a},m=typeof StopIteration!=="undefined"?StopIteration:"__break__",b=j._=function(a){return new i(a)};if(typeof exports!=="undefined")exports._=b;var k=Array.prototype.slice,o=Array.prototype.unshift,p=Object.prototype.toString,q=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;b.VERSION="0.5.5";b.each=function(a,c,d){try{if(a.forEach)a.forEach(c,d);else if(b.isArray(a)||b.isArguments(a))for(var e=0,f=a.length;e<f;e++)c.call(d, |
|
2 |
a[e],e,a);else{var g=b.keys(a);f=g.length;for(e=0;e<f;e++)c.call(d,a[g[e]],g[e],a)}}catch(h){if(h!=m)throw h;}return a};b.map=function(a,c,d){if(a&&b.isFunction(a.map))return a.map(c,d);var e=[];b.each(a,function(f,g,h){e.push(c.call(d,f,g,h))});return e};b.reduce=function(a,c,d,e){if(a&&b.isFunction(a.reduce))return a.reduce(b.bind(d,e),c);b.each(a,function(f,g,h){c=d.call(e,c,f,g,h)});return c};b.reduceRight=function(a,c,d,e){if(a&&b.isFunction(a.reduceRight))return a.reduceRight(b.bind(d,e),c); |
|
3 |
var f=b.clone(b.toArray(a)).reverse();b.each(f,function(g,h){c=d.call(e,c,g,h,a)});return c};b.detect=function(a,c,d){var e;b.each(a,function(f,g,h){if(c.call(d,f,g,h)){e=f;b.breakLoop()}});return e};b.select=function(a,c,d){if(a&&b.isFunction(a.filter))return a.filter(c,d);var e=[];b.each(a,function(f,g,h){c.call(d,f,g,h)&&e.push(f)});return e};b.reject=function(a,c,d){var e=[];b.each(a,function(f,g,h){!c.call(d,f,g,h)&&e.push(f)});return e};b.all=function(a,c,d){c=c||b.identity;if(a&&b.isFunction(a.every))return a.every(c, |
|
4 |
d);var e=true;b.each(a,function(f,g,h){(e=e&&c.call(d,f,g,h))||b.breakLoop()});return e};b.any=function(a,c,d){c=c||b.identity;if(a&&b.isFunction(a.some))return a.some(c,d);var e=false;b.each(a,function(f,g,h){if(e=c.call(d,f,g,h))b.breakLoop()});return e};b.include=function(a,c){if(b.isArray(a))return b.indexOf(a,c)!=-1;var d=false;b.each(a,function(e){if(d=e===c)b.breakLoop()});return d};b.invoke=function(a,c){var d=b.rest(arguments,2);return b.map(a,function(e){return(c?e[c]:e).apply(e,d)})};b.pluck= |
|
5 |
function(a,c){return b.map(a,function(d){return d[c]})};b.max=function(a,c,d){if(!c&&b.isArray(a))return Math.max.apply(Math,a);var e={computed:-Infinity};b.each(a,function(f,g,h){g=c?c.call(d,f,g,h):f;g>=e.computed&&(e={value:f,computed:g})});return e.value};b.min=function(a,c,d){if(!c&&b.isArray(a))return Math.min.apply(Math,a);var e={computed:Infinity};b.each(a,function(f,g,h){g=c?c.call(d,f,g,h):f;g<e.computed&&(e={value:f,computed:g})});return e.value};b.sortBy=function(a,c,d){return b.pluck(b.map(a, |
|
6 |
function(e,f,g){return{value:e,criteria:c.call(d,e,f,g)}}).sort(function(e,f){e=e.criteria;f=f.criteria;return e<f?-1:e>f?1:0}),"value")};b.sortedIndex=function(a,c,d){d=d||b.identity;for(var e=0,f=a.length;e<f;){var g=e+f>>1;d(a[g])<d(c)?(e=g+1):(f=g)}return e};b.toArray=function(a){if(!a)return[];if(a.toArray)return a.toArray();if(b.isArray(a))return a;if(b.isArguments(a))return k.call(a);return b.values(a)};b.size=function(a){return b.toArray(a).length};b.first=function(a,c,d){return c&&!d?k.call(a, |
|
7 |
0,c):a[0]};b.rest=function(a,c,d){return k.call(a,b.isUndefined(c)||d?1:c)};b.last=function(a){return a[a.length-1]};b.compact=function(a){return b.select(a,function(c){return!!c})};b.flatten=function(a){return b.reduce(a,[],function(c,d){if(b.isArray(d))return c.concat(b.flatten(d));c.push(d);return c})};b.without=function(a){var c=b.rest(arguments);return b.select(a,function(d){return!b.include(c,d)})};b.uniq=function(a,c){return b.reduce(a,[],function(d,e,f){if(0==f||(c===true?b.last(d)!=e:!b.include(d, |
|
8 |
e)))d.push(e);return d})};b.intersect=function(a){var c=b.rest(arguments);return b.select(b.uniq(a),function(d){return b.all(c,function(e){return b.indexOf(e,d)>=0})})};b.zip=function(){for(var a=b.toArray(arguments),c=b.max(b.pluck(a,"length")),d=new Array(c),e=0;e<c;e++)d[e]=b.pluck(a,String(e));return d};b.indexOf=function(a,c){if(a.indexOf)return a.indexOf(c);for(var d=0,e=a.length;d<e;d++)if(a[d]===c)return d;return-1};b.lastIndexOf=function(a,c){if(a.lastIndexOf)return a.lastIndexOf(c);for(var d= |
|
9 |
a.length;d--;)if(a[d]===c)return d;return-1};b.range=function(a,c,d){var e=b.toArray(arguments),f=e.length<=1;a=f?0:e[0];c=f?e[0]:e[1];d=e[2]||1;e=Math.ceil((c-a)/d);if(e<=0)return[];e=new Array(e);f=a;for(var g=0;1;f+=d){if((d>0?f-c:c-f)>=0)return e;e[g++]=f}};b.bind=function(a,c){var d=b.rest(arguments,2);return function(){return a.apply(c||j,d.concat(b.toArray(arguments)))}};b.bindAll=function(a){var c=b.rest(arguments);if(c.length==0)c=b.functions(a);b.each(c,function(d){a[d]=b.bind(a[d],a)}); |
|
10 |
return a};b.delay=function(a,c){var d=b.rest(arguments,2);return setTimeout(function(){return a.apply(a,d)},c)};b.defer=function(a){return b.delay.apply(b,[a,1].concat(b.rest(arguments)))};b.wrap=function(a,c){return function(){var d=[a].concat(b.toArray(arguments));return c.apply(c,d)}};b.compose=function(){var a=b.toArray(arguments);return function(){for(var c=b.toArray(arguments),d=a.length-1;d>=0;d--)c=[a[d].apply(this,c)];return c[0]}};b.keys=function(a){if(b.isArray(a))return b.range(0,a.length); |
|
11 |
var c=[];for(var d in a)q.call(a,d)&&c.push(d);return c};b.values=function(a){return b.map(a,b.identity)};b.functions=function(a){return b.select(b.keys(a),function(c){return b.isFunction(a[c])}).sort()};b.extend=function(a,c){for(var d in c)a[d]=c[d];return a};b.clone=function(a){if(b.isArray(a))return a.slice(0);return b.extend({},a)};b.tap=function(a,c){c(a);return a};b.isEqual=function(a,c){if(a===c)return true;var d=typeof a;if(d!=typeof c)return false;if(a==c)return true;if(!a&&c||a&&!c)return false; |
|
12 |
if(a.isEqual)return a.isEqual(c);if(b.isDate(a)&&b.isDate(c))return a.getTime()===c.getTime();if(b.isNaN(a)&&b.isNaN(c))return true;if(b.isRegExp(a)&&b.isRegExp(c))return a.source===c.source&&a.global===c.global&&a.ignoreCase===c.ignoreCase&&a.multiline===c.multiline;if(d!=="object")return false;if(a.length&&a.length!==c.length)return false;d=b.keys(a);var e=b.keys(c);if(d.length!=e.length)return false;for(var f in a)if(!b.isEqual(a[f],c[f]))return false;return true};b.isEmpty=function(a){return b.keys(a).length== |
|
13 |
0};b.isElement=function(a){return!!(a&&a.nodeType==1)};b.isArray=function(a){return!!(a&&a.concat&&a.unshift)};b.isArguments=function(a){return a&&b.isNumber(a.length)&&!b.isArray(a)&&!r.call(a,"length")};b.isFunction=function(a){return!!(a&&a.constructor&&a.call&&a.apply)};b.isString=function(a){return!!(a===""||a&&a.charCodeAt&&a.substr)};b.isNumber=function(a){return p.call(a)==="[object Number]"};b.isDate=function(a){return!!(a&&a.getTimezoneOffset&&a.setUTCFullYear)};b.isRegExp=function(a){return!!(a&& |
|
14 |
a.test&&a.exec&&(a.ignoreCase||a.ignoreCase===false))};b.isNaN=function(a){return b.isNumber(a)&&isNaN(a)};b.isNull=function(a){return a===null};b.isUndefined=function(a){return typeof a=="undefined"};b.noConflict=function(){j._=n;return this};b.identity=function(a){return a};b.breakLoop=function(){throw m;};var s=0;b.uniqueId=function(a){var c=s++;return a?a+c:c};b.template=function(a,c){a=new Function("obj","var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push('"+a.replace(/[\r\t\n]/g, |
|
15 |
" ").replace(/'(?=[^%]*%>)/g,"\t").split("'").join("\\'").split("\t").join("'").replace(/<%=(.+?)%>/g,"',$1,'").split("<%").join("');").split("%>").join("p.push('")+"');}return p.join('');");return c?a(c):a};b.forEach=b.each;b.foldl=b.inject=b.reduce;b.foldr=b.reduceRight;b.filter=b.select;b.every=b.all;b.some=b.any;b.head=b.first;b.tail=b.rest;b.methods=b.functions;var l=function(a,c){return c?b(a).chain():a};b.each(b.functions(b),function(a){var c=b[a];i.prototype[a]=function(){var d=b.toArray(arguments); |
|
16 |
o.call(d,this._wrapped);return l(c.apply(b,d),this._chain)}});b.each(["pop","push","reverse","shift","sort","splice","unshift"],function(a){var c=Array.prototype[a];i.prototype[a]=function(){c.apply(this._wrapped,arguments);return l(this._wrapped,this._chain)}});b.each(["concat","join","slice"],function(a){var c=Array.prototype[a];i.prototype[a]=function(){return l(c.apply(this._wrapped,arguments),this._chain)}});i.prototype.chain=function(){this._chain=true;return this};i.prototype.value=function(){return this._wrapped}})(); |
trunk/docs/_build/html/_static/nature.css | ||
---|---|---|
1 |
/** |
|
2 |
* Sphinx stylesheet -- default theme |
|
3 |
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|
4 |
*/ |
|
5 |
|
|
6 |
@import url("basic.css"); |
|
7 |
|
|
8 |
/* -- page layout ----------------------------------------------------------- */ |
|
9 |
|
|
10 |
body { |
|
11 |
font-family: Arial, sans-serif; |
|
12 |
font-size: 100%; |
|
13 |
background-color: #111111; |
|
14 |
color: #555555; |
|
15 |
margin: 0; |
|
16 |
padding: 0; |
|
17 |
} |
|
18 |
|
|
19 |
div.documentwrapper { |
|
20 |
float: left; |
|
21 |
width: 100%; |
|
22 |
} |
|
23 |
|
|
24 |
div.bodywrapper { |
|
25 |
margin: 0 0 0 300px; |
|
26 |
} |
|
27 |
|
|
28 |
hr{ |
|
29 |
border: 1px solid #B1B4B6; |
|
30 |
} |
|
31 |
|
|
32 |
div.document { |
|
33 |
background-color: #fafafa; |
|
34 |
} |
|
35 |
|
|
36 |
div.body { |
|
37 |
background-color: #ffffff; |
|
38 |
color: #3E4349; |
|
39 |
padding: 1em 30px 30px 30px; |
|
40 |
font-size: 0.9em; |
|
41 |
} |
|
42 |
|
|
43 |
div.footer { |
|
44 |
color: #555; |
|
45 |
width: 100%; |
|
46 |
padding: 13px 0; |
|
47 |
text-align: center; |
|
48 |
font-size: 75%; |
|
49 |
} |
|
50 |
|
|
51 |
div.footer a { |
|
52 |
color: #444444; |
|
53 |
} |
|
54 |
|
|
55 |
div.related { |
|
56 |
background-color: #6BA81E; |
|
57 |
line-height: 36px; |
|
58 |
color: #ffffff; |
|
59 |
text-shadow: 0px 1px 0 #444444; |
|
60 |
font-size: 1.1em; |
|
61 |
} |
|
62 |
|
|
63 |
div.related a { |
|
64 |
color: #E2F3CC; |
|
65 |
} |
|
66 |
|
|
67 |
div.related .right { |
|
68 |
font-size: 0.9em; |
|
69 |
} |
|
70 |
|
|
71 |
div.sphinxsidebar { |
|
72 |
font-size: 0.9em; |
|
73 |
line-height: 1.5em; |
|
74 |
width: 300px |
|
75 |
} |
|
76 |
|
|
77 |
div.sphinxsidebarwrapper{ |
|
78 |
padding: 20px 0; |
|
79 |
} |
|
80 |
|
|
81 |
div.sphinxsidebar h3, |
|
82 |
div.sphinxsidebar h4 { |
|
83 |
font-family: Arial, sans-serif; |
|
84 |
color: #222222; |
|
85 |
font-size: 1.2em; |
|
86 |
font-weight: bold; |
|
87 |
margin: 0; |
|
88 |
padding: 5px 10px; |
|
89 |
text-shadow: 1px 1px 0 white |
|
90 |
} |
|
91 |
|
|
92 |
div.sphinxsidebar h3 a { |
|
93 |
color: #444444; |
|
94 |
} |
|
95 |
|
|
96 |
div.sphinxsidebar p { |
|
97 |
color: #888888; |
|
98 |
padding: 5px 20px; |
|
99 |
margin: 0.5em 0px; |
|
100 |
} |
|
101 |
|
|
102 |
div.sphinxsidebar p.topless { |
|
103 |
} |
|
104 |
|
|
105 |
div.sphinxsidebar ul { |
|
106 |
margin: 10px 10px 10px 20px; |
|
107 |
padding: 0; |
|
108 |
color: #000000; |
|
109 |
} |
|
110 |
|
|
111 |
div.sphinxsidebar a { |
|
112 |
color: #444444; |
|
113 |
} |
|
114 |
|
|
115 |
div.sphinxsidebar a:hover { |
|
116 |
color: #E32E00; |
|
117 |
} |
|
118 |
|
|
119 |
div.sphinxsidebar input { |
|
120 |
border: 1px solid #cccccc; |
|
121 |
font-family: sans-serif; |
|
122 |
font-size: 1.1em; |
|
123 |
padding: 0.15em 0.3em; |
|
124 |
} |
|
125 |
|
|
126 |
div.sphinxsidebar input[type=text]{ |
|
127 |
margin-left: 20px; |
|
128 |
} |
|
129 |
|
|
130 |
/* -- body styles ----------------------------------------------------------- */ |
|
131 |
|
|
132 |
a { |
|
133 |
color: #005B81; |
|
134 |
text-decoration: none; |
|
135 |
} |
|
136 |
|
|
137 |
a:hover { |
|
138 |
color: #E32E00; |
|
139 |
} |
|
140 |
|
|
141 |
div.body h1, |
|
142 |
div.body h2, |
|
143 |
div.body h3, |
|
144 |
div.body h4, |
|
145 |
div.body h5, |
|
146 |
div.body h6 { |
|
147 |
font-family: Arial, sans-serif; |
|
148 |
font-weight: normal; |
|
149 |
color: #212224; |
|
150 |
margin: 30px 0px 10px 0px; |
|
151 |
padding: 5px 0 5px 0px; |
|
152 |
text-shadow: 0px 1px 0 white; |
|
153 |
border-bottom: 1px solid #C8D5E3; |
|
154 |
} |
|
155 |
|
|
156 |
div.body h1 { margin-top: 0; font-size: 200%; } |
|
157 |
div.body h2 { font-size: 150%; } |
|
158 |
div.body h3 { font-size: 120%; } |
|
159 |
div.body h4 { font-size: 110%; } |
|
160 |
div.body h5 { font-size: 100%; } |
|
161 |
div.body h6 { font-size: 100%; } |
|
162 |
|
|
163 |
a.headerlink { |
|
164 |
color: #c60f0f; |
|
165 |
font-size: 0.8em; |
|
166 |
padding: 0 4px 0 4px; |
|
167 |
text-decoration: none; |
|
168 |
} |
|
169 |
|
|
170 |
a.headerlink:hover { |
|
171 |
background-color: #c60f0f; |
|
172 |
color: white; |
|
173 |
} |
|
174 |
|
|
175 |
div.body p, div.body dd, div.body li { |
|
176 |
line-height: 1.8em; |
|
177 |
} |
|
178 |
|
|
179 |
div.admonition p.admonition-title + p { |
|
180 |
display: inline; |
|
181 |
} |
|
182 |
|
|
183 |
div.highlight{ |
|
184 |
background-color: white; |
|
185 |
} |
|
186 |
|
|
187 |
div.note { |
|
188 |
background-color: #eeeeee; |
|
189 |
border: 1px solid #cccccc; |
|
190 |
} |
|
191 |
|
|
192 |
div.seealso { |
|
193 |
background-color: #ffffcc; |
|
194 |
border: 1px solid #ffff66; |
|
195 |
} |
|
196 |
|
|
197 |
div.topic { |
|
198 |
background-color: #fafafa; |
|
199 |
border-width: 0; |
|
200 |
} |
|
201 |
|
|
202 |
div.warning { |
|
203 |
background-color: #ffe4e4; |
|
204 |
border: 1px solid #ff6666; |
|
205 |
} |
|
206 |
|
|
207 |
p.admonition-title { |
|
208 |
display: inline; |
|
209 |
} |
|
210 |
|
|
211 |
p.admonition-title:after { |
|
212 |
content: ":"; |
|
213 |
} |
|
214 |
|
|
215 |
pre { |
|
216 |
padding: 10px; |
|
217 |
background-color: #fafafa; |
|
218 |
color: #222222; |
|
219 |
line-height: 1.5em; |
|
220 |
font-size: 1.1em; |
|
221 |
margin: 1.5em 0 1.5em 0; |
|
222 |
-webkit-box-shadow: 0px 0px 4px #d8d8d8; |
|
223 |
-moz-box-shadow: 0px 0px 4px #d8d8d8; |
|
224 |
box-shadow: 0px 0px 4px #d8d8d8; |
|
225 |
} |
|
226 |
|
|
227 |
tt { |
|
228 |
color: #222222; |
|
229 |
padding: 1px 2px; |
|
230 |
font-size: 1.2em; |
|
231 |
font-family: monospace; |
|
232 |
} |
|
233 |
|
|
234 |
#table-of-contents ul { |
|
235 |
padding-left: 2em; |
|
236 |
} |
trunk/docs/_build/html/_static/basic.css | ||
---|---|---|
1 |
/* |
|
2 |
* basic.css |
|
3 |
* ~~~~~~~~~ |
|
4 |
* |
|
5 |
* Sphinx stylesheet -- basic theme. |
|
6 |
* |
|
7 |
* :copyright: Copyright 2007-2010 by the Sphinx team, see AUTHORS. |
|
8 |
* :license: BSD, see LICENSE for details. |
|
9 |
* |
|
10 |
*/ |
|
11 |
|
|
12 |
/* -- main layout ----------------------------------------------------------- */ |
|
13 |
|
|
14 |
div.clearer { |
|
15 |
clear: both; |
|
16 |
} |
|
17 |
|
|
18 |
/* -- relbar ---------------------------------------------------------------- */ |
|
19 |
|
|
20 |
div.related { |
|
21 |
width: 100%; |
|
22 |
font-size: 90%; |
|
23 |
} |
|
24 |
|
|
25 |
div.related h3 { |
|
26 |
display: none; |
|
27 |
} |
|
28 |
|
|
29 |
div.related ul { |
|
30 |
margin: 0; |
|
31 |
padding: 0 0 0 10px; |
|
32 |
list-style: none; |
|
33 |
} |
|
34 |
|
|
35 |
div.related li { |
|
36 |
display: inline; |
|
37 |
} |
|
38 |
|
|
39 |
div.related li.right { |
|
40 |
float: right; |
|
41 |
margin-right: 5px; |
|
42 |
} |
|
43 |
|
|
44 |
/* -- sidebar --------------------------------------------------------------- */ |
|
45 |
|
|
46 |
div.sphinxsidebarwrapper { |
|
47 |
padding: 10px 5px 0 10px; |
|
48 |
} |
|
49 |
|
|
50 |
div.sphinxsidebar { |
|
51 |
float: left; |
|
52 |
width: 230px; |
|
53 |
margin-left: -100%; |
|
54 |
font-size: 90%; |
|
55 |
} |
|
56 |
|
|
57 |
div.sphinxsidebar ul { |
|
58 |
list-style: none; |
|
59 |
} |
|
60 |
|
|
61 |
div.sphinxsidebar ul ul, |
|
62 |
div.sphinxsidebar ul.want-points { |
|
63 |
margin-left: 20px; |
|
64 |
list-style: square; |
|
65 |
} |
|
66 |
|
|
67 |
div.sphinxsidebar ul ul { |
|
68 |
margin-top: 0; |
|
69 |
margin-bottom: 0; |
|
70 |
} |
|
71 |
|
|
72 |
div.sphinxsidebar form { |
|
73 |
margin-top: 10px; |
|
74 |
} |
|
75 |
|
|
76 |
div.sphinxsidebar input { |
|
77 |
border: 1px solid #98dbcc; |
|
78 |
font-family: sans-serif; |
|
79 |
font-size: 1em; |
|
80 |
} |
|
81 |
|
|
82 |
img { |
|
83 |
border: 0; |
|
84 |
} |
|
85 |
|
|
86 |
/* -- search page ----------------------------------------------------------- */ |
|
87 |
|
|
88 |
ul.search { |
|
89 |
margin: 10px 0 0 20px; |
|
90 |
padding: 0; |
|
91 |
} |
|
92 |
|
|
93 |
ul.search li { |
|
94 |
padding: 5px 0 5px 20px; |
|
95 |
background-image: url(file.png); |
|
96 |
background-repeat: no-repeat; |
|
97 |
background-position: 0 7px; |
|
98 |
} |
|
99 |
|
|
100 |
ul.search li a { |
|
101 |
font-weight: bold; |
|
102 |
} |
|
103 |
|
|
104 |
ul.search li div.context { |
|
105 |
color: #888; |
|
106 |
margin: 2px 0 0 30px; |
|
107 |
text-align: left; |
|
108 |
} |
|
109 |
|
|
110 |
ul.keywordmatches li.goodmatch a { |
|
111 |
font-weight: bold; |
|
112 |
} |
|
113 |
|
|
114 |
/* -- index page ------------------------------------------------------------ */ |
|
115 |
|
|
116 |
table.contentstable { |
|
117 |
width: 90%; |
|
118 |
} |
|
119 |
|
|
120 |
table.contentstable p.biglink { |
|
121 |
line-height: 150%; |
|
122 |
} |
|
123 |
|
|
124 |
a.biglink { |
|
125 |
font-size: 1.3em; |
|
126 |
} |
|
127 |
|
|
128 |
span.linkdescr { |
|
129 |
font-style: italic; |
|
130 |
padding-top: 5px; |
|
131 |
font-size: 90%; |
|
132 |
} |
|
133 |
|
|
134 |
/* -- general index --------------------------------------------------------- */ |
|
135 |
|
|
136 |
table.indextable { |
|
137 |
width: 100%; |
|
138 |
} |
|
139 |
|
|
140 |
table.indextable td { |
|
141 |
text-align: left; |
|
142 |
vertical-align: top; |
|
143 |
} |
|
144 |
|
|
145 |
table.indextable dl, table.indextable dd { |
|
146 |
margin-top: 0; |
|
147 |
margin-bottom: 0; |
|
148 |
} |
|
149 |
|
|
150 |
table.indextable tr.pcap { |
|
151 |
height: 10px; |
|
152 |
} |
|
153 |
|
|
154 |
table.indextable tr.cap { |
|
155 |
margin-top: 10px; |
|
156 |
background-color: #f2f2f2; |
|
157 |
} |
|
158 |
|
|
159 |
img.toggler { |
|
160 |
margin-right: 3px; |
|
161 |
margin-top: 3px; |
|
162 |
cursor: pointer; |
|
163 |
} |
|
164 |
|
|
165 |
div.modindex-jumpbox { |
|
166 |
border-top: 1px solid #ddd; |
|
167 |
border-bottom: 1px solid #ddd; |
|
168 |
margin: 1em 0 1em 0; |
|
169 |
padding: 0.4em; |
|
170 |
} |
|
171 |
|
|
172 |
div.genindex-jumpbox { |
|
173 |
border-top: 1px solid #ddd; |
|
174 |
border-bottom: 1px solid #ddd; |
|
175 |
margin: 1em 0 1em 0; |
|
176 |
padding: 0.4em; |
|
177 |
} |
|
178 |
|
|
179 |
/* -- general body styles --------------------------------------------------- */ |
|
180 |
|
|
181 |
a.headerlink { |
|
182 |
visibility: hidden; |
|
183 |
} |
|
184 |
|
|
185 |
h1:hover > a.headerlink, |
|
186 |
h2:hover > a.headerlink, |
|
187 |
h3:hover > a.headerlink, |
|
188 |
h4:hover > a.headerlink, |
|
189 |
h5:hover > a.headerlink, |
|
190 |
h6:hover > a.headerlink, |
|
191 |
dt:hover > a.headerlink { |
|
192 |
visibility: visible; |
|
193 |
} |
|
194 |
|
|
195 |
div.body p.caption { |
|
196 |
text-align: inherit; |
|
197 |
} |
|
198 |
|
|
199 |
div.body td { |
|
200 |
text-align: left; |
|
201 |
} |
|
202 |
|
|
203 |
.field-list ul { |
|
204 |
padding-left: 1em; |
|
205 |
} |
|
206 |
|
|
207 |
.first { |
|
208 |
margin-top: 0 !important; |
|
209 |
} |
|
210 |
|
|
211 |
p.rubric { |
|
212 |
margin-top: 30px; |
|
213 |
font-weight: bold; |
|
214 |
} |
|
215 |
|
|
216 |
.align-left { |
|
217 |
text-align: left; |
|
218 |
} |
|
219 |
|
|
220 |
.align-center { |
|
221 |
clear: both; |
|
222 |
text-align: center; |
|
223 |
} |
|
224 |
|
|
225 |
.align-right { |
|
226 |
text-align: right; |
|
227 |
} |
|
228 |
|
|
229 |
/* -- sidebars -------------------------------------------------------------- */ |
|
230 |
|
|
231 |
div.sidebar { |
|
232 |
margin: 0 0 0.5em 1em; |
|
233 |
border: 1px solid #ddb; |
|
234 |
padding: 7px 7px 0 7px; |
|
235 |
background-color: #ffe; |
|
236 |
width: 40%; |
|
237 |
float: right; |
|
238 |
} |
|
239 |
|
|
240 |
p.sidebar-title { |
|
241 |
font-weight: bold; |
|
242 |
} |
|
243 |
|
|
244 |
/* -- topics ---------------------------------------------------------------- */ |
|
245 |
|
|
246 |
div.topic { |
|
247 |
border: 1px solid #ccc; |
|
248 |
padding: 7px 7px 0 7px; |
|
249 |
margin: 10px 0 10px 0; |
|
250 |
} |
|
251 |
|
|
252 |
p.topic-title { |
|
253 |
font-size: 1.1em; |
|
254 |
font-weight: bold; |
|
255 |
margin-top: 10px; |
|
256 |
} |
|
257 |
|
|
258 |
/* -- admonitions ----------------------------------------------------------- */ |
|
259 |
|
|
260 |
div.admonition { |
|
261 |
margin-top: 10px; |
|
262 |
margin-bottom: 10px; |
|
263 |
padding: 7px; |
|
264 |
} |
|
265 |
|
|
266 |
div.admonition dt { |
|
267 |
font-weight: bold; |
|
268 |
} |
|
269 |
|
|
270 |
div.admonition dl { |
|
271 |
margin-bottom: 0; |
|
272 |
} |
|
273 |
|
|
274 |
p.admonition-title { |
|
275 |
margin: 0px 10px 5px 0px; |
|
276 |
font-weight: bold; |
|
277 |
} |
|
278 |
|
|
279 |
div.body p.centered { |
|
280 |
text-align: center; |
|
281 |
margin-top: 25px; |
|
282 |
} |
|
283 |
|
|
284 |
/* -- tables ---------------------------------------------------------------- */ |
|
285 |
|
|
286 |
table.docutils { |
|
287 |
border: 0; |
|
288 |
border-collapse: collapse; |
|
289 |
} |
|
290 |
|
|
291 |
table.docutils td, table.docutils th { |
|
292 |
padding: 1px 8px 1px 5px; |
|
293 |
border-top: 0; |
|
294 |
border-left: 0; |
|
295 |
border-right: 0; |
|
296 |
border-bottom: 1px solid #aaa; |
|
297 |
} |
|
298 |
|
|
299 |
table.field-list td, table.field-list th { |
|
300 |
border: 0 !important; |
|
301 |
} |
|
302 |
|
|
303 |
table.footnote td, table.footnote th { |
|
304 |
border: 0 !important; |
|
305 |
} |
|
306 |
|
|
307 |
th { |
|
308 |
text-align: left; |
|
309 |
padding-right: 5px; |
|
310 |
} |
|
311 |
|
|
312 |
table.citation { |
|
313 |
border-left: solid 1px gray; |
|
314 |
margin-left: 1px; |
|
315 |
} |
|
316 |
|
|
317 |
table.citation td { |
|
318 |
border-bottom: none; |
|
319 |
} |
|
320 |
|
|
321 |
/* -- other body styles ----------------------------------------------------- */ |
|
322 |
|
|
323 |
ol.arabic { |
|
324 |
list-style: decimal; |
|
325 |
} |
|
326 |
|
|
327 |
ol.loweralpha { |
|
328 |
list-style: lower-alpha; |
|
329 |
} |
|
330 |
|
|
331 |
ol.upperalpha { |
|
332 |
list-style: upper-alpha; |
|
333 |
} |
|
334 |
|
|
335 |
ol.lowerroman { |
|
336 |
list-style: lower-roman; |
|
337 |
} |
|
338 |
|
|
339 |
ol.upperroman { |
|
340 |
list-style: upper-roman; |
|
341 |
} |
|
342 |
|
|
343 |
dl { |
|
344 |
margin-bottom: 15px; |
|
345 |
} |
|
346 |
|
|
347 |
dd p { |
|
348 |
margin-top: 0px; |
|
349 |
} |
|
350 |
|
|
351 |
dd ul, dd table { |
|
352 |
margin-bottom: 10px; |
|
353 |
} |
|
354 |
|
|
355 |
dd { |
|
356 |
margin-top: 3px; |
|
357 |
margin-bottom: 10px; |
|
358 |
margin-left: 30px; |
|
359 |
} |
|
360 |
|
|
361 |
dt:target, .highlighted { |
|
362 |
background-color: #fbe54e; |
|
363 |
} |
|
364 |
|
|
365 |
dl.glossary dt { |
|
366 |
font-weight: bold; |
|
367 |
font-size: 1.1em; |
|
368 |
} |
|
369 |
|
|
370 |
.field-list ul { |
|
371 |
margin: 0; |
|
372 |
padding-left: 1em; |
|
373 |
} |
|
374 |
|
|
375 |
.field-list p { |
|
376 |
margin: 0; |
|
377 |
} |
|
378 |
|
|
379 |
.refcount { |
|
380 |
color: #060; |
|
381 |
} |
|
382 |
|
|
383 |
.optional { |
|
384 |
font-size: 1.3em; |
|
385 |
} |
|
386 |
|
|
387 |
.versionmodified { |
|
388 |
font-style: italic; |
|
389 |
} |
|
390 |
|
|
391 |
.system-message { |
|
392 |
background-color: #fda; |
|
393 |
padding: 5px; |
|
394 |
border: 3px solid red; |
|
395 |
} |
|
396 |
|
|
397 |
.footnote:target { |
|
398 |
background-color: #ffa |
|
399 |
} |
|
400 |
|
|
401 |
.line-block { |
|
402 |
display: block; |
|
403 |
margin-top: 1em; |
|
404 |
margin-bottom: 1em; |
|
405 |
} |
|
406 |
|
|
407 |
.line-block .line-block { |
|
408 |
margin-top: 0; |
|
409 |
margin-bottom: 0; |
|
410 |
margin-left: 1.5em; |
|
411 |
} |
|
412 |
|
|
413 |
.guilabel, .menuselection { |
|
414 |
font-family: sans-serif; |
|
415 |
} |
|
416 |
|
|
417 |
.accelerator { |
|
418 |
text-decoration: underline; |
|
419 |
} |
|
420 |
|
|
421 |
.classifier { |
|
422 |
font-style: oblique; |
|
423 |
} |
|
424 |
|
|
425 |
/* -- code displays --------------------------------------------------------- */ |
|
426 |
|
|
427 |
pre { |
|
428 |
overflow: auto; |
|
429 |
} |
|
430 |
|
|
431 |
td.linenos pre { |
|
432 |
padding: 5px 0px; |
|
433 |
border: 0; |
|
434 |
background-color: transparent; |
|
435 |
color: #aaa; |
|
436 |
} |
|
437 |
|
|
438 |
table.highlighttable { |
|
439 |
margin-left: 0.5em; |
|
440 |
} |
|
441 |
|
|
442 |
table.highlighttable td { |
|
443 |
padding: 0 0.5em 0 0.5em; |
|
444 |
} |
|
445 |
|
|
446 |
tt.descname { |
|
447 |
background-color: transparent; |
|
448 |
font-weight: bold; |
|
449 |
font-size: 1.2em; |
|
450 |
} |
|
451 |
|
|
452 |
tt.descclassname { |
|
453 |
background-color: transparent; |
|
454 |
} |
|
455 |
|
|
456 |
tt.xref, a tt { |
|
457 |
background-color: transparent; |
|
458 |
font-weight: bold; |
|
459 |
} |
|
460 |
|
|
461 |
h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt { |
|
462 |
background-color: transparent; |
|
463 |
} |
|
464 |
|
|
465 |
.viewcode-link { |
|
466 |
float: right; |
|
467 |
} |
|
468 |
|
|
469 |
.viewcode-back { |
|
470 |
float: right; |
|
471 |
font-family: sans-serif; |
|
472 |
} |
|
473 |
|
|
474 |
div.viewcode-block:target { |
|
475 |
margin: -1px -10px; |
|
476 |
padding: 0 10px; |
|
477 |
} |
|
478 |
|
|
479 |
/* -- math display ---------------------------------------------------------- */ |
|
480 |
|
|
481 |
img.math { |
|
482 |
vertical-align: middle; |
|
483 |
} |
|
484 |
|
|
485 |
div.body div.math p { |
|
486 |
text-align: center; |
|
487 |
} |
|
488 |
|
|
489 |
span.eqno { |
|
490 |
float: right; |
|
491 |
} |
|
492 |
|
|
493 |
/* -- printout stylesheet --------------------------------------------------- */ |
|
494 |
|
|
495 |
@media print { |
|
496 |
div.document, |
|
497 |
div.documentwrapper, |
|
498 |
div.bodywrapper { |
|
499 |
margin: 0 !important; |
|
500 |
width: 100%; |
|
501 |
} |
|
502 |
|
|
503 |
div.sphinxsidebar, |
|
504 |
div.related, |
|
505 |
div.footer, |
|
506 |
#top-link { |
|
507 |
display: none; |
|
508 |
} |
|
509 |
} |
trunk/docs/_build/html/_static/jquery.js | ||
---|---|---|
1 |
/*! |
|
2 |
* jQuery JavaScript Library v1.4.2 |
|
3 |
* http://jquery.com/ |
|
4 |
* |
|
5 |
* Copyright 2010, John Resig |
|
6 |
* Dual licensed under the MIT or GPL Version 2 licenses. |
|
7 |
* http://jquery.org/license |
|
8 |
* |
|
9 |
* Includes Sizzle.js |
|
10 |
* http://sizzlejs.com/ |
|
11 |
* Copyright 2010, The Dojo Foundation |
|
12 |
* Released under the MIT, BSD, and GPL Licenses. |
|
13 |
* |
|
14 |
* Date: Sat Feb 13 22:33:48 2010 -0500 |
Also available in: Unified diff