SOURCES.txt 45 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055
  1. INSTALL.rst.txt
  2. LICENSE.txt
  3. MANIFEST.in
  4. THANKS.txt
  5. setup.py
  6. site.cfg.example
  7. doc/Makefile
  8. doc/postprocess.py
  9. doc/f2py/BUGS.txt
  10. doc/f2py/FAQ.txt
  11. doc/f2py/HISTORY.txt
  12. doc/f2py/Makefile
  13. doc/f2py/OLDNEWS.txt
  14. doc/f2py/README.txt
  15. doc/f2py/Release-1.x.txt
  16. doc/f2py/Release-2.x.txt
  17. doc/f2py/Release-3.x.txt
  18. doc/f2py/Release-4.x.txt
  19. doc/f2py/TESTING.txt
  20. doc/f2py/THANKS.txt
  21. doc/f2py/TODO.txt
  22. doc/f2py/apps.tex
  23. doc/f2py/bugs.tex
  24. doc/f2py/collectinput.py
  25. doc/f2py/commands.tex
  26. doc/f2py/default.css
  27. doc/f2py/docutils.conf
  28. doc/f2py/f2py.1
  29. doc/f2py/f2py2e.tex
  30. doc/f2py/fortranobject.tex
  31. doc/f2py/hello.f
  32. doc/f2py/index.html
  33. doc/f2py/intro.tex
  34. doc/f2py/multiarrays.txt
  35. doc/f2py/notes.tex
  36. doc/f2py/oldnews.html
  37. doc/f2py/options.tex
  38. doc/f2py/pyforttest.pyf
  39. doc/f2py/pytest.py
  40. doc/f2py/python9.tex
  41. doc/f2py/signaturefile.tex
  42. doc/f2py/simple.f
  43. doc/f2py/simple_session.dat
  44. doc/f2py/using_F_compiler.txt
  45. doc/f2py/win32_notes.txt
  46. doc/f2py/ex1/arr.f
  47. doc/f2py/ex1/bar.f
  48. doc/f2py/ex1/foo.f
  49. doc/f2py/ex1/foobar-smart.f90
  50. doc/f2py/ex1/foobar.f90
  51. doc/f2py/ex1/foobarmodule.tex
  52. doc/f2py/ex1/runme
  53. doc/f2py/f2python9-final/README.txt
  54. doc/f2py/f2python9-final/aerostructure.jpg
  55. doc/f2py/f2python9-final/flow.jpg
  56. doc/f2py/f2python9-final/mk_html.sh
  57. doc/f2py/f2python9-final/mk_pdf.sh
  58. doc/f2py/f2python9-final/mk_ps.sh
  59. doc/f2py/f2python9-final/structure.jpg
  60. doc/f2py/f2python9-final/src/examples/exp1.f
  61. doc/f2py/f2python9-final/src/examples/exp1mess.txt
  62. doc/f2py/f2python9-final/src/examples/exp1session.txt
  63. doc/f2py/f2python9-final/src/examples/foo.pyf
  64. doc/f2py/f2python9-final/src/examples/foom.pyf
  65. doc/f2py/multiarray/array_from_pyobj.c
  66. doc/f2py/multiarray/bar.c
  67. doc/f2py/multiarray/foo.f
  68. doc/f2py/multiarray/fortran_array_from_pyobj.txt
  69. doc/f2py/multiarray/fun.pyf
  70. doc/f2py/multiarray/run.pyf
  71. doc/f2py/multiarray/transpose.txt
  72. doc/release/1.10.0-notes.rst
  73. doc/release/1.10.1-notes.rst
  74. doc/release/1.10.2-notes.rst
  75. doc/release/1.10.3-notes.rst
  76. doc/release/1.10.4-notes.rst
  77. doc/release/1.11.0-notes.rst
  78. doc/release/1.11.1-notes.rst
  79. doc/release/1.3.0-notes.rst
  80. doc/release/1.4.0-notes.rst
  81. doc/release/1.5.0-notes.rst
  82. doc/release/1.6.0-notes.rst
  83. doc/release/1.6.1-notes.rst
  84. doc/release/1.6.2-notes.rst
  85. doc/release/1.7.0-notes.rst
  86. doc/release/1.7.1-notes.rst
  87. doc/release/1.7.2-notes.rst
  88. doc/release/1.8.0-notes.rst
  89. doc/release/1.8.1-notes.rst
  90. doc/release/1.8.2-notes.rst
  91. doc/release/1.9.0-notes.rst
  92. doc/release/1.9.1-notes.rst
  93. doc/release/1.9.2-notes.rst
  94. doc/release/time_based_proposal.rst
  95. doc/scipy-sphinx-theme/.git
  96. doc/scipy-sphinx-theme/.gitignore
  97. doc/scipy-sphinx-theme/Makefile
  98. doc/scipy-sphinx-theme/README.rst
  99. doc/scipy-sphinx-theme/conf.py
  100. doc/scipy-sphinx-theme/index.rst
  101. doc/scipy-sphinx-theme/test_autodoc.rst
  102. doc/scipy-sphinx-theme/test_autodoc_2.rst
  103. doc/scipy-sphinx-theme/test_autodoc_3.rst
  104. doc/scipy-sphinx-theme/test_autodoc_4.rst
  105. doc/scipy-sphinx-theme/test_optimize.rst
  106. doc/scipy-sphinx-theme/_static/scipyshiny_small.png
  107. doc/scipy-sphinx-theme/_theme/scipy/layout.html
  108. doc/scipy-sphinx-theme/_theme/scipy/searchbox.html
  109. doc/scipy-sphinx-theme/_theme/scipy/sourcelink.html
  110. doc/scipy-sphinx-theme/_theme/scipy/theme.conf
  111. doc/scipy-sphinx-theme/_theme/scipy/static/scipy.css_t
  112. doc/scipy-sphinx-theme/_theme/scipy/static/css/extend.css
  113. doc/scipy-sphinx-theme/_theme/scipy/static/css/pygments.css
  114. doc/scipy-sphinx-theme/_theme/scipy/static/css/scipy-central.css
  115. doc/scipy-sphinx-theme/_theme/scipy/static/css/spc-bootstrap.css
  116. doc/scipy-sphinx-theme/_theme/scipy/static/css/spc-extend.css
  117. doc/scipy-sphinx-theme/_theme/scipy/static/img/all-icons.svg
  118. doc/scipy-sphinx-theme/_theme/scipy/static/img/contents.png
  119. doc/scipy-sphinx-theme/_theme/scipy/static/img/create-new-account-icon.png
  120. doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-icon-shrunk.png
  121. doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-icon.png
  122. doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-icon.svg
  123. doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-list-icon-tiniest.png
  124. doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-list-icon-tiny.png
  125. doc/scipy-sphinx-theme/_theme/scipy/static/img/external-link-list-icon.png
  126. doc/scipy-sphinx-theme/_theme/scipy/static/img/glyphicons-halflings-white.png
  127. doc/scipy-sphinx-theme/_theme/scipy/static/img/glyphicons-halflings.png
  128. doc/scipy-sphinx-theme/_theme/scipy/static/img/important-icon.png
  129. doc/scipy-sphinx-theme/_theme/scipy/static/img/information-icon.png
  130. doc/scipy-sphinx-theme/_theme/scipy/static/img/internet-web-browser.png
  131. doc/scipy-sphinx-theme/_theme/scipy/static/img/multiple-file-icon-shrunk.png
  132. doc/scipy-sphinx-theme/_theme/scipy/static/img/multiple-file-icon.png
  133. doc/scipy-sphinx-theme/_theme/scipy/static/img/multiple-file-icon.svg
  134. doc/scipy-sphinx-theme/_theme/scipy/static/img/multiple-file-list-icon-tiny.png
  135. doc/scipy-sphinx-theme/_theme/scipy/static/img/multiple-file-list-icon.png
  136. doc/scipy-sphinx-theme/_theme/scipy/static/img/navigation.png
  137. doc/scipy-sphinx-theme/_theme/scipy/static/img/person-list-icon-tiny.png
  138. doc/scipy-sphinx-theme/_theme/scipy/static/img/person-list-icon.png
  139. doc/scipy-sphinx-theme/_theme/scipy/static/img/scipy-logo.png
  140. doc/scipy-sphinx-theme/_theme/scipy/static/img/scipy_org_logo.gif
  141. doc/scipy-sphinx-theme/_theme/scipy/static/img/scipycentral_logo.png
  142. doc/scipy-sphinx-theme/_theme/scipy/static/img/scipyshiny_small.png
  143. doc/scipy-sphinx-theme/_theme/scipy/static/img/send-email-icon.png
  144. doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-icon-shrunk.png
  145. doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-icon.png
  146. doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-icon.svg
  147. doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-list-icon-tiniest.png
  148. doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-list-icon-tiny.png
  149. doc/scipy-sphinx-theme/_theme/scipy/static/img/single-file-list-icon.png
  150. doc/scipy-sphinx-theme/_theme/scipy/static/img/transparent-pixel.gif
  151. doc/scipy-sphinx-theme/_theme/scipy/static/img/ui-anim_basic_16x16.gif
  152. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ad.png
  153. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ae.png
  154. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-af.png
  155. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ag.png
  156. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ai.png
  157. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-al.png
  158. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-am.png
  159. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ao.png
  160. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-aq.png
  161. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ar.png
  162. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-as.png
  163. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-at.png
  164. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-au.png
  165. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-aw.png
  166. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-az.png
  167. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ba.png
  168. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bb.png
  169. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bd.png
  170. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-be.png
  171. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bf.png
  172. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bg.png
  173. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bh.png
  174. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bi.png
  175. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bj.png
  176. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bl.png
  177. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bm.png
  178. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bn.png
  179. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bo.png
  180. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-br.png
  181. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bs.png
  182. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bt.png
  183. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bw.png
  184. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-by.png
  185. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-bz.png
  186. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ca.png
  187. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cc.png
  188. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cd.png
  189. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cf.png
  190. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cg.png
  191. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ch.png
  192. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ci.png
  193. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ck.png
  194. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cl.png
  195. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cm.png
  196. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cn.png
  197. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-co.png
  198. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cr.png
  199. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cu.png
  200. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cv.png
  201. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cw.png
  202. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cx.png
  203. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cy.png
  204. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-cz.png
  205. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-de.png
  206. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-dj.png
  207. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-dk.png
  208. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-dm.png
  209. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-do.png
  210. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-dz.png
  211. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ec.png
  212. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ee.png
  213. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-eg.png
  214. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-er.png
  215. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-es.png
  216. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-et.png
  217. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fi.png
  218. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fj.png
  219. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fk.png
  220. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fm.png
  221. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fo.png
  222. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-fr.png
  223. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ga.png
  224. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gb.png
  225. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gd.png
  226. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ge.png
  227. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gf.png
  228. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gg.png
  229. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gh.png
  230. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gi.png
  231. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gl.png
  232. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gm.png
  233. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gn.png
  234. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gq.png
  235. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gr.png
  236. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gs.png
  237. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gt.png
  238. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gu.png
  239. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gw.png
  240. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-gy.png
  241. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-hk.png
  242. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-hm.png
  243. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-hn.png
  244. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-hr.png
  245. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ht.png
  246. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-hu.png
  247. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-id.png
  248. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ie.png
  249. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-il.png
  250. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-im.png
  251. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-in.png
  252. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-io.png
  253. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-iq.png
  254. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ir.png
  255. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-is.png
  256. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-it.png
  257. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-je.png
  258. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-jm.png
  259. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-jo.png
  260. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-jp.png
  261. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ke.png
  262. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kg.png
  263. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kh.png
  264. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ki.png
  265. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-km.png
  266. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kn.png
  267. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kp.png
  268. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kr.png
  269. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kw.png
  270. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ky.png
  271. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-kz.png
  272. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-la.png
  273. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lb.png
  274. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lc.png
  275. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-li.png
  276. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lk.png
  277. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lr.png
  278. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ls.png
  279. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lt.png
  280. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lu.png
  281. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-lv.png
  282. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ly.png
  283. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ma.png
  284. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mc.png
  285. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-md.png
  286. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-me.png
  287. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mf.png
  288. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mg.png
  289. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mh.png
  290. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mk.png
  291. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ml.png
  292. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mm.png
  293. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mn.png
  294. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mo.png
  295. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mp.png
  296. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mq.png
  297. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mr.png
  298. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ms.png
  299. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mt.png
  300. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mu.png
  301. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mv.png
  302. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mw.png
  303. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mx.png
  304. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-my.png
  305. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-mz.png
  306. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-na.png
  307. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nc.png
  308. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ne.png
  309. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nf.png
  310. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ng.png
  311. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ni.png
  312. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nl.png
  313. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-no.png
  314. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-np.png
  315. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nr.png
  316. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nu.png
  317. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-nz.png
  318. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-om.png
  319. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pa.png
  320. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pe.png
  321. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pf.png
  322. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pg.png
  323. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ph.png
  324. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pk.png
  325. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pl.png
  326. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pm.png
  327. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pn.png
  328. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pr.png
  329. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ps.png
  330. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pt.png
  331. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-pw.png
  332. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-py.png
  333. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-qa.png
  334. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-re.png
  335. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ro.png
  336. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-rs.png
  337. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ru.png
  338. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-rw.png
  339. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sa.png
  340. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sb.png
  341. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sc.png
  342. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sd.png
  343. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-se.png
  344. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sg.png
  345. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sh.png
  346. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-si.png
  347. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sj.png
  348. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sk.png
  349. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sl.png
  350. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sm.png
  351. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sn.png
  352. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-so.png
  353. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sr.png
  354. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-st.png
  355. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sv.png
  356. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sy.png
  357. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-sz.png
  358. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tc.png
  359. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-td.png
  360. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tf.png
  361. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tg.png
  362. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-th.png
  363. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tj.png
  364. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tk.png
  365. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tl.png
  366. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tm.png
  367. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tn.png
  368. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-to.png
  369. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tr.png
  370. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tt.png
  371. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tv.png
  372. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tw.png
  373. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-tz.png
  374. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ua.png
  375. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ug.png
  376. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-um.png
  377. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-us.png
  378. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-uy.png
  379. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-uz.png
  380. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-va.png
  381. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-vc.png
  382. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ve.png
  383. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-vg.png
  384. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-vi.png
  385. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-vn.png
  386. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-vu.png
  387. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-wf.png
  388. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ws.png
  389. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-ye.png
  390. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-za.png
  391. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-zm.png
  392. doc/scipy-sphinx-theme/_theme/scipy/static/img/flags/flag-zw.png
  393. doc/scipy-sphinx-theme/_theme/scipy/static/js/copybutton.js
  394. doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-bootstrap.less
  395. doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-content.less
  396. doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-extend.less
  397. doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-footer.less
  398. doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-header.less
  399. doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-rightsidebar.less
  400. doc/scipy-sphinx-theme/_theme/scipy/static/less/spc-utils.less
  401. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/accordion.less
  402. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/alerts.less
  403. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/bootstrap.less
  404. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/breadcrumbs.less
  405. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/button-groups.less
  406. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/buttons.less
  407. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/carousel.less
  408. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/close.less
  409. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/code.less
  410. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/component-animations.less
  411. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/dropdowns.less
  412. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/forms.less
  413. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/grid.less
  414. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/hero-unit.less
  415. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/labels-badges.less
  416. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/layouts.less
  417. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/media.less
  418. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/mixins.less
  419. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/modals.less
  420. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/navbar.less
  421. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/navs.less
  422. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/pager.less
  423. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/pagination.less
  424. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/popovers.less
  425. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/progress-bars.less
  426. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/reset.less
  427. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive-1200px-min.less
  428. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive-767px-max.less
  429. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive-768px-979px.less
  430. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive-navbar.less
  431. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive-utilities.less
  432. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/responsive.less
  433. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/scaffolding.less
  434. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/sprites.less
  435. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/tables.less
  436. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/thumbnails.less
  437. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/tooltip.less
  438. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/type.less
  439. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/utilities.less
  440. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/variables.less
  441. doc/scipy-sphinx-theme/_theme/scipy/static/less/bootstrap/wells.less
  442. doc/source/about.rst
  443. doc/source/bugs.rst
  444. doc/source/conf.py
  445. doc/source/contents.rst
  446. doc/source/glossary.rst
  447. doc/source/license.rst
  448. doc/source/release.rst
  449. doc/source/_templates/indexcontent.html
  450. doc/source/_templates/indexsidebar.html
  451. doc/source/_templates/layout.html
  452. doc/source/_templates/autosummary/class.rst
  453. doc/source/dev/development_environment.rst
  454. doc/source/dev/gitwash_links.txt
  455. doc/source/dev/index.rst
  456. doc/source/dev/gitwash/configure_git.rst
  457. doc/source/dev/gitwash/development_setup.rst
  458. doc/source/dev/gitwash/development_workflow.rst
  459. doc/source/dev/gitwash/dot2_dot3.rst
  460. doc/source/dev/gitwash/following_latest.rst
  461. doc/source/dev/gitwash/forking_button.png
  462. doc/source/dev/gitwash/git_development.rst
  463. doc/source/dev/gitwash/git_intro.rst
  464. doc/source/dev/gitwash/git_links.inc
  465. doc/source/dev/gitwash/git_resources.rst
  466. doc/source/dev/gitwash/index.rst
  467. doc/source/dev/gitwash/pull_button.png
  468. doc/source/dev/governance/governance.rst
  469. doc/source/dev/governance/index.rst
  470. doc/source/dev/governance/people.rst
  471. doc/source/f2py/advanced.rst
  472. doc/source/f2py/allocarr.f90
  473. doc/source/f2py/allocarr_session.dat
  474. doc/source/f2py/array.f
  475. doc/source/f2py/array_session.dat
  476. doc/source/f2py/calculate.f
  477. doc/source/f2py/calculate_session.dat
  478. doc/source/f2py/callback.f
  479. doc/source/f2py/callback2.pyf
  480. doc/source/f2py/callback_session.dat
  481. doc/source/f2py/common.f
  482. doc/source/f2py/common_session.dat
  483. doc/source/f2py/compile_session.dat
  484. doc/source/f2py/distutils.rst
  485. doc/source/f2py/extcallback.f
  486. doc/source/f2py/extcallback_session.dat
  487. doc/source/f2py/fib1.f
  488. doc/source/f2py/fib1.pyf
  489. doc/source/f2py/fib2.pyf
  490. doc/source/f2py/fib3.f
  491. doc/source/f2py/ftype.f
  492. doc/source/f2py/ftype_session.dat
  493. doc/source/f2py/getting-started.rst
  494. doc/source/f2py/index.rst
  495. doc/source/f2py/moddata.f90
  496. doc/source/f2py/moddata_session.dat
  497. doc/source/f2py/python-usage.rst
  498. doc/source/f2py/run_main_session.dat
  499. doc/source/f2py/scalar.f
  500. doc/source/f2py/scalar_session.dat
  501. doc/source/f2py/setup_example.py
  502. doc/source/f2py/signature-file.rst
  503. doc/source/f2py/spam.pyf
  504. doc/source/f2py/spam_session.dat
  505. doc/source/f2py/string.f
  506. doc/source/f2py/string_session.dat
  507. doc/source/f2py/usage.rst
  508. doc/source/f2py/var.pyf
  509. doc/source/f2py/var_session.dat
  510. doc/source/neps/datetime-proposal.rst
  511. doc/source/neps/datetime-proposal3.rst
  512. doc/source/neps/deferred-ufunc-evaluation.rst
  513. doc/source/neps/generalized-ufuncs.rst
  514. doc/source/neps/groupby_additions.rst
  515. doc/source/neps/index.rst
  516. doc/source/neps/math_config_clean.rst
  517. doc/source/neps/missing-data.rst
  518. doc/source/neps/new-iterator-ufunc.rst
  519. doc/source/neps/newbugtracker.rst
  520. doc/source/neps/npy-format.rst
  521. doc/source/neps/structured_array_extensions.rst
  522. doc/source/neps/ufunc-overrides.rst
  523. doc/source/neps/warnfix.rst
  524. doc/source/reference/arrays.classes.rst
  525. doc/source/reference/arrays.datetime.rst
  526. doc/source/reference/arrays.dtypes.rst
  527. doc/source/reference/arrays.indexing.rst
  528. doc/source/reference/arrays.interface.rst
  529. doc/source/reference/arrays.ndarray.rst
  530. doc/source/reference/arrays.nditer.rst
  531. doc/source/reference/arrays.rst
  532. doc/source/reference/arrays.scalars.rst
  533. doc/source/reference/c-api.array.rst
  534. doc/source/reference/c-api.config.rst
  535. doc/source/reference/c-api.coremath.rst
  536. doc/source/reference/c-api.deprecations.rst
  537. doc/source/reference/c-api.dtype.rst
  538. doc/source/reference/c-api.generalized-ufuncs.rst
  539. doc/source/reference/c-api.iterator.rst
  540. doc/source/reference/c-api.rst
  541. doc/source/reference/c-api.types-and-structures.rst
  542. doc/source/reference/c-api.ufunc.rst
  543. doc/source/reference/distutils.rst
  544. doc/source/reference/index.rst
  545. doc/source/reference/internals.code-explanations.rst
  546. doc/source/reference/internals.rst
  547. doc/source/reference/maskedarray.baseclass.rst
  548. doc/source/reference/maskedarray.generic.rst
  549. doc/source/reference/maskedarray.rst
  550. doc/source/reference/routines.array-creation.rst
  551. doc/source/reference/routines.array-manipulation.rst
  552. doc/source/reference/routines.bitwise.rst
  553. doc/source/reference/routines.char.rst
  554. doc/source/reference/routines.ctypeslib.rst
  555. doc/source/reference/routines.datetime.rst
  556. doc/source/reference/routines.dtype.rst
  557. doc/source/reference/routines.dual.rst
  558. doc/source/reference/routines.emath.rst
  559. doc/source/reference/routines.err.rst
  560. doc/source/reference/routines.fft.rst
  561. doc/source/reference/routines.financial.rst
  562. doc/source/reference/routines.functional.rst
  563. doc/source/reference/routines.help.rst
  564. doc/source/reference/routines.indexing.rst
  565. doc/source/reference/routines.io.rst
  566. doc/source/reference/routines.linalg.rst
  567. doc/source/reference/routines.logic.rst
  568. doc/source/reference/routines.ma.rst
  569. doc/source/reference/routines.math.rst
  570. doc/source/reference/routines.matlib.rst
  571. doc/source/reference/routines.numarray.rst
  572. doc/source/reference/routines.oldnumeric.rst
  573. doc/source/reference/routines.other.rst
  574. doc/source/reference/routines.padding.rst
  575. doc/source/reference/routines.polynomials.chebyshev.rst
  576. doc/source/reference/routines.polynomials.classes.rst
  577. doc/source/reference/routines.polynomials.hermite.rst
  578. doc/source/reference/routines.polynomials.hermite_e.rst
  579. doc/source/reference/routines.polynomials.laguerre.rst
  580. doc/source/reference/routines.polynomials.legendre.rst
  581. doc/source/reference/routines.polynomials.package.rst
  582. doc/source/reference/routines.polynomials.poly1d.rst
  583. doc/source/reference/routines.polynomials.polynomial.rst
  584. doc/source/reference/routines.polynomials.rst
  585. doc/source/reference/routines.random.rst
  586. doc/source/reference/routines.rst
  587. doc/source/reference/routines.set.rst
  588. doc/source/reference/routines.sort.rst
  589. doc/source/reference/routines.statistics.rst
  590. doc/source/reference/routines.testing.rst
  591. doc/source/reference/routines.window.rst
  592. doc/source/reference/swig.interface-file.rst
  593. doc/source/reference/swig.rst
  594. doc/source/reference/swig.testing.rst
  595. doc/source/reference/ufuncs.rst
  596. doc/source/reference/figures/dtype-hierarchy.dia
  597. doc/source/reference/figures/dtype-hierarchy.pdf
  598. doc/source/reference/figures/dtype-hierarchy.png
  599. doc/source/reference/figures/threefundamental.fig
  600. doc/source/reference/figures/threefundamental.pdf
  601. doc/source/reference/figures/threefundamental.png
  602. doc/source/user/basics.broadcasting.rst
  603. doc/source/user/basics.byteswapping.rst
  604. doc/source/user/basics.creation.rst
  605. doc/source/user/basics.indexing.rst
  606. doc/source/user/basics.io.genfromtxt.rst
  607. doc/source/user/basics.io.rst
  608. doc/source/user/basics.rec.rst
  609. doc/source/user/basics.rst
  610. doc/source/user/basics.subclassing.rst
  611. doc/source/user/basics.types.rst
  612. doc/source/user/building.rst
  613. doc/source/user/c-info.beyond-basics.rst
  614. doc/source/user/c-info.how-to-extend.rst
  615. doc/source/user/c-info.python-as-glue.rst
  616. doc/source/user/c-info.rst
  617. doc/source/user/c-info.ufunc-tutorial.rst
  618. doc/source/user/index.rst
  619. doc/source/user/install.rst
  620. doc/source/user/misc.rst
  621. doc/source/user/numpy-for-matlab-users.rst
  622. doc/source/user/quickstart.rst
  623. doc/source/user/setting-up.rst
  624. doc/source/user/whatisnumpy.rst
  625. doc/sphinxext/.git
  626. doc/sphinxext/.gitignore
  627. doc/sphinxext/.travis.yml
  628. doc/sphinxext/LICENSE.txt
  629. doc/sphinxext/MANIFEST.in
  630. doc/sphinxext/README.rst
  631. doc/sphinxext/setup.py
  632. doc/sphinxext/numpydoc/__init__.py
  633. doc/sphinxext/numpydoc/comment_eater.py
  634. doc/sphinxext/numpydoc/compiler_unparse.py
  635. doc/sphinxext/numpydoc/docscrape.py
  636. doc/sphinxext/numpydoc/docscrape_sphinx.py
  637. doc/sphinxext/numpydoc/linkcode.py
  638. doc/sphinxext/numpydoc/numpydoc.py
  639. doc/sphinxext/numpydoc/phantom_import.py
  640. doc/sphinxext/numpydoc/plot_directive.py
  641. doc/sphinxext/numpydoc/traitsdoc.py
  642. doc/sphinxext/numpydoc/tests/test_docscrape.py
  643. doc/sphinxext/numpydoc/tests/test_linkcode.py
  644. doc/sphinxext/numpydoc/tests/test_phantom_import.py
  645. doc/sphinxext/numpydoc/tests/test_plot_directive.py
  646. doc/sphinxext/numpydoc/tests/test_traitsdoc.py
  647. numpy/__init__.py
  648. numpy/_import_tools.py
  649. numpy/add_newdocs.py
  650. numpy/ctypeslib.py
  651. numpy/dual.py
  652. numpy/matlib.py
  653. numpy/setup.py
  654. numpy/version.py
  655. numpy.egg-info/PKG-INFO
  656. numpy.egg-info/SOURCES.txt
  657. numpy.egg-info/dependency_links.txt
  658. numpy.egg-info/top_level.txt
  659. numpy/_build_utils/README
  660. numpy/_build_utils/__init__.py
  661. numpy/_build_utils/apple_accelerate.py
  662. numpy/_build_utils/common.py
  663. numpy/_build_utils/src/apple_sgemv_fix.c
  664. numpy/compat/__init__.py
  665. numpy/compat/_inspect.py
  666. numpy/compat/py3k.py
  667. numpy/compat/setup.py
  668. numpy/core/__init__.py
  669. numpy/core/_internal.py
  670. numpy/core/_methods.py
  671. numpy/core/arrayprint.py
  672. numpy/core/cversions.py
  673. numpy/core/defchararray.py
  674. numpy/core/fromnumeric.py
  675. numpy/core/function_base.py
  676. numpy/core/getlimits.py
  677. numpy/core/info.py
  678. numpy/core/machar.py
  679. numpy/core/memmap.py
  680. numpy/core/mlib.ini.in
  681. numpy/core/npymath.ini.in
  682. numpy/core/numeric.py
  683. numpy/core/numerictypes.py
  684. numpy/core/records.py
  685. numpy/core/setup.py
  686. numpy/core/setup_common.py
  687. numpy/core/shape_base.py
  688. numpy/core/code_generators/__init__.py
  689. numpy/core/code_generators/cversions.txt
  690. numpy/core/code_generators/genapi.py
  691. numpy/core/code_generators/generate_numpy_api.py
  692. numpy/core/code_generators/generate_ufunc_api.py
  693. numpy/core/code_generators/generate_umath.py
  694. numpy/core/code_generators/numpy_api.py
  695. numpy/core/code_generators/ufunc_docstrings.py
  696. numpy/core/include/numpy/_neighborhood_iterator_imp.h
  697. numpy/core/include/numpy/_numpyconfig.h.in
  698. numpy/core/include/numpy/arrayobject.h
  699. numpy/core/include/numpy/arrayscalars.h
  700. numpy/core/include/numpy/halffloat.h
  701. numpy/core/include/numpy/ndarrayobject.h
  702. numpy/core/include/numpy/ndarraytypes.h
  703. numpy/core/include/numpy/noprefix.h
  704. numpy/core/include/numpy/npy_1_7_deprecated_api.h
  705. numpy/core/include/numpy/npy_3kcompat.h
  706. numpy/core/include/numpy/npy_common.h
  707. numpy/core/include/numpy/npy_cpu.h
  708. numpy/core/include/numpy/npy_endian.h
  709. numpy/core/include/numpy/npy_interrupt.h
  710. numpy/core/include/numpy/npy_math.h
  711. numpy/core/include/numpy/npy_no_deprecated_api.h
  712. numpy/core/include/numpy/npy_os.h
  713. numpy/core/include/numpy/numpyconfig.h
  714. numpy/core/include/numpy/old_defines.h
  715. numpy/core/include/numpy/oldnumeric.h
  716. numpy/core/include/numpy/ufuncobject.h
  717. numpy/core/include/numpy/utils.h
  718. numpy/core/src/dummymodule.c
  719. numpy/core/src/multiarray/_datetime.h
  720. numpy/core/src/multiarray/alloc.c
  721. numpy/core/src/multiarray/alloc.h
  722. numpy/core/src/multiarray/array_assign.c
  723. numpy/core/src/multiarray/array_assign.h
  724. numpy/core/src/multiarray/array_assign_array.c
  725. numpy/core/src/multiarray/array_assign_scalar.c
  726. numpy/core/src/multiarray/arrayobject.c
  727. numpy/core/src/multiarray/arrayobject.h
  728. numpy/core/src/multiarray/arraytypes.h
  729. numpy/core/src/multiarray/buffer.c
  730. numpy/core/src/multiarray/buffer.h
  731. numpy/core/src/multiarray/calculation.c
  732. numpy/core/src/multiarray/calculation.h
  733. numpy/core/src/multiarray/cblasfuncs.c
  734. numpy/core/src/multiarray/cblasfuncs.h
  735. numpy/core/src/multiarray/common.c
  736. numpy/core/src/multiarray/common.h
  737. numpy/core/src/multiarray/compiled_base.c
  738. numpy/core/src/multiarray/compiled_base.h
  739. numpy/core/src/multiarray/conversion_utils.c
  740. numpy/core/src/multiarray/conversion_utils.h
  741. numpy/core/src/multiarray/convert.c
  742. numpy/core/src/multiarray/convert.h
  743. numpy/core/src/multiarray/convert_datatype.c
  744. numpy/core/src/multiarray/convert_datatype.h
  745. numpy/core/src/multiarray/ctors.c
  746. numpy/core/src/multiarray/ctors.h
  747. numpy/core/src/multiarray/datetime.c
  748. numpy/core/src/multiarray/datetime_busday.c
  749. numpy/core/src/multiarray/datetime_busday.h
  750. numpy/core/src/multiarray/datetime_busdaycal.c
  751. numpy/core/src/multiarray/datetime_busdaycal.h
  752. numpy/core/src/multiarray/datetime_strings.c
  753. numpy/core/src/multiarray/datetime_strings.h
  754. numpy/core/src/multiarray/descriptor.c
  755. numpy/core/src/multiarray/descriptor.h
  756. numpy/core/src/multiarray/dtype_transfer.c
  757. numpy/core/src/multiarray/flagsobject.c
  758. numpy/core/src/multiarray/getset.c
  759. numpy/core/src/multiarray/getset.h
  760. numpy/core/src/multiarray/hashdescr.c
  761. numpy/core/src/multiarray/hashdescr.h
  762. numpy/core/src/multiarray/item_selection.c
  763. numpy/core/src/multiarray/item_selection.h
  764. numpy/core/src/multiarray/iterators.c
  765. numpy/core/src/multiarray/iterators.h
  766. numpy/core/src/multiarray/mapping.c
  767. numpy/core/src/multiarray/mapping.h
  768. numpy/core/src/multiarray/methods.c
  769. numpy/core/src/multiarray/methods.h
  770. numpy/core/src/multiarray/multiarraymodule.c
  771. numpy/core/src/multiarray/multiarraymodule.h
  772. numpy/core/src/multiarray/nditer_api.c
  773. numpy/core/src/multiarray/nditer_constr.c
  774. numpy/core/src/multiarray/nditer_impl.h
  775. numpy/core/src/multiarray/nditer_pywrap.c
  776. numpy/core/src/multiarray/nditer_pywrap.h
  777. numpy/core/src/multiarray/number.c
  778. numpy/core/src/multiarray/number.h
  779. numpy/core/src/multiarray/numpymemoryview.c
  780. numpy/core/src/multiarray/numpymemoryview.h
  781. numpy/core/src/multiarray/numpyos.c
  782. numpy/core/src/multiarray/numpyos.h
  783. numpy/core/src/multiarray/python_xerbla.c
  784. numpy/core/src/multiarray/refcount.c
  785. numpy/core/src/multiarray/refcount.h
  786. numpy/core/src/multiarray/scalarapi.c
  787. numpy/core/src/multiarray/scalartypes.h
  788. numpy/core/src/multiarray/sequence.c
  789. numpy/core/src/multiarray/sequence.h
  790. numpy/core/src/multiarray/shape.c
  791. numpy/core/src/multiarray/shape.h
  792. numpy/core/src/multiarray/ucsnarrow.c
  793. numpy/core/src/multiarray/ucsnarrow.h
  794. numpy/core/src/multiarray/usertypes.c
  795. numpy/core/src/multiarray/usertypes.h
  796. numpy/core/src/multiarray/vdot.c
  797. numpy/core/src/multiarray/vdot.h
  798. numpy/core/src/npymath/_signbit.c
  799. numpy/core/src/npymath/halffloat.c
  800. numpy/core/src/npymath/ieee754.c.src
  801. numpy/core/src/npymath/npy_math.c.src
  802. numpy/core/src/npymath/npy_math_common.h
  803. numpy/core/src/npymath/npy_math_complex.c.src
  804. numpy/core/src/npymath/npy_math_private.h
  805. numpy/core/src/npysort/binsearch.c.src
  806. numpy/core/src/npysort/heapsort.c.src
  807. numpy/core/src/npysort/mergesort.c.src
  808. numpy/core/src/npysort/npysort_common.h
  809. numpy/core/src/npysort/quicksort.c.src
  810. numpy/core/src/npysort/selection.c.src
  811. numpy/core/src/private/lowlevel_strided_loops.h
  812. numpy/core/src/private/mem_overlap.c
  813. numpy/core/src/private/mem_overlap.h
  814. numpy/core/src/private/npy_binsearch.h.src
  815. numpy/core/src/private/npy_cblas.h
  816. numpy/core/src/private/npy_config.h
  817. numpy/core/src/private/npy_extint128.h
  818. numpy/core/src/private/npy_fpmath.h
  819. numpy/core/src/private/npy_import.h
  820. numpy/core/src/private/npy_partition.h.src
  821. numpy/core/src/private/npy_pycompat.h
  822. numpy/core/src/private/npy_sort.h
  823. numpy/core/src/private/templ_common.h.src
  824. numpy/core/src/private/ufunc_override.h
  825. numpy/core/src/umath/reduction.c
  826. numpy/core/src/umath/reduction.h
  827. numpy/core/src/umath/simd.inc.src
  828. numpy/core/src/umath/ufunc_object.c
  829. numpy/core/src/umath/ufunc_object.h
  830. numpy/core/src/umath/ufunc_type_resolution.c
  831. numpy/core/src/umath/ufunc_type_resolution.h
  832. numpy/core/src/umath/umathmodule.c
  833. numpy/distutils/__init__.py
  834. numpy/distutils/__version__.py
  835. numpy/distutils/ccompiler.py
  836. numpy/distutils/compat.py
  837. numpy/distutils/conv_template.py
  838. numpy/distutils/core.py
  839. numpy/distutils/cpuinfo.py
  840. numpy/distutils/environment.py
  841. numpy/distutils/exec_command.py
  842. numpy/distutils/extension.py
  843. numpy/distutils/from_template.py
  844. numpy/distutils/info.py
  845. numpy/distutils/intelccompiler.py
  846. numpy/distutils/lib2def.py
  847. numpy/distutils/line_endings.py
  848. numpy/distutils/log.py
  849. numpy/distutils/mingw32ccompiler.py
  850. numpy/distutils/misc_util.py
  851. numpy/distutils/msvc9compiler.py
  852. numpy/distutils/msvccompiler.py
  853. numpy/distutils/npy_pkg_config.py
  854. numpy/distutils/numpy_distribution.py
  855. numpy/distutils/pathccompiler.py
  856. numpy/distutils/setup.py
  857. numpy/distutils/system_info.py
  858. numpy/distutils/unixccompiler.py
  859. numpy/distutils/command/__init__.py
  860. numpy/distutils/command/autodist.py
  861. numpy/distutils/command/bdist_rpm.py
  862. numpy/distutils/command/build.py
  863. numpy/distutils/command/build_clib.py
  864. numpy/distutils/command/build_ext.py
  865. numpy/distutils/command/build_py.py
  866. numpy/distutils/command/build_scripts.py
  867. numpy/distutils/command/build_src.py
  868. numpy/distutils/command/config.py
  869. numpy/distutils/command/config_compiler.py
  870. numpy/distutils/command/develop.py
  871. numpy/distutils/command/egg_info.py
  872. numpy/distutils/command/install.py
  873. numpy/distutils/command/install_clib.py
  874. numpy/distutils/command/install_data.py
  875. numpy/distutils/command/install_headers.py
  876. numpy/distutils/command/sdist.py
  877. numpy/distutils/fcompiler/__init__.py
  878. numpy/distutils/fcompiler/absoft.py
  879. numpy/distutils/fcompiler/compaq.py
  880. numpy/distutils/fcompiler/g95.py
  881. numpy/distutils/fcompiler/gnu.py
  882. numpy/distutils/fcompiler/hpux.py
  883. numpy/distutils/fcompiler/ibm.py
  884. numpy/distutils/fcompiler/intel.py
  885. numpy/distutils/fcompiler/lahey.py
  886. numpy/distutils/fcompiler/mips.py
  887. numpy/distutils/fcompiler/nag.py
  888. numpy/distutils/fcompiler/none.py
  889. numpy/distutils/fcompiler/pathf95.py
  890. numpy/distutils/fcompiler/pg.py
  891. numpy/distutils/fcompiler/sun.py
  892. numpy/distutils/fcompiler/vast.py
  893. numpy/doc/__init__.py
  894. numpy/doc/basics.py
  895. numpy/doc/broadcasting.py
  896. numpy/doc/byteswapping.py
  897. numpy/doc/constants.py
  898. numpy/doc/creation.py
  899. numpy/doc/glossary.py
  900. numpy/doc/indexing.py
  901. numpy/doc/internals.py
  902. numpy/doc/misc.py
  903. numpy/doc/structured_arrays.py
  904. numpy/doc/subclassing.py
  905. numpy/doc/ufuncs.py
  906. numpy/f2py/__init__.py
  907. numpy/f2py/__main__.py
  908. numpy/f2py/__version__.py
  909. numpy/f2py/auxfuncs.py
  910. numpy/f2py/capi_maps.py
  911. numpy/f2py/cb_rules.py
  912. numpy/f2py/cfuncs.py
  913. numpy/f2py/common_rules.py
  914. numpy/f2py/crackfortran.py
  915. numpy/f2py/diagnose.py
  916. numpy/f2py/f2py2e.py
  917. numpy/f2py/f2py_testing.py
  918. numpy/f2py/f90mod_rules.py
  919. numpy/f2py/func2subr.py
  920. numpy/f2py/info.py
  921. numpy/f2py/rules.py
  922. numpy/f2py/setup.py
  923. numpy/f2py/use_rules.py
  924. numpy/fft/__init__.py
  925. numpy/fft/fftpack.c
  926. numpy/fft/fftpack.h
  927. numpy/fft/fftpack.py
  928. numpy/fft/fftpack_litemodule.c
  929. numpy/fft/helper.py
  930. numpy/fft/info.py
  931. numpy/fft/setup.py
  932. numpy/lib/__init__.py
  933. numpy/lib/_datasource.py
  934. numpy/lib/_iotools.py
  935. numpy/lib/_version.py
  936. numpy/lib/arraypad.py
  937. numpy/lib/arraysetops.py
  938. numpy/lib/arrayterator.py
  939. numpy/lib/financial.py
  940. numpy/lib/format.py
  941. numpy/lib/function_base.py
  942. numpy/lib/index_tricks.py
  943. numpy/lib/info.py
  944. numpy/lib/nanfunctions.py
  945. numpy/lib/npyio.py
  946. numpy/lib/polynomial.py
  947. numpy/lib/recfunctions.py
  948. numpy/lib/scimath.py
  949. numpy/lib/setup.py
  950. numpy/lib/shape_base.py
  951. numpy/lib/stride_tricks.py
  952. numpy/lib/twodim_base.py
  953. numpy/lib/type_check.py
  954. numpy/lib/ufunclike.py
  955. numpy/lib/user_array.py
  956. numpy/lib/utils.py
  957. numpy/linalg/__init__.py
  958. numpy/linalg/info.py
  959. numpy/linalg/lapack_litemodule.c
  960. numpy/linalg/linalg.py
  961. numpy/linalg/setup.py
  962. numpy/linalg/lapack_lite/blas_lite.c
  963. numpy/linalg/lapack_lite/dlamch.c
  964. numpy/linalg/lapack_lite/dlapack_lite.c
  965. numpy/linalg/lapack_lite/f2c.h
  966. numpy/linalg/lapack_lite/f2c_lite.c
  967. numpy/linalg/lapack_lite/python_xerbla.c
  968. numpy/linalg/lapack_lite/zlapack_lite.c
  969. numpy/ma/__init__.py
  970. numpy/ma/bench.py
  971. numpy/ma/core.py
  972. numpy/ma/extras.py
  973. numpy/ma/mrecords.py
  974. numpy/ma/setup.py
  975. numpy/ma/testutils.py
  976. numpy/ma/timer_comparison.py
  977. numpy/ma/version.py
  978. numpy/matrixlib/__init__.py
  979. numpy/matrixlib/defmatrix.py
  980. numpy/matrixlib/setup.py
  981. numpy/polynomial/__init__.py
  982. numpy/polynomial/_polybase.py
  983. numpy/polynomial/chebyshev.py
  984. numpy/polynomial/hermite.py
  985. numpy/polynomial/hermite_e.py
  986. numpy/polynomial/laguerre.py
  987. numpy/polynomial/legendre.py
  988. numpy/polynomial/polynomial.py
  989. numpy/polynomial/polyutils.py
  990. numpy/polynomial/setup.py
  991. numpy/random/__init__.py
  992. numpy/random/info.py
  993. numpy/random/setup.py
  994. numpy/random/mtrand/Python.pxi
  995. numpy/random/mtrand/distributions.c
  996. numpy/random/mtrand/distributions.h
  997. numpy/random/mtrand/generate_mtrand_c.py
  998. numpy/random/mtrand/initarray.c
  999. numpy/random/mtrand/initarray.h
  1000. numpy/random/mtrand/mt_compat.h
  1001. numpy/random/mtrand/mtrand.c
  1002. numpy/random/mtrand/mtrand.pyx
  1003. numpy/random/mtrand/mtrand_py_helper.h
  1004. numpy/random/mtrand/numpy.pxd
  1005. numpy/random/mtrand/randomkit.c
  1006. numpy/random/mtrand/randomkit.h
  1007. numpy/testing/__init__.py
  1008. numpy/testing/decorators.py
  1009. numpy/testing/noseclasses.py
  1010. numpy/testing/nosetester.py
  1011. numpy/testing/print_coercion_tables.py
  1012. numpy/testing/setup.py
  1013. numpy/testing/utils.py
  1014. tools/swig/Makefile
  1015. tools/swig/README
  1016. tools/swig/numpy.i
  1017. tools/swig/pyfragments.swg
  1018. tools/swig/test/Array.i
  1019. tools/swig/test/Array1.cxx
  1020. tools/swig/test/Array1.h
  1021. tools/swig/test/Array2.cxx
  1022. tools/swig/test/Array2.h
  1023. tools/swig/test/ArrayZ.cxx
  1024. tools/swig/test/ArrayZ.h
  1025. tools/swig/test/Farray.cxx
  1026. tools/swig/test/Farray.h
  1027. tools/swig/test/Farray.i
  1028. tools/swig/test/Flat.cxx
  1029. tools/swig/test/Flat.h
  1030. tools/swig/test/Flat.i
  1031. tools/swig/test/Fortran.cxx
  1032. tools/swig/test/Fortran.h
  1033. tools/swig/test/Fortran.i
  1034. tools/swig/test/Makefile
  1035. tools/swig/test/Matrix.cxx
  1036. tools/swig/test/Matrix.h
  1037. tools/swig/test/Matrix.i
  1038. tools/swig/test/SuperTensor.cxx
  1039. tools/swig/test/SuperTensor.h
  1040. tools/swig/test/SuperTensor.i
  1041. tools/swig/test/Tensor.cxx
  1042. tools/swig/test/Tensor.h
  1043. tools/swig/test/Tensor.i
  1044. tools/swig/test/Vector.cxx
  1045. tools/swig/test/Vector.h
  1046. tools/swig/test/Vector.i
  1047. tools/swig/test/setup.py
  1048. tools/swig/test/testArray.py
  1049. tools/swig/test/testFarray.py
  1050. tools/swig/test/testFlat.py
  1051. tools/swig/test/testFortran.py
  1052. tools/swig/test/testMatrix.py
  1053. tools/swig/test/testSuperTensor.py
  1054. tools/swig/test/testTensor.py
  1055. tools/swig/test/testVector.py