Skip to content

Commit

Permalink
Cleanup clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
battleoverflow committed Nov 17, 2023
1 parent 32c108b commit ebcc223
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 19 deletions.
19 changes: 5 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,15 @@ sandboxapi
.. image:: https://inquest.net/images/inquest-badge.svg
:target: https://inquest.net/
:alt: Developed by InQuest
.. image:: https://app.travis-ci.com/InQuest/python-sandboxapi.svg?branch=master
:target: https://app.travis-ci.com/InQuest/python-sandboxapi
:alt: Build Status
.. image:: https://github.com/InQuest/python-sandboxapi/workflows/sandboxapi/badge.svg?branch=master
:target: https://github.com/InQuest/python-sandboxapi/actions
.. image:: https://app.travis-ci.com/InQuest/sandboxapi.svg?branch=master
:target: https://app.travis-ci.com/InQuest/sandboxapi
:alt: Build Status (Travis)
.. image:: https://github.com/InQuest/sandboxapi/workflows/sandboxapi/badge.svg?branch=master
:target: https://github.com/InQuest/sandboxapi/actions
:alt: Build Status (GitHub Workflow)
.. image:: https://github.com/InQuest/python-sandboxapi/workflows/sandboxapi/badge.svg?branch=develop
:target: https://github.com/InQuest/python-sandboxapi/actions
:alt: Build Status - Dev (GitHub Workflow)
.. image:: https://readthedocs.org/projects/sandboxapi/badge/?version=latest
:target: https://inquest.readthedocs.io/projects/sandboxapi/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://app.codacy.com/project/badge/Grade/1b08631cbade462792032c577ebb77ad
:target: https://www.codacy.com/gh/InQuest/python-sandboxapi/dashboard?utm_source=github.com&utm_medium=referral&utm_content=InQuest/python-sandboxapi&utm_campaign=Badge_Grade
:alt: Code Health
.. image:: https://api.codacy.com/project/badge/Coverage/1b08631cbade462792032c577ebb77ad
:target: https://www.codacy.com/app/rshipp/python-sandboxapi?utm_source=github.com&utm_medium=referral&utm_content=InQuest/python-sandboxapi&utm_campaign=Badge_Coverage
:alt: Test Coverage
.. image:: http://img.shields.io/pypi/v/sandboxapi.svg
:target: https://pypi.python.org/pypi/sandboxapi
:alt: PyPi Version
Expand Down
6 changes: 3 additions & 3 deletions docs/_templates/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ <h3>Other Projects</h3>

<h3>Useful Links</h3>
<ul>
<li><a href="https://github.com/InQuest/python-sandboxapi">GitHub Repository</a></li>
<li><a href="https://github.com/InQuest/sandboxapi">GitHub Repository</a></li>
<li><a href="https://pypi.org/project/sandboxapi">PyPI Package</a></li>
<li><a href="https://github.com/InQuest/python-sandboxapi/issues">Issue Tracker</a></li>
<li><a href="https://github.com/InQuest/python-sandboxapi/releases">Changelog</a></li>
<li><a href="https://github.com/InQuest/sandboxapi/issues">Issue Tracker</a></li>
<li><a href="https://github.com/InQuest/sandboxapi/releases">Changelog</a></li>
</ul>

<h3>Stay Informed</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
'logo_name': 'true',
'description': 'Minimal, consistent Python API for building integrations with malware sandboxes.',
'github_user': 'InQuest',
'github_repo': 'python-sandboxapi',
'github_repo': 'sandboxapi',
'github_type': 'star',
'show_powered_by': 'false',
'page_width': 'auto',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
license='GPL',
description='Minimal, consistent API for building integrations with malware sandboxes.',
long_description=README,
url='https://github.com/InQuest/python-sandboxapi',
url='https://github.com/InQuest/sandboxapi',
author='InQuest Labs',
author_email='labs@inquest.net',
classifiers=[
Expand Down

0 comments on commit ebcc223

Please sign in to comment.