Skip to content

larger automatic change, convert all the ability links to actually reference...

larger automatic change, convert all the ability links to actually reference the abilities: page. This normalizes all the :refs: into the same shape for simpler processing.

This could get applied over the earlier typo branch.

I'm processing these rst files using pandoc and other tools and it was complicated to handle the multiple ways :ref: were being used.

This change SHOULD have just converted the implied abilities page to an explicit one.

For instance:

:ref:Spin Identity <Spin Identity>

to

:ref:Spin Identity <abilities:Spin Identity>

Additionally the abilities.rst file, pandoc had some problems handling

  • Heads-Up Display_

so those were also converted to

  • :ref:abilities:Heads-Up Display

I was unable to test these changes with your toolchain, but it works for me.

As this was a larger change I split the merge requests between the actual content changes in the earlier one and these automated changes.

Thanks for all the work in creating these .rst source. Very Nice!

Merge request reports

Loading