Opened 14 years ago

Closed 13 years ago

#2046 closed Bugs (fixed)

http://www.boost.org/doc/libs/1_35_0/libs/python/doc/v2/pickle.html is missing

Reported by: Dave Abrahams Owned by: Dave Abrahams
Milestone: Boost 1.36.0 Component: python USE GITHUB
Version: Boost 1.35.0 Severity: Problem
Keywords: Cc:

Description (last modified by Dave Abrahams)

See [browser:trunk/libs/python/doc/v2/pickle.html]

Change History (6)

comment:1 by Dave Abrahams, 14 years ago

Description: modified (diff)
Summary: [browser:trunk/libs/python/doc/v2/pickle.html] is missinghttp://www.boost.org/doc/libs/1_35_0/libs/python/doc/v2/pickle.html is missing

comment:2 by René Rivera, 14 years ago

Component: websitePython
Owner: changed from René Rivera to Dave Abrahams

That page is not valid HTML. In particular there are missing HTML and BODY tags.

comment:3 by Dave Abrahams, 14 years ago

Okay. I accept that it's my responsibility to make sure the HTML is valid, but isn't it your responsibility to make sure the page shows up?

in reply to:  3 comment:4 by René Rivera, 14 years ago

Replying to dave:

Okay. I accept that it's my responsibility to make sure the HTML is valid, but isn't it your responsibility to make sure the page shows up?

True. But there's a limit to how much I can account for. After thinking a bit about this I see only one solution, other than authors fixing their docs, and that is to run tidy on the docs before displaying them. So I added a different ticket for that (#2057).

comment:5 by René Rivera, 14 years ago

PS. OK I did some changes that at least makes them show up now. Not exactly a great solution but at least the old versions of this page will show up.

comment:6 by troy d. straszheim, 13 years ago

Resolution: fixed
Status: newclosed

it's there now.

Note: See TracTickets for help on using tickets.