Skip to content

Commit

Permalink
docs: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Oct 14, 2022
1 parent fb30e7f commit b54af19
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
htmldate: find the publication date of web pages
================================================


.. image:: https://img.shields.io/pypi/v/htmldate.svg
:target: https://pypi.python.org/pypi/htmldate
:alt: Python package
Expand Down Expand Up @@ -31,6 +32,14 @@ htmldate: find the publication date of web pages

|

.. image:: docs/htmldate-logo.png
:alt: Logo as PNG image
:align: center
:width: 60%

|
Find original and updated publication dates of any web page. From the command-line or within Python, all the steps needed from web page download to HTML parsing, scraping, and text analysis are included.

In a nutshell
Expand Down
Binary file added docs/htmldate-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ htmldate: find the publication date of web pages

|
.. image:: htmldate-logo.png
:alt: Logo as PNG image
:align: center
:width: 60%

|
Find original and updated publication dates of any web page. From the command-line or within Python, all the steps needed from web page download to HTML parsing, scraping, and text analysis are included.


Expand Down

0 comments on commit b54af19

Please sign in to comment.