Ticket #9737 (closed: fixed)

Opened 6 years ago

Last modified 5 years ago

Correct algorithm & fit function links in alg pages

Reported by: Nick Draper Owned by: Nick Draper
Priority: critical Milestone: Release 3.2
Component: Documentation Keywords:
Cc: Blocked By:
Blocking: Tester: Karl Palmen

Description

Search for algorithm links that still point to mantidproject and correct them.

Change History

comment:1 Changed 6 years ago by Nick Draper

  • Status changed from new to assigned

comment:2 Changed 6 years ago by Martyn Gigg

This code will give back a dictionary of the algorithms currently registered:

algs = AlgorithmFactory.getRegisteredAlgorithms(True) # hidden=True

The key is the algorithm name and the value is a list of all version numbers.

Last edited 6 years ago by Martyn Gigg (previous) (diff)

comment:3 Changed 6 years ago by Nick Draper

  • Owner changed from Martyn Gigg to Nick Draper
  • Status changed from assigned to inprogress

comment:4 Changed 6 years ago by Nick Draper

create a python script to parse rst files, find incorrect links and replace them with working ones.

comment:5 Changed 6 years ago by Nick Draper

re #9737 correct a few bad links in algorithms and fitfunctions

Changeset: a39974c7eaa31e01895832e635a7088c6af8b068

comment:6 Changed 6 years ago by Nick Draper

  • Status changed from inprogress to verify
  • Resolution set to fixed

To test:

  1. code review the changed files
  2. Pick a few and check the links work, particularly the Algorithm -> fit function links.

comment:7 Changed 6 years ago by Karl Palmen

  • Status changed from verify to verifying
  • Tester set to Karl Palmen

comment:8 Changed 6 years ago by Karl Palmen

  • Status changed from verifying to reopened
  • Resolution fixed deleted

A link to Gaussian in CompositeFunction has not been made correctly.

comment:9 Changed 6 years ago by Karl Palmen

Also the link to CreateIkedaCarpenterParameters in LoadFullprofResolution is not correct.

comment:10 Changed 6 years ago by Nick Draper

  • Status changed from reopened to inprogress

re #9737 correct a few bad links that I missed

Changeset: 4a14f557617c1355f4d45c48951a340f9671f647

comment:11 Changed 6 years ago by Nick Draper

  • Status changed from inprogress to verify
  • Resolution set to fixed

comment:12 Changed 6 years ago by Karl Palmen

  • Status changed from verify to verifying

comment:13 Changed 6 years ago by Karl Palmen

  • Status changed from verifying to reopened
  • Resolution fixed deleted

The link to CreateIkedaCarpenterParameters in LoadFullprofResolution has not been corrected. It needs to have no ref like the subsequent link to CreateBackToBackParameters.

comment:14 Changed 6 years ago by Karl Palmen

I have not found any other errors.

comment:15 Changed 6 years ago by Nick Draper

  • Status changed from reopened to inprogress

re #9737 correct a The last one

Changeset: d06bb1f6895ff2a06c0f864ad87b78dc304ad19f

comment:16 Changed 6 years ago by Nick Draper

  • Status changed from inprogress to verify
  • Resolution set to fixed

comment:17 Changed 6 years ago by Karl Palmen

  • Status changed from verify to closed

Merge remote-tracking branch 'origin/feature/9737_correct_Alg_links_in_rst'

Full changeset: 9eb6c3fd6d2cc675916150c000859d184c844ca6

comment:18 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 10579

Note: See TracTickets for help on using tickets.