On Mon, Jul 5, 2010 at 3:58 PM, <[email protected]> wrote: > On 02:21 pm, [email protected] wrote: >> >> On Mon, Jul 5, 2010 at 1:58 PM, Jonathan Lange <[email protected]> wrote: >> ... >>> >>> Things we can do now: >>> * Update the current documentation so that it uses the correct template >>> * Update the release process to be clearer (I think this is done >>> now, but I can use the previous step to double check) >>> * Delete APIDocs, or at least stop recommending it -- it's easier >>> followed if folded in to the release doc >> >> These are all done. APIDocs still exists but is no longer referred to >> by the release document. >> >> Please confirm that the analytics stuff works. > > It looks like it's working on the API docs but not on the howtos. The > quoting seems to be a bit messed up: > > <!-- Google analytics, obviously. --> <script src="http://www.google- > analytics.com/urchin.js" type="text/javascript"/> <script > type="text/javascript"> _uacct = "UA-99018-6"; > urchinTracker(); > </script> > I think this needs to be `_uacct = "UA-99018-6";`. I seem to recall having > some difficulty getting this output when generating the 9.0 docs, though. :/ >
These are now fixed. I've updated the release document with workarounds and filed bugs #4544 and #4545. jml _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
