[development doc updates]

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fred L. Drake

    #1

    [development doc updates]

    The development version of the documentation has been updated:



    Lots of changes to how tables are actually formatted, with much of the
    styling moved from the HTML to the CSS stylesheet.

    Tables also look nicer in supporting browsers.

    Please review the tables and report any strange presentations; be sure
    to include the specific browser (including platform and version!) in
    your report.


    A downloadable package containing the HTML is also available:


  • Russell Blau

    #2
    Re: [development doc updates]

    "Fred L. Drake" <fdrake@acm.org > wrote in message
    news:mailman.62 15.1100101627.5 135.python-list@python.org ...[color=blue]
    > The development version of the documentation has been updated:
    >
    > http://www.python.org/dev/doc/devel/
    >
    > Lots of changes to how tables are actually formatted, with much of the
    > styling moved from the HTML to the CSS stylesheet.
    >
    > Tables also look nicer in supporting browsers.
    >
    > Please review the tables and report any strange presentations; be sure
    > to include the specific browser (including platform and version!) in
    > your report.[/color]

    Using MSIE 6.0 on Windows XP Professional, the tables have borders on the
    left and bottom, but no borders on the top and right sides. The interior
    borders between cells are fine.


    --
    I don't actually read my hotmail account, but you can replace hotmail with
    excite if you really want to reach me.


    Comment

    • Kent Johnson

      #3
      Re: [development doc updates]

      Fred L. Drake wrote:[color=blue]
      > The development version of the documentation has been updated:
      >
      > http://www.python.org/dev/doc/devel/
      >
      > Please review the tables and report any strange presentations; be sure
      > to include the specific browser (including platform and version!) in
      > your report.[/color]

      Do you wath the reports here or in the bug tracker? Anyway here is one:

      Using Firefox 1.0 and Firefox 1.0PR on Win2K, the tables are missing the
      left and right borders. For example in Section 2.3.6, the table of
      operations for sequence types, in the 2.3.4 docs I have a black border
      on left, right and bottom; in the dev docs it is only on the bottom.

      Kent

      Comment

      • Kent Johnson

        #4
        Re: [development doc updates]

        Kent Johnson wrote:[color=blue]
        > Using Firefox 1.0 and Firefox 1.0PR on Win2K, the tables are missing the
        > left and right borders.[/color]

        and top.

        For example in Section 2.3.6, the table of[color=blue]
        > operations for sequence types, in the 2.3.4 docs I have a black border
        > on left, right[/color]
        top[color=blue]
        > and bottom; in the dev docs it is only on the bottom.[/color]

        Also the borders under the header and at the bottom are heavier in the
        new docs; my guess is that is intentional...

        Kent

        Comment

        • John Roth

          #5
          Re: [development doc updates]


          "Kent Johnson" <kent3737@yahoo .com> wrote in message
          news:41923be3$1 _2@newspeer2.td s.net...[color=blue]
          > Fred L. Drake wrote:[color=green]
          >> The development version of the documentation has been updated:
          >>
          >> http://www.python.org/dev/doc/devel/
          >>
          >> Please review the tables and report any strange presentations; be sure
          >> to include the specific browser (including platform and version!) in
          >> your report.[/color]
          >
          > Do you wath the reports here or in the bug tracker? Anyway here is one:
          >
          > Using Firefox 1.0 and Firefox 1.0PR on Win2K, the tables are missing the
          > left and right borders. For example in Section 2.3.6, the table of
          > operations for sequence types, in the 2.3.4 docs I have a black border on
          > left, right and bottom; in the dev docs it is only on the bottom.[/color]

          Same problem on Win XP SP2 with Firefox 1.0PR.

          John Roth[color=blue]
          >
          > Kent[/color]

          Comment

          Working...