Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
(12) |
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(4) |
Feb
|
Mar
|
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2006 |
Jan
(4) |
Feb
|
Mar
(13) |
Apr
|
May
|
Jun
(1) |
Jul
(16) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
(6) |
Feb
(36) |
Mar
(4) |
Apr
(4) |
May
(28) |
Jun
(6) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(8) |
Dec
(4) |
2008 |
Jan
(5) |
Feb
(20) |
Mar
(11) |
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(3) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
|
1
(1) |
2
|
3
|
4
|
5
(3) |
6
(5) |
7
(2) |
8
|
9
(1) |
10
(2) |
11
(1) |
12
|
13
(1) |
14
|
15
|
16
|
17
(2) |
18
|
19
(4) |
20
(2) |
21
|
22
|
23
(1) |
24
|
25
(6) |
26
|
27
(4) |
28
(1) |
|
|
|
From: Edward Loper <edloper@gr...> - 2007-02-09 18:18:28
|
On Feb 6, 2007, at 8:14 AM, Daniele Varrazzo wrote: >> I fiddled with the HTML output and the default Epydoc css trying to >> optimize the vertical space. A result can be seen at >> http://www.develer.com/~piro/api-compact/epydoc.apidoc.APIDoc- >> class.html >> [...] Sorry, I guess I missed this message the first time around. This looks like an improvement on the current code, and I see no problems with merging the compat branch into the trunk. I think that the reason I used <dl> rather than <div>+css is that when I started writing epydoc, css was not yet supported by several common browsers; so I wanted to generate HTML code that would display well on older browsers. Now that several years have passed, I don't think that's an issue any more -- all modern browsers should support at least basic css. So feel free to update the html writer to generate output that can be customized more easily w/ css. As for the question of how compact the default output should be, I agree that the current output has a pretty large amount of whitespace in the output, but the api-compact page you pointed at seems a little *too* tight to me. Perhaps we could change the default to be somewhat intermediate between the current spacing and your 'compact' spacing, and provide stylesheets with both more-compact and less- compact variants? -Edward |