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

Link to the GitHub is missing in the documentation. #17

Closed
tantale opened this issue Feb 22, 2020 · 0 comments
Closed

Link to the GitHub is missing in the documentation. #17

tantale opened this issue Feb 22, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@tantale
Copy link
Owner

tantale commented Feb 22, 2020

The link to the GitHub project is missing in the documentation.

The setup.py file contains:

    project_urls={
        "Documentation": "https://deprecated.readthedocs.io/en/latest/",
        "Source": "https://github.com/tantale/deprecated",
        "Bug Tracker": "https://github.com/tantale/deprecated/issues",
    }

The "Source" and "Bug Tracker" links must appears in the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment