Page MenuHome

Image link syntax wrong for some docs
Closed, ResolvedPublic

Description

Short description of error
When I have been moving some file around I found that the remap tool misses some links.
I found that it is because some of the links are written wrong. Example

:doc:`Smoke Domain</physics/smoke/domain>` //Wrong

VS.

:doc:`Smoke Domain </physics/smoke/domain>` //Correct

If it is not visible the is a missing space before the <

This probably needs a script to find them all and fix them.

Event Timeline

Aaron Carlisle (Blendify) raised the priority of this task from to 90.
Aaron Carlisle (Blendify) updated the task description. (Show Details)
Aaron Carlisle (Blendify) edited a custom field.
Bastien Montagne (mont29) lowered the priority of this task from 90 to Normal.Jan 12 2016, 10:20 AM

The search can be done with a regular expression:

^(.*?(\b<)[^$]*)$

A word immediately followed by an '<'

14 files found. Patch in the making.