Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for contributors (0.23 sec)

  1. .github/actions/people/app/main.py

            authors=authors,
            skip_users=skip_users,
        )
        top_contributors = get_top_users(
            counter=contributors_results.contributors,
            authors=authors,
            skip_users=skip_users,
        )
        top_reviewers = get_top_users(
            counter=contributors_results.reviewers,
            authors=authors,
            skip_users=skip_users,
        )
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Tue Mar 26 17:38:21 GMT 2024
    - 19.2K bytes
    - Viewed (1)
  2. scripts/docs.py

        config = get_en_config()
        languages = [{"en": "/"}]
        new_alternate: List[Dict[str, str]] = []
        # Language names sourced from https://quickref.me/iso-639-1
        # Contributors may wish to update or change these, e.g. to fix capitalization.
        language_names_path = Path(__file__).parent / "../docs/language_names.yml"
        local_language_names: Dict[str, str] = mkdocs.utils.yaml_load(
    Python
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Jan 22 19:26:14 GMT 2024
    - 10.9K bytes
    - Viewed (1)
Back to top