Skip to content

Commit f5d1b9b

Browse files
author
marcell
committed
Committer: marcell <[email protected])>
On branch master Initial commit Changes to be committed: (use "git rm --cached <file>..." to unstage) new file: .gitignore new file: Doc/Makefile new file: Doc/build/doctest/output.txt new file: Doc/build/doctrees/environment.pickle new file: Doc/build/doctrees/index.doctree new file: Doc/build/html.zip new file: Doc/build/html/.buildinfo new file: Doc/build/html/_images/arc.png new file: Doc/build/html/_images/circle.png new file: Doc/build/html/_images/gottherobot.png new file: Doc/build/html/_images/graticule.png new file: Doc/build/html/_images/poly.png new file: Doc/build/html/_images/polys.png new file: Doc/build/html/_images/printxy.png new file: Doc/build/html/_images/rotate.png new file: Doc/build/html/_images/scope.png new file: Doc/build/html/_images/snow.png new file: Doc/build/html/_sources/index.txt new file: Doc/build/html/_static/ajax-loader.gif new file: Doc/build/html/_static/basic.css new file: Doc/build/html/_static/comment-bright.png new file: Doc/build/html/_static/comment-close.png new file: Doc/build/html/_static/comment.png new file: Doc/build/html/_static/default.css new file: Doc/build/html/_static/doctools.js new file: Doc/build/html/_static/down-pressed.png new file: Doc/build/html/_static/down.png new file: Doc/build/html/_static/file.png new file: Doc/build/html/_static/jquery.js new file: Doc/build/html/_static/minus.png new file: Doc/build/html/_static/plus.png new file: Doc/build/html/_static/pygments.css new file: Doc/build/html/_static/searchtools.js new file: Doc/build/html/_static/sidebar.js new file: Doc/build/html/_static/underscore.js new file: Doc/build/html/_static/up-pressed.png new file: Doc/build/html/_static/up.png new file: Doc/build/html/_static/websupport.js new file: Doc/build/html/genindex.html new file: Doc/build/html/index.html new file: Doc/build/html/objects.inv new file: Doc/build/html/py-modindex.html new file: Doc/build/html/search.html new file: Doc/build/html/searchindex.js new file: Doc/build/latex/Makefile new file: Doc/build/latex/arc.png new file: Doc/build/latex/circle.png new file: Doc/build/latex/fbpy.aux new file: Doc/build/latex/fbpy.idx new file: Doc/build/latex/fbpy.log new file: Doc/build/latex/fbpy.out new file: Doc/build/latex/fbpy.pdf new file: Doc/build/latex/fbpy.tex new file: Doc/build/latex/fbpy.toc new file: Doc/build/latex/fncychap.sty new file: Doc/build/latex/gottherobot.png new file: Doc/build/latex/graticule.png new file: Doc/build/latex/poly.png new file: Doc/build/latex/polys.png new file: Doc/build/latex/printxy.png new file: Doc/build/latex/python.ist new file: Doc/build/latex/rotate.png new file: Doc/build/latex/snow.png new file: Doc/build/latex/sphinx.sty new file: Doc/build/latex/sphinxhowto.cls new file: Doc/build/latex/sphinxmanual.cls new file: Doc/build/latex/tabulary.sty new file: Doc/documentation.txt new file: Doc/html.zip new file: Doc/source/.index.rst.swp new file: Doc/source/conf.py new file: Doc/source/images/arc.png new file: Doc/source/images/circle.png new file: Doc/source/images/gottherobot.png new file: Doc/source/images/graticule.png new file: Doc/source/images/poly.png new file: Doc/source/images/polys.png new file: Doc/source/images/printxy.png new file: Doc/source/images/rotate.png new file: Doc/source/images/scope.png new file: Doc/source/images/snow.png new file: Doc/source/index.rst new file: MANIFEST new file: MANIFEST.in new file: README.txt new file: build/lib.linux-armv6l-2.7/fblib.so new file: build/lib.linux-armv6l-2.7/fbpy/__init__.py new file: build/lib.linux-armv6l-2.7/fbpy/audioscope.py new file: build/lib.linux-armv6l-2.7/fbpy/fb.py new file: build/lib.linux-armv6l-2.7/fbpy/jack.py new file: build/lib.linux-armv6l-2.7/fbpy/obj.py new file: build/lib.linux-armv6l-2.7/fbpy/sprite.py new file: build/lib.linux-armv6l-2.7/fbpy/svg.py new file: build/lib.linux-armv6l-2.7/fbpy/utils/__init__.py new file: build/lib.linux-armv6l-2.7/fbpy/utils/svg.py new file: build/lib.linux-x86_64-2.7/fblib.so new file: build/lib.linux-x86_64-2.7/fbpy/__init__.py new file: build/lib.linux-x86_64-2.7/fbpy/audioscope.py new file: build/lib.linux-x86_64-2.7/fbpy/fb.py new file: build/lib.linux-x86_64-2.7/fbpy/jack.py new file: build/lib.linux-x86_64-2.7/fbpy/obj.py new file: build/lib.linux-x86_64-2.7/fbpy/sprite.py new file: build/lib.linux-x86_64-2.7/fbpy/svg.py new file: build/lib.linux-x86_64-2.7/fbpy/utils/__init__.py new file: build/lib.linux-x86_64-2.7/fbpy/utils/svg.py new file: build/temp.linux-armv6l-2.7/fbpy/utils/audio.o new file: build/temp.linux-armv6l-2.7/fbpy/utils/fblib.o new file: build/temp.linux-armv6l-2.7/fbpy/utils/fbutils.o new file: build/temp.linux-armv6l-2.7/fbpy/utils/test.o new file: build/temp.linux-x86_64-2.7/fbpy/utils/audio.o new file: build/temp.linux-x86_64-2.7/fbpy/utils/fblib.o new file: build/temp.linux-x86_64-2.7/fbpy/utils/fbutils.o new file: build/temp.linux-x86_64-2.7/fbpy/utils/test.o new file: buildinstall.sh new file: compile.sh new file: dist/fbpy-0.1.linux-x86_64.tar.gz new file: dist/fbpy-0.1.tar.gz new file: err.txt new file: examples/3dpoly.py new file: examples/3dpoly0.py new file: examples/3dpoly1.py new file: examples/:demo.py new file: examples/:sus new file: examples/Hunter97 new file: examples/Voyager_17.mtl new file: examples/Voyager_17.obj new file: examples/audio.py new file: examples/audioscope.py new file: examples/byyrcmnd.png new file: examples/clockdemo.py new file: examples/clockdemorasp.py new file: examples/cone0.mtl new file: examples/cone0.obj new file: examples/cube.obj new file: examples/cube0.mtl new file: examples/cube0.obj new file: examples/curs.py new file: examples/demo.py new file: examples/demo.pyc new file: examples/doc1.py new file: examples/drawover.py new file: examples/example.c new file: examples/grab.py new file: examples/grid0.mtl new file: examples/grid0.obj new file: examples/head.obj new file: examples/informdriver.py new file: examples/lunarmod.obj new file: examples/models.txt new file: examples/n new file: examples/piclockdemo.py new file: examples/pisphere.py new file: examples/pitesthigh.py new file: examples/polys.py new file: examples/primitives.png new file: examples/primitives.py new file: examples/raider.mtl new file: examples/raider.obj new file: examples/raider2.obj new file: examples/readpng.py new file: examples/scaledornot.py new file: examples/scope.png new file: examples/scope.py new file: examples/scope2.png new file: examples/scopedemo.py new file: examples/scopedemorasp.py new file: examples/snow.py new file: examples/sphere.mtl new file: examples/sphere.obj new file: examples/sphere.py new file: examples/sphere0.mtl new file: examples/sphere0.obj new file: examples/sphere2.obj new file: examples/sphererasp.py new file: examples/sprite.html new file: examples/sysinfo.py new file: examples/test.old.svg new file: examples/test.sh new file: examples/test.svg new file: examples/test.svg.2014_07_01_01_15_00.0.svg new file: examples/test.svg.2014_07_01_01_18_52.0.svg new file: examples/testcylon.svg new file: examples/testhigh.py new file: examples/testsprite.py new file: examples/transform.py new file: fbpy/__init__.py new file: fbpy/__init__.pyc new file: fbpy/audioscope.py new file: fbpy/audioscope.pyc new file: fbpy/fb.py new file: fbpy/fb.pyc new file: fbpy/jack.py new file: fbpy/jack.pyc new file: fbpy/obj.py new file: fbpy/sprite.py new file: fbpy/sprite.pyc new file: fbpy/svg.py new file: fbpy/svg.pyc new file: fbpy/utils/.swp new file: fbpy/utils/Makefile new file: fbpy/utils/__init__.py new file: fbpy/utils/__init__.pyc new file: fbpy/utils/audio.c new file: fbpy/utils/audio.h new file: fbpy/utils/fblib.c new file: fbpy/utils/fblib.o new file: fbpy/utils/fblib.pyx new file: fbpy/utils/fbutils.c new file: fbpy/utils/fbutils.c.temp new file: fbpy/utils/fbutils.h new file: fbpy/utils/fbutils.html new file: fbpy/utils/fbutils.o new file: fbpy/utils/font.h new file: fbpy/utils/print.c new file: fbpy/utils/svg.py new file: fbpy/utils/test new file: fbpy/utils/test.c new file: fbpy/utils/test.h new file: fbpy/utils/test.o new file: font/35.svg new file: font/36.svg new file: font/40.svg new file: font/41.svg new file: font/45.svg new file: font/48.svg new file: font/49.svg new file: font/50.svg new file: font/51.svg new file: font/52.svg new file: font/53.svg new file: font/54.svg new file: font/55.svg new file: font/56.svg new file: font/57.svg new file: font/58.svg new file: font/59.svg new file: font/64.svg new file: font/65.svg new file: font/66.svg new file: font/67.svg new file: font/68.svg new file: font/69.svg new file: font/70.svg new file: font/71.svg new file: font/72.svg new file: font/73.svg new file: font/74.svg new file: font/75.svg new file: font/76.svg new file: font/77.svg new file: font/78.svg new file: font/79.svg new file: font/80.svg new file: font/81.svg new file: font/82.svg new file: font/83.svg new file: font/84.svg new file: font/85.svg new file: font/86.svg new file: font/87.svg new file: font/88.svg new file: font/89.svg new file: font/90.svg new file: font/95.svg new file: install.sh new file: setup.cfg new file: setup.py new file: test.png new file: tests/hash1.txt
0 parents  commit f5d1b9b

File tree

269 files changed

+317826
-0
lines changed

Some content is hidden

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

269 files changed

+317826
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.[oa]
2+
*~

Doc/Makefile

+153
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
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) source
14+
# the i18n builder cannot share the environment and doctrees with the others
15+
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) source
16+
17+
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
18+
19+
help:
20+
@echo "Please use \`make <target>' where <target> is one of"
21+
@echo " html to make standalone HTML files"
22+
@echo " dirhtml to make HTML files named index.html in directories"
23+
@echo " singlehtml to make a single large HTML file"
24+
@echo " pickle to make pickle files"
25+
@echo " json to make JSON files"
26+
@echo " htmlhelp to make HTML files and a HTML help project"
27+
@echo " qthelp to make HTML files and a qthelp project"
28+
@echo " devhelp to make HTML files and a Devhelp project"
29+
@echo " epub to make an epub"
30+
@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
31+
@echo " latexpdf to make LaTeX files and run them through pdflatex"
32+
@echo " text to make text files"
33+
@echo " man to make manual pages"
34+
@echo " texinfo to make Texinfo files"
35+
@echo " info to make Texinfo files and run them through makeinfo"
36+
@echo " gettext to make PO message catalogs"
37+
@echo " changes to make an overview of all changed/added/deprecated items"
38+
@echo " linkcheck to check all external links for integrity"
39+
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
40+
41+
clean:
42+
-rm -rf $(BUILDDIR)/*
43+
44+
html:
45+
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
46+
@echo
47+
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
48+
49+
dirhtml:
50+
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
51+
@echo
52+
@echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml."
53+
54+
singlehtml:
55+
$(SPHINXBUILD) -b singlehtml $(ALLSPHINXOPTS) $(BUILDDIR)/singlehtml
56+
@echo
57+
@echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml."
58+
59+
pickle:
60+
$(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) $(BUILDDIR)/pickle
61+
@echo
62+
@echo "Build finished; now you can process the pickle files."
63+
64+
json:
65+
$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
66+
@echo
67+
@echo "Build finished; now you can process the JSON files."
68+
69+
htmlhelp:
70+
$(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) $(BUILDDIR)/htmlhelp
71+
@echo
72+
@echo "Build finished; now you can run HTML Help Workshop with the" \
73+
".hhp project file in $(BUILDDIR)/htmlhelp."
74+
75+
qthelp:
76+
$(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) $(BUILDDIR)/qthelp
77+
@echo
78+
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
79+
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
80+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/fbpy.qhcp"
81+
@echo "To view the help file:"
82+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/fbpy.qhc"
83+
84+
devhelp:
85+
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
86+
@echo
87+
@echo "Build finished."
88+
@echo "To view the help file:"
89+
@echo "# mkdir -p $$HOME/.local/share/devhelp/fbpy"
90+
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/fbpy"
91+
@echo "# devhelp"
92+
93+
epub:
94+
$(SPHINXBUILD) -b epub $(ALLSPHINXOPTS) $(BUILDDIR)/epub
95+
@echo
96+
@echo "Build finished. The epub file is in $(BUILDDIR)/epub."
97+
98+
latex:
99+
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
100+
@echo
101+
@echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex."
102+
@echo "Run \`make' in that directory to run these through (pdf)latex" \
103+
"(use \`make latexpdf' here to do that automatically)."
104+
105+
latexpdf:
106+
$(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex
107+
@echo "Running LaTeX files through pdflatex..."
108+
$(MAKE) -C $(BUILDDIR)/latex all-pdf
109+
@echo "pdflatex finished; the PDF files are in $(BUILDDIR)/latex."
110+
111+
text:
112+
$(SPHINXBUILD) -b text $(ALLSPHINXOPTS) $(BUILDDIR)/text
113+
@echo
114+
@echo "Build finished. The text files are in $(BUILDDIR)/text."
115+
116+
man:
117+
$(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
118+
@echo
119+
@echo "Build finished. The manual pages are in $(BUILDDIR)/man."
120+
121+
texinfo:
122+
$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
123+
@echo
124+
@echo "Build finished. The Texinfo files are in $(BUILDDIR)/texinfo."
125+
@echo "Run \`make' in that directory to run these through makeinfo" \
126+
"(use \`make info' here to do that automatically)."
127+
128+
info:
129+
$(SPHINXBUILD) -b texinfo $(ALLSPHINXOPTS) $(BUILDDIR)/texinfo
130+
@echo "Running Texinfo files through makeinfo..."
131+
make -C $(BUILDDIR)/texinfo info
132+
@echo "makeinfo finished; the Info files are in $(BUILDDIR)/texinfo."
133+
134+
gettext:
135+
$(SPHINXBUILD) -b gettext $(I18NSPHINXOPTS) $(BUILDDIR)/locale
136+
@echo
137+
@echo "Build finished. The message catalogs are in $(BUILDDIR)/locale."
138+
139+
changes:
140+
$(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) $(BUILDDIR)/changes
141+
@echo
142+
@echo "The overview file is in $(BUILDDIR)/changes."
143+
144+
linkcheck:
145+
$(SPHINXBUILD) -b linkcheck $(ALLSPHINXOPTS) $(BUILDDIR)/linkcheck
146+
@echo
147+
@echo "Link check complete; look for any errors in the above output " \
148+
"or in $(BUILDDIR)/linkcheck/output.txt."
149+
150+
doctest:
151+
$(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
152+
@echo "Testing of doctests in the sources finished, look at the " \
153+
"results in $(BUILDDIR)/doctest/output.txt."

Doc/build/doctest/output.txt

+148
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
Results of doctest builder run on 2014-09-28 16:59:13
2+
=====================================================
3+
4+
Document: index
5+
---------------
6+
**********************************************************************
7+
File "index.rst", line 6, in default
8+
Failed example:
9+
main = fb.Surface()
10+
Expected nothing
11+
Got:
12+
surpress debug info
13+
**********************************************************************
14+
File "index.rst", line 10, in default
15+
Failed example:
16+
sub.blit("../examples/cylon.png")
17+
Expected:
18+
0
19+
Got:
20+
-1
21+
**********************************************************************
22+
File "index.rst", line 10, in default
23+
Failed example:
24+
main.clear()
25+
Exception raised:
26+
Traceback (most recent call last):
27+
File "/usr/lib/python2.7/doctest.py", line 1289, in __run
28+
compileflags, 1) in test.globs
29+
File "<doctest default[3]>", line 1, in <module>
30+
main.clear()
31+
File "/usr/local/lib/python2.7/dist-packages/fbpy/fb.py", line 732, in clear
32+
self.informdriver()
33+
File "/usr/local/lib/python2.7/dist-packages/fbpy/fb.py", line 637, in informdriver
34+
a=fblib.fbsetwinparams( self.origo[0], self.origo[1], self.size[0], self.size[1],
35+
TypeError: 'NoneType' object has no attribute '__getitem__'
36+
**********************************************************************
37+
File "index.rst", line 28, in default
38+
Failed example:
39+
sub.addpoly(x1,y1,z1)
40+
Exception raised:
41+
Traceback (most recent call last):
42+
File "/usr/lib/python2.7/doctest.py", line 1289, in __run
43+
compileflags, 1) in test.globs
44+
File "<doctest default[12]>", line 1, in <module>
45+
sub.addpoly(x1,y1,z1)
46+
File "/usr/local/lib/python2.7/dist-packages/fbpy/fb.py", line 119, in wrapper
47+
return self(instance, *args, **kwargs)
48+
File "/usr/local/lib/python2.7/dist-packages/fbpy/fb.py", line 115, in __call__
49+
return self.function(*args, **kwargs)
50+
File "/usr/local/lib/python2.7/dist-packages/fbpy/fb.py", line 904, in addpoly
51+
return fblib.fbaddpoly(x1,y1,z1)
52+
File "fblib.pyx", line 325, in fbpy.utils.fblib.fbaddpoly (./fbpy/utils/fblib.c:4146)
53+
TypeError: fbaddpoly() takes exactly 4 positional arguments (3 given)
54+
**********************************************************************
55+
File "index.rst", line 30, in default
56+
Failed example:
57+
sub.addpoly(x2,y2,z2)
58+
Exception raised:
59+
Traceback (most recent call last):
60+
File "/usr/lib/python2.7/doctest.py", line 1289, in __run
61+
compileflags, 1) in test.globs
62+
File "<doctest default[13]>", line 1, in <module>
63+
sub.addpoly(x2,y2,z2)
64+
File "/usr/local/lib/python2.7/dist-packages/fbpy/fb.py", line 119, in wrapper
65+
return self(instance, *args, **kwargs)
66+
File "/usr/local/lib/python2.7/dist-packages/fbpy/fb.py", line 115, in __call__
67+
return self.function(*args, **kwargs)
68+
File "/usr/local/lib/python2.7/dist-packages/fbpy/fb.py", line 904, in addpoly
69+
return fblib.fbaddpoly(x1,y1,z1)
70+
File "fblib.pyx", line 325, in fbpy.utils.fblib.fbaddpoly (./fbpy/utils/fblib.c:4146)
71+
TypeError: fbaddpoly() takes exactly 4 positional arguments (3 given)
72+
**********************************************************************
73+
File "index.rst", line 32, in default
74+
Failed example:
75+
sub.drawpolys()
76+
Exception raised:
77+
Traceback (most recent call last):
78+
File "/usr/lib/python2.7/doctest.py", line 1289, in __run
79+
compileflags, 1) in test.globs
80+
File "<doctest default[14]>", line 1, in <module>
81+
sub.drawpolys()
82+
File "/usr/local/lib/python2.7/dist-packages/fbpy/fb.py", line 959, in drawpolys
83+
return fblib.fbdrawpolys()
84+
TypeError: fbdrawpolys() takes exactly one argument (0 given)
85+
**********************************************************************
86+
File "index.rst", line 34, in default
87+
Failed example:
88+
sub.trafo.rotate(np.pi/2)
89+
Expected:
90+
0
91+
Got nothing
92+
**********************************************************************
93+
File "index.rst", line 36, in default
94+
Failed example:
95+
sub.drawpolys()
96+
Exception raised:
97+
Traceback (most recent call last):
98+
File "/usr/lib/python2.7/doctest.py", line 1289, in __run
99+
compileflags, 1) in test.globs
100+
File "<doctest default[16]>", line 1, in <module>
101+
sub.drawpolys()
102+
File "/usr/local/lib/python2.7/dist-packages/fbpy/fb.py", line 959, in drawpolys
103+
return fblib.fbdrawpolys()
104+
TypeError: fbdrawpolys() takes exactly one argument (0 given)
105+
**********************************************************************
106+
File "index.rst", line 12, in default
107+
Failed example:
108+
main.informdriver()
109+
Exception raised:
110+
Traceback (most recent call last):
111+
File "/usr/lib/python2.7/doctest.py", line 1289, in __run
112+
compileflags, 1) in test.globs
113+
File "<doctest default[2]>", line 1, in <module>
114+
main.informdriver()
115+
File "/usr/local/lib/python2.7/dist-packages/fbpy/fb.py", line 637, in informdriver
116+
a=fblib.fbsetwinparams( self.origo[0], self.origo[1], self.size[0], self.size[1],
117+
TypeError: 'NoneType' object has no attribute '__getitem__'
118+
**********************************************************************
119+
File "index.rst", line 16, in default
120+
Failed example:
121+
sub.printxy((10,10),"Hello world!", 2)
122+
Expected:
123+
0
124+
Got:
125+
0
126+
**********************************************************************
127+
File "index.rst", line 30, in default
128+
Failed example:
129+
sub.grabsilent("./source/images/printxy.png")
130+
Expected:
131+
0
132+
Got:
133+
0
134+
1 items passed all tests:
135+
1 tests in >>> import fbpy.fb
136+
**********************************************************************
137+
1 items had failures:
138+
11 of 88 in default
139+
89 tests in 2 items.
140+
78 passed and 11 failed.
141+
***Test Failed*** 11 failures.
142+
143+
Doctest summary
144+
===============
145+
89 tests
146+
11 failures in tests
147+
0 failures in setup code
148+
0 failures in cleanup code

Doc/build/doctrees/environment.pickle

10.3 KB
Binary file not shown.

Doc/build/doctrees/index.doctree

97.7 KB
Binary file not shown.

Doc/build/html.zip

226 KB
Binary file not shown.

Doc/build/html/.buildinfo

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: d4a3578796638cff02bfc263d8338ea7
4+
tags: fbb0d17656682115ca4d033fb2f83ba1

Doc/build/html/_images/arc.png

2.92 KB
Loading

Doc/build/html/_images/circle.png

1.33 KB
Loading
11.6 KB
Loading

Doc/build/html/_images/graticule.png

1.18 KB
Loading

Doc/build/html/_images/poly.png

3.52 KB
Loading

Doc/build/html/_images/polys.png

734 Bytes
Loading

Doc/build/html/_images/printxy.png

3.56 KB
Loading

Doc/build/html/_images/rotate.png

4.18 KB
Loading

Doc/build/html/_images/scope.png

3.69 KB
Loading

Doc/build/html/_images/snow.png

46.3 KB
Loading

Doc/build/html/_sources/index.txt

+58
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
.. fbpy documentation master file, created by
2+
sphinx-quickstart on Fri Jun 20 01:39:00 2014.
3+
You can adapt this file completely to your liking, but it should at least
4+
contain the root `toctree` directive.
5+
6+
Welcome to fbpy's documentation!
7+
================================
8+
9+
Contents:
10+
11+
.. toctree::
12+
:maxdepth: 2
13+
14+
15+
General description
16+
===================
17+
18+
The `fbpy` module is an API for drawing in the framebuffer on Linux machines.
19+
It was conceived as part of an audio player project based on the
20+
raspberry pi computer and wolfson pi audio interface. I needed a low-level
21+
graphics library for visualizing audio data (scope, phase,...). I also
22+
wanted to gain some programming skills, like writing c libs for python and
23+
some kernel stuff. So this module is by no means an attempt to make a
24+
better graphics lib with fancy hardware acceleration or anythin or
25+
making something original. I think it is use able though and by examining
26+
the source, it might serve as a form of documentation if you want to
27+
make something like this yourself. That is why I publish it. Oh, and of course
28+
because I support open source hardware *and* software, the 'firmware' of
29+
my audio player should be available as source :)
30+
31+
Website
32+
-------
33+
34+
http://transistorlove.wordpress.com
35+
36+
37+
Module documentation
38+
====================
39+
40+
.. automodule:: fb
41+
:members:
42+
43+
.. automodule:: svg
44+
:members:
45+
46+
.. automodule:: sprite
47+
:members:
48+
49+
.. automodule:: audioscope
50+
:members:
51+
52+
Indices and tables
53+
==================
54+
55+
* :ref:`genindex`
56+
* :ref:`modindex`
57+
* :ref:`search`
58+
673 Bytes
Loading

0 commit comments

Comments
 (0)