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

Author attribution problems #39

Open
glenn-jocher opened this issue Jan 24, 2024 · 0 comments
Open

Author attribution problems #39

glenn-jocher opened this issue Jan 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@glenn-jocher
Copy link
Member

Author attributions are not always obtained correctly from git, and possibly neither also from the GitHub REST API fallback using email addresses (possibly because the user does not present a public email address on their profile).

Reproduce

git clone https://github.com/ultralytics/ultralytics
cd ultralytics
pip install -e ".[dev]"
mkdocs serve -f docs/mkdocs.yml

Output:

...
INFO    -  Building documentation...
INFO    -  Cleaning site directory
INFO    -  Converting notebook (execute=False): /Users/glennjocher/PycharmProjects/ultralytics/docs/en/datasets/explorer/explorer.ipynb
Running GitHub REST API for author ayush.chaurarsia@gmail.com
Running GitHub REST API for author glenn.jocher@ultralytics.com
WARNING (mkdocs_ultralytics_plugin): No username found for glenn.jocher@ultralytics.com
Running GitHub REST API for author chr043416@gmail.com
WARNING (mkdocs_ultralytics_plugin): No username found for chr043416@gmail.com
Running GitHub REST API for author xinwang614@gmail.com
Running GitHub REST API for author muhammadrizwanmunawar123@gmail.com
Running GitHub REST API for author 1579093407@qq.com
WARNING (mkdocs_ultralytics_plugin): No username found for 1579093407@qq.com
Running GitHub REST API for author abirami.vina@gmail.com
Running GitHub REST API for author shuizhuyuanluo@126.com
WARNING (mkdocs_ultralytics_plugin): No username found for shuizhuyuanluo@126.com
INFO    -  Documentation built in 72.59 seconds
INFO    -  [14:57:52] Watching paths for changes: 'docs/en', 'docs/mkdocs.yml'
INFO    -  [14:57:52] Serving on http://127.0.0.1:8000/
@glenn-jocher glenn-jocher added the bug Something isn't working label Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant