Skip to content

Commit

Permalink
📝 Docs: Minor Teaks.
Browse files Browse the repository at this point in the history
- 🔥 Removed Twitter section from help and site metadata.
- 📝 Updated LinkenIn URL in `mkdocs.yml`.

Setup.py:
- 🔖 Added Python-3.11 to classifier metadata.
  • Loading branch information
abhiTronix committed Jul 6, 2024
1 parent 68c69b6 commit 19dcefc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
12 changes: 0 additions & 12 deletions docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,6 @@ You can try helping solving those issues, or give valuable feedback/review on ne
 


## :material-twitter: Tweet about DeFFcode

Tweet about DeFFcode and Spread the word 🗣:

<a href="https://twitter.com/intent/tweet?button_hashtag=deffcode&ref_src=twsrc%5Etfw" class="twitter-hashtag-button" data-size="large" data-text="Checkout DeFFcode - A High-performance Real-time Video frames Generator for generating blazingly fast video frames in python." data-url="https://abhitronix.github.io/deffcode" data-related="abhi_una12" data-show-count="false">Tweet #deffcode</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>

Let others know how you are using DeFFcode and why you like it!

&thinsp;


## :fontawesome-solid-gift: Helping Author

> Donations help keep DeFFcode's development alive and motivate me _(as author)_. :heart:{ .heart }
Expand All @@ -90,7 +79,6 @@ You can connect with me, the author 👋:
![Author Image](https://avatars.githubusercontent.com/u/34266896?v=4){ align=left width="160" loading=lazy }

* Follow author on GitHub: [![GitHub follow](https://img.shields.io/github/followers/abhiTronix?label=Follow%20%40abhiTronix&logo=github&style=flat-square)](https://github.com/abhiTronix)
* Follow author on Twitter: <a href="https://twitter.com/abhi_una12?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow &commat;abhi_una12</a>
* Get in touch with author on Linkedin: [![Linkedin follow](https://img.shields.io/badge/Follow-&commat;Abhishek&thinsp;Thakur-orange.svg?logo=linkedin&style=flat-square)](https://in.linkedin.com/in/abhishek-abhitronix?trk=profile-badge)

<!-- Place this tag in your head or just before your close body tag. -->
Expand Down
6 changes: 0 additions & 6 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@abhi_una12">
<meta name="twitter:creator" content="@abhi_una12">
<meta name="twitter:title" content="{{ title }}">
<meta name="twitter:description" content="{{ config.site_description }}">
<meta name="twitter:image" content="{{ image }}">
{% endblock %}
{% block announce %}
<!-- Add announcement here, including arbitrary HTML -->
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ extra:
- icon: fontawesome/brands/gitter
link: https://gitter.im/deffcode-python/community
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/abhishek-singh-thakur-a37845a5
link: https://www.linkedin.com/in/abhishek-abhitronix/
- icon: fontawesome/brands/dev
link: https://dev.to/abhitronix
version:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
python_requires=">=3.7",
scripts=[],
Expand Down

0 comments on commit 19dcefc

Please sign in to comment.