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

Fix links to source code in documentation pages #1444

Merged
merged 30 commits into from
Jun 6, 2024
Merged

Commits on May 1, 2024

  1. Use tag in links to source code in Sphinx pages

    Use the current tag for `"github_version"` while configuring Sphinx.
    This way, the links pointing to the source code of each function, class
    or method points to the actual code corresponding to that version, and
    not always to the code in `main`.
    santisoler committed May 1, 2024
    Configuration menu
    Copy the full SHA
    fdef7d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8dadae View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    2271473 View commit details
    Browse the repository at this point in the history
  2. Include checkout step in testing jobs

    Sync tags in testing jobs, so the documentation builds as part of the
    test suits is done against the correct tag. This also fix the issue of
    the built artifact not being correct.
    santisoler committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c3f0d5c View commit details
    Browse the repository at this point in the history
  3. Add steps that list tags and print simpeg version

    This commit should be reverted.
    santisoler committed May 2, 2024
    Configuration menu
    Copy the full SHA
    93e0d0e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    2955d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    530be7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5693b0a View commit details
    Browse the repository at this point in the history
  4. List installed packages

    santisoler committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3e27f01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fab36c7 View commit details
    Browse the repository at this point in the history
  6. Improve if statement

    santisoler committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e435f91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cbdfc66 View commit details
    Browse the repository at this point in the history
  8. Update matrix.yml

    Apply my own suggestions from the comment
    jcapriot committed May 3, 2024
    Configuration menu
    Copy the full SHA
    624c554 View commit details
    Browse the repository at this point in the history
  9. Update matrix.yml

    Apply my own suggestions from the comment
    jcapriot authored and santisoler committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c2d3842 View commit details
    Browse the repository at this point in the history
  10. Update linkcode_resolve function to point to the right tag

    Restore the previous configuration for `html_context`: it configures
    only the links to edit files, not to the source code of classes,
    functions and methods.
    santisoler committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3931e85 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2f8d583 View commit details
    Browse the repository at this point in the history
  12. Remove hardcoded tag

    santisoler committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fab6bdb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    300740e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    329ca4f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    c60dce6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    e23480b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e76b172 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Disable pytest capturing stdout and stderr

    Revert this commit before merging.
    santisoler committed May 16, 2024
    Configuration menu
    Copy the full SHA
    58a6d94 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    dc09078 View commit details
    Browse the repository at this point in the history
  2. Revert "Disable pytest capturing stdout and stderr"

    This reverts commit 58a6d94.
    santisoler committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b02673e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc106d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd81f7b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    6012f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    201d96c View commit details
    Browse the repository at this point in the history
  3. Add missing $

    santisoler committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3f0f2c1 View commit details
    Browse the repository at this point in the history