Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sphinx ext links for Sage source files #37546

Merged

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    53cd3c0 View commit details
    Browse the repository at this point in the history
  2. git grep -l -E "SAGE_ROOT/[^lu]" src/doc | xargs sed -i.bak 's,``SAGE…

    …_ROOT/\([^`]*\)``,:sage_root:`\1`,g'
    mkoeppe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9252cfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a280558 View commit details
    Browse the repository at this point in the history
  4. Only use :sage_root: for files that exist in the repo

    git grep -l 'sage_root.*venv' | xargs sed -E -i.bak 's,:sage_root:`(venv|logs|local),:file:`SAGE_ROOT/\1,g'
    mkoeppe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e9531f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb87e98 View commit details
    Browse the repository at this point in the history
  6. Minor fixes

    mkoeppe committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    def8e56 View commit details
    Browse the repository at this point in the history