sagemath / trac-to-github

Script to migrate Trac tickets to GitHub issues and the Trac wiki to markdown. Input: https://trac.sagemath.org/ ➠ Intermediate: https://github.com/sagemath/trac_to_gh ➠ Output: https://github.com/sagemath/sage/issues
https://trac.sagemath.org/ticket/30363
7 stars 5 forks source link

Replace links to Trac on Sage website, wiki, documentation #163

Open mkoeppe opened 1 year ago

mezzarobba commented 1 year ago

Until this is done, I suppose we can still use :trac: links in doc to refer to github issues?

mkoeppe commented 1 year ago

I think we can continue to use the :trac: Sphinx role, but we should change its definition so it points to GH Issues instead.

Some care needs to be taken because :trac: is also used for referring to some Trac wiki pages. These need to be taken of separately, case by case, because the page titles may have been mangled.

kwankyu commented 1 year ago

Nonetheless, shouldn't we add a new :gh: role to take the role of :trac: at the same time?

mkoeppe commented 1 year ago

Yes, I think that's a good idea.