We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd4990 commit 53cd3c0Copy full SHA for 53cd3c0
src/sage/misc/sagedoc.py
@@ -507,6 +507,7 @@ def process_dollars(s):
507
extlinks = {
508
'python': (f'https://docs.python.org/release/{pythonversion}/%s', None),
509
'issue': ('https://github.com/sagemath/sage/issues/%s', 'Issue #%s'),
510
+ 'sage_root': ('https://github.com/sagemath/sage/tree/develop/%s', 'SAGE_ROOT/%s'),
511
'wikipedia': ('https://en.wikipedia.org/wiki/%s', 'Wikipedia article %s'),
512
'arxiv': ('https://arxiv.org/abs/%s', 'arXiv %s'),
513
'oeis': ('https://oeis.org/%s', 'OEIS sequence %s'),
0 commit comments