Ticket #5 (new defect)

Opened 2 years ago

Last modified 1 year ago

Inclusion processing not handling vertical dots and other markers

Reported by: gvwilson Assigned to: gvwilson
Priority: major Milestone: SciPy07Sprint
Component: tools Version:
Keywords: HTML+entity build Cc:

Description

The vdots marker used to insert vertical dots is being lost in the translation from .swc to .html.

Change History

06/26/06 19:33:03 changed by gvwilson

  • summary changed from Vertical dots marker being lost in translation to Inclusion processing not handling vertical dots and other markers.

When inclusions are being processed, the special comment:

# marker:section:vdots

should be handled by inserting vertical dots when processing something like:

# start:changes
blah blah blah
# end:changes

stuff to ignore

# marker:changes:vdots

# start:changes
blah blah more blah
# end:changes

so that when two or more separate sections are being included, vertical dots can be put between them. The implementation should support arbitrary entities, i.e.:

# marker:changes:ldots

07/29/07 10:07:44 changed by gvwilson

  • milestone changed from Lithium to SciPy07Sprint.

Milestone Lithium deleted