You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

438 lines
6.8 KiB

Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75365 | georg.brandl | 2009-10-11 22:16:16 +0200 (So, 11 Okt 2009) | 1 line Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. ........ r75394 | georg.brandl | 2009-10-13 20:10:59 +0200 (Di, 13 Okt 2009) | 1 line Fix markup. ........ r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line #7125: fix typo. ........ r75403 | georg.brandl | 2009-10-14 17:57:46 +0200 (Mi, 14 Okt 2009) | 1 line #7126: os.environ changes *do* take effect in subprocesses started with os.system(). ........ r75418 | georg.brandl | 2009-10-14 20:48:32 +0200 (Mi, 14 Okt 2009) | 1 line #7116: str.join() takes an iterable. ........ r75459 | georg.brandl | 2009-10-17 10:57:43 +0200 (Sa, 17 Okt 2009) | 1 line Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__. ........ r75484 | georg.brandl | 2009-10-18 09:58:12 +0200 (So, 18 Okt 2009) | 1 line Fix missing word. ........ r75592 | georg.brandl | 2009-10-22 09:05:48 +0200 (Do, 22 Okt 2009) | 1 line Fix punctuation. ........ r75593 | georg.brandl | 2009-10-22 09:06:49 +0200 (Do, 22 Okt 2009) | 1 line Revert unintended change. ........ r75594 | georg.brandl | 2009-10-22 09:56:02 +0200 (Do, 22 Okt 2009) | 1 line Fix markup. ........ r75595 | georg.brandl | 2009-10-22 09:56:56 +0200 (Do, 22 Okt 2009) | 1 line Fix duplicate target. ........ r75596 | georg.brandl | 2009-10-22 10:05:04 +0200 (Do, 22 Okt 2009) | 1 line Add a new directive marking up implementation details and start using it. ........ r75600 | georg.brandl | 2009-10-22 13:01:46 +0200 (Do, 22 Okt 2009) | 1 line Make it more robust. ........ r75602 | georg.brandl | 2009-10-22 13:28:06 +0200 (Do, 22 Okt 2009) | 1 line Document new directive. ........ r75603 | georg.brandl | 2009-10-22 13:28:23 +0200 (Do, 22 Okt 2009) | 1 line Allow short form with text as argument. ........ r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line Fix stylesheet for multi-paragraph impl-details. ........ r75605 | georg.brandl | 2009-10-22 13:48:10 +0200 (Do, 22 Okt 2009) | 1 line Use "impl-detail" directive where applicable. ........ r75606 | georg.brandl | 2009-10-22 17:00:06 +0200 (Do, 22 Okt 2009) | 1 line #6324: membership test tries iteration via __iter__. ........ r75607 | georg.brandl | 2009-10-22 17:04:09 +0200 (Do, 22 Okt 2009) | 1 line #7088: document new functions in signal as Unix-only. ........ r75610 | georg.brandl | 2009-10-22 17:27:24 +0200 (Do, 22 Okt 2009) | 1 line Reorder __slots__ fine print and add a clarification. ........ r75611 | georg.brandl | 2009-10-22 17:42:32 +0200 (Do, 22 Okt 2009) | 1 line #7035: improve docs of the various <method>_errors() functions, and give them docstrings. ........ r75612 | georg.brandl | 2009-10-22 17:52:15 +0200 (Do, 22 Okt 2009) | 1 line #7156: document curses as Unix-only. ........ r75613 | georg.brandl | 2009-10-22 17:54:35 +0200 (Do, 22 Okt 2009) | 1 line #6977: getopt does not support optional option arguments. ........ r75616 | georg.brandl | 2009-10-22 18:17:05 +0200 (Do, 22 Okt 2009) | 1 line Add proper references. ........ r75617 | georg.brandl | 2009-10-22 18:20:55 +0200 (Do, 22 Okt 2009) | 1 line Make printout margin important. ........ r75623 | georg.brandl | 2009-10-23 10:14:44 +0200 (Fr, 23 Okt 2009) | 1 line #7188: fix optionxform() docs. ........ r75627 | fred.drake | 2009-10-23 15:04:51 +0200 (Fr, 23 Okt 2009) | 2 lines add further note about what's passed to optionxform ........ r75640 | neil.schemenauer | 2009-10-23 21:58:17 +0200 (Fr, 23 Okt 2009) | 2 lines Improve some docstrings in the 'warnings' module. ........ r75647 | georg.brandl | 2009-10-24 12:04:19 +0200 (Sa, 24 Okt 2009) | 1 line Fix markup. ........ r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line Fix a demo. ........ r75795 | georg.brandl | 2009-10-27 16:10:22 +0100 (Di, 27 Okt 2009) | 1 line Fix a strange mis-edit. ........
17 years ago
Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75365 | georg.brandl | 2009-10-11 22:16:16 +0200 (So, 11 Okt 2009) | 1 line Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. ........ r75394 | georg.brandl | 2009-10-13 20:10:59 +0200 (Di, 13 Okt 2009) | 1 line Fix markup. ........ r75402 | georg.brandl | 2009-10-14 17:51:48 +0200 (Mi, 14 Okt 2009) | 1 line #7125: fix typo. ........ r75403 | georg.brandl | 2009-10-14 17:57:46 +0200 (Mi, 14 Okt 2009) | 1 line #7126: os.environ changes *do* take effect in subprocesses started with os.system(). ........ r75418 | georg.brandl | 2009-10-14 20:48:32 +0200 (Mi, 14 Okt 2009) | 1 line #7116: str.join() takes an iterable. ........ r75459 | georg.brandl | 2009-10-17 10:57:43 +0200 (Sa, 17 Okt 2009) | 1 line Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in test___all__. ........ r75484 | georg.brandl | 2009-10-18 09:58:12 +0200 (So, 18 Okt 2009) | 1 line Fix missing word. ........ r75592 | georg.brandl | 2009-10-22 09:05:48 +0200 (Do, 22 Okt 2009) | 1 line Fix punctuation. ........ r75593 | georg.brandl | 2009-10-22 09:06:49 +0200 (Do, 22 Okt 2009) | 1 line Revert unintended change. ........ r75594 | georg.brandl | 2009-10-22 09:56:02 +0200 (Do, 22 Okt 2009) | 1 line Fix markup. ........ r75595 | georg.brandl | 2009-10-22 09:56:56 +0200 (Do, 22 Okt 2009) | 1 line Fix duplicate target. ........ r75596 | georg.brandl | 2009-10-22 10:05:04 +0200 (Do, 22 Okt 2009) | 1 line Add a new directive marking up implementation details and start using it. ........ r75600 | georg.brandl | 2009-10-22 13:01:46 +0200 (Do, 22 Okt 2009) | 1 line Make it more robust. ........ r75602 | georg.brandl | 2009-10-22 13:28:06 +0200 (Do, 22 Okt 2009) | 1 line Document new directive. ........ r75603 | georg.brandl | 2009-10-22 13:28:23 +0200 (Do, 22 Okt 2009) | 1 line Allow short form with text as argument. ........ r75604 | georg.brandl | 2009-10-22 13:36:50 +0200 (Do, 22 Okt 2009) | 1 line Fix stylesheet for multi-paragraph impl-details. ........ r75605 | georg.brandl | 2009-10-22 13:48:10 +0200 (Do, 22 Okt 2009) | 1 line Use "impl-detail" directive where applicable. ........ r75606 | georg.brandl | 2009-10-22 17:00:06 +0200 (Do, 22 Okt 2009) | 1 line #6324: membership test tries iteration via __iter__. ........ r75607 | georg.brandl | 2009-10-22 17:04:09 +0200 (Do, 22 Okt 2009) | 1 line #7088: document new functions in signal as Unix-only. ........ r75610 | georg.brandl | 2009-10-22 17:27:24 +0200 (Do, 22 Okt 2009) | 1 line Reorder __slots__ fine print and add a clarification. ........ r75611 | georg.brandl | 2009-10-22 17:42:32 +0200 (Do, 22 Okt 2009) | 1 line #7035: improve docs of the various <method>_errors() functions, and give them docstrings. ........ r75612 | georg.brandl | 2009-10-22 17:52:15 +0200 (Do, 22 Okt 2009) | 1 line #7156: document curses as Unix-only. ........ r75613 | georg.brandl | 2009-10-22 17:54:35 +0200 (Do, 22 Okt 2009) | 1 line #6977: getopt does not support optional option arguments. ........ r75616 | georg.brandl | 2009-10-22 18:17:05 +0200 (Do, 22 Okt 2009) | 1 line Add proper references. ........ r75617 | georg.brandl | 2009-10-22 18:20:55 +0200 (Do, 22 Okt 2009) | 1 line Make printout margin important. ........ r75623 | georg.brandl | 2009-10-23 10:14:44 +0200 (Fr, 23 Okt 2009) | 1 line #7188: fix optionxform() docs. ........ r75627 | fred.drake | 2009-10-23 15:04:51 +0200 (Fr, 23 Okt 2009) | 2 lines add further note about what's passed to optionxform ........ r75640 | neil.schemenauer | 2009-10-23 21:58:17 +0200 (Fr, 23 Okt 2009) | 2 lines Improve some docstrings in the 'warnings' module. ........ r75647 | georg.brandl | 2009-10-24 12:04:19 +0200 (Sa, 24 Okt 2009) | 1 line Fix markup. ........ r75696 | georg.brandl | 2009-10-25 21:25:43 +0100 (So, 25 Okt 2009) | 1 line Fix a demo. ........ r75795 | georg.brandl | 2009-10-27 16:10:22 +0100 (Di, 27 Okt 2009) | 1 line Fix a strange mis-edit. ........
17 years ago
  1. /**
  2. * Sphinx stylesheet -- basic theme
  3. * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4. */
  5. /* -- main layout ----------------------------------------------------------- */
  6. div.clearer {
  7. clear: both;
  8. }
  9. /* -- relbar ---------------------------------------------------------------- */
  10. div.related {
  11. width: 100%;
  12. font-size: 90%;
  13. }
  14. div.related h3 {
  15. display: none;
  16. }
  17. div.related ul {
  18. margin: 0;
  19. padding: 0 0 0 10px;
  20. list-style: none;
  21. }
  22. div.related li {
  23. display: inline;
  24. }
  25. div.related li.right {
  26. float: right;
  27. margin-right: 5px;
  28. }
  29. /* -- sidebar --------------------------------------------------------------- */
  30. div.sphinxsidebarwrapper {
  31. padding: 10px 5px 0 10px;
  32. }
  33. div.sphinxsidebar {
  34. float: left;
  35. width: 230px;
  36. margin-left: -100%;
  37. font-size: 90%;
  38. }
  39. div.sphinxsidebar ul {
  40. list-style: none;
  41. }
  42. div.sphinxsidebar ul ul,
  43. div.sphinxsidebar ul.want-points {
  44. margin-left: 20px;
  45. list-style: square;
  46. }
  47. div.sphinxsidebar ul ul {
  48. margin-top: 0;
  49. margin-bottom: 0;
  50. }
  51. div.sphinxsidebar form {
  52. margin-top: 10px;
  53. }
  54. div.sphinxsidebar input {
  55. border: 1px solid #98dbcc;
  56. font-family: sans-serif;
  57. font-size: 1em;
  58. }
  59. img {
  60. border: 0;
  61. }
  62. /* -- search page ----------------------------------------------------------- */
  63. ul.search {
  64. margin: 10px 0 0 20px;
  65. padding: 0;
  66. }
  67. ul.search li {
  68. padding: 5px 0 5px 20px;
  69. background-image: url(file.png);
  70. background-repeat: no-repeat;
  71. background-position: 0 7px;
  72. }
  73. ul.search li a {
  74. font-weight: bold;
  75. }
  76. ul.search li div.context {
  77. color: #888;
  78. margin: 2px 0 0 30px;
  79. text-align: left;
  80. }
  81. ul.keywordmatches li.goodmatch a {
  82. font-weight: bold;
  83. }
  84. /* -- index page ------------------------------------------------------------ */
  85. table.contentstable {
  86. width: 90%;
  87. }
  88. table.contentstable p.biglink {
  89. line-height: 150%;
  90. }
  91. a.biglink {
  92. font-size: 1.3em;
  93. }
  94. span.linkdescr {
  95. font-style: italic;
  96. padding-top: 5px;
  97. font-size: 90%;
  98. }
  99. /* -- general index --------------------------------------------------------- */
  100. table.indextable td {
  101. text-align: left;
  102. vertical-align: top;
  103. }
  104. table.indextable dl, table.indextable dd {
  105. margin-top: 0;
  106. margin-bottom: 0;
  107. }
  108. table.indextable tr.pcap {
  109. height: 10px;
  110. }
  111. table.indextable tr.cap {
  112. margin-top: 10px;
  113. background-color: #f2f2f2;
  114. }
  115. img.toggler {
  116. margin-right: 3px;
  117. margin-top: 3px;
  118. cursor: pointer;
  119. }
  120. /* -- general body styles --------------------------------------------------- */
  121. a.headerlink {
  122. visibility: hidden;
  123. }
  124. h1:hover > a.headerlink,
  125. h2:hover > a.headerlink,
  126. h3:hover > a.headerlink,
  127. h4:hover > a.headerlink,
  128. h5:hover > a.headerlink,
  129. h6:hover > a.headerlink,
  130. dt:hover > a.headerlink {
  131. visibility: visible;
  132. }
  133. div.body p.caption {
  134. text-align: inherit;
  135. }
  136. div.body td {
  137. text-align: left;
  138. }
  139. .field-list ul {
  140. padding-left: 1em;
  141. }
  142. .first {
  143. margin-top: 0 !important;
  144. }
  145. p.rubric {
  146. margin-top: 30px;
  147. font-weight: bold;
  148. }
  149. /* -- sidebars -------------------------------------------------------------- */
  150. div.sidebar {
  151. margin: 0 0 0.5em 1em;
  152. border: 1px solid #ddb;
  153. padding: 7px 7px 0 7px;
  154. background-color: #ffe;
  155. width: 40%;
  156. float: right;
  157. }
  158. p.sidebar-title {
  159. font-weight: bold;
  160. }
  161. /* -- topics ---------------------------------------------------------------- */
  162. div.topic {
  163. border: 1px solid #ccc;
  164. padding: 7px 7px 0 7px;
  165. margin: 10px 0 10px 0;
  166. }
  167. p.topic-title {
  168. font-size: 1.1em;
  169. font-weight: bold;
  170. margin-top: 10px;
  171. }
  172. /* -- admonitions ----------------------------------------------------------- */
  173. div.admonition {
  174. margin-top: 10px;
  175. margin-bottom: 10px;
  176. padding: 7px;
  177. }
  178. div.admonition dt {
  179. font-weight: bold;
  180. }
  181. div.admonition dl {
  182. margin-bottom: 0;
  183. }
  184. p.admonition-title {
  185. margin: 0px 10px 5px 0px;
  186. font-weight: bold;
  187. }
  188. div.body p.centered {
  189. text-align: center;
  190. margin-top: 25px;
  191. }
  192. /* -- tables ---------------------------------------------------------------- */
  193. table.docutils {
  194. border: 0 solid #dce;
  195. border-collapse: collapse;
  196. }
  197. table.docutils td, table.docutils th {
  198. padding: 2px 5px 2px 5px;
  199. border-left: 0;
  200. background-color: #eef;
  201. }
  202. table.docutils td p.last, table.docutils th p.last {
  203. margin-bottom: 0;
  204. }
  205. table.field-list td, table.field-list th {
  206. border: 0 !important;
  207. }
  208. table.footnote td, table.footnote th {
  209. border: 0 !important;
  210. }
  211. table.docutils th {
  212. border-top: 1px solid #cac;
  213. background-color: #ede;
  214. }
  215. th {
  216. text-align: left;
  217. padding-right: 5px;
  218. }
  219. th.head {
  220. text-align: center;
  221. }
  222. /* -- other body styles ----------------------------------------------------- */
  223. dl {
  224. margin-bottom: 15px;
  225. }
  226. dd p {
  227. margin-top: 0px;
  228. }
  229. dd ul, dd table {
  230. margin-bottom: 10px;
  231. }
  232. dd {
  233. margin-top: 3px;
  234. margin-bottom: 10px;
  235. margin-left: 30px;
  236. }
  237. dt:target, .highlight {
  238. background-color: #fbe54e;
  239. }
  240. dl.glossary dt {
  241. font-weight: bold;
  242. font-size: 1.1em;
  243. }
  244. .field-list ul {
  245. margin: 0;
  246. padding-left: 1em;
  247. }
  248. .field-list p {
  249. margin: 0;
  250. }
  251. .refcount {
  252. color: #060;
  253. }
  254. .optional {
  255. font-size: 1.3em;
  256. }
  257. .versionmodified {
  258. font-style: italic;
  259. }
  260. p.deprecated, p.deprecated-removed {
  261. background-color: #ffe4e4;
  262. border: 1px solid #f66;
  263. padding: 7px
  264. }
  265. .system-message {
  266. background-color: #fda;
  267. padding: 5px;
  268. border: 3px solid red;
  269. }
  270. .footnote:target {
  271. background-color: #ffa;
  272. }
  273. .impl-detail {
  274. margin-top: 10px;
  275. margin-bottom: 10px;
  276. padding: 7px;
  277. border: 1px solid #ccc;
  278. }
  279. .impl-detail .compound-first {
  280. margin-top: 0;
  281. }
  282. .impl-detail .compound-last {
  283. margin-bottom: 0;
  284. }
  285. /* -- code displays --------------------------------------------------------- */
  286. pre {
  287. overflow: auto;
  288. overflow-y: hidden;
  289. }
  290. td.linenos pre {
  291. padding: 5px 0px;
  292. border: 0;
  293. background-color: transparent;
  294. color: #aaa;
  295. }
  296. table.highlighttable {
  297. margin-left: 0.5em;
  298. }
  299. table.highlighttable td {
  300. padding: 0 0.5em 0 0.5em;
  301. }
  302. tt.descname {
  303. background-color: transparent;
  304. font-weight: bold;
  305. font-size: 1.2em;
  306. }
  307. tt.descclassname {
  308. background-color: transparent;
  309. }
  310. tt.xref, a tt {
  311. background-color: transparent;
  312. font-weight: bold;
  313. }
  314. h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
  315. background-color: transparent;
  316. }
  317. /* -- math display ---------------------------------------------------------- */
  318. img.math {
  319. vertical-align: middle;
  320. }
  321. div.body div.math p {
  322. text-align: center;
  323. }
  324. span.eqno {
  325. float: right;
  326. }
  327. /* -- printout stylesheet --------------------------------------------------- */
  328. @media print {
  329. div.document,
  330. div.documentwrapper,
  331. div.bodywrapper {
  332. margin: 0 !important;
  333. width: 100%;
  334. }
  335. div.sphinxsidebar,
  336. div.related,
  337. div.footer,
  338. #top-link {
  339. display: none;
  340. }
  341. }