docs link

This commit is contained in:
Akash Mahanty 2021-01-05 01:51:53 +05:30 committed by GitHub
parent 8a3c515176
commit 2af6580ffb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,8 @@ datetime.datetime(2021, 1, 4, 17, 35, 12, 691741)
>>> str(wayback.newest()) >>> str(wayback.newest())
'https://web.archive.org/web/20210104173410/https://en.wikipedia.org/wiki/Multivariable_calculus' 'https://web.archive.org/web/20210104173410/https://en.wikipedia.org/wiki/Multivariable_calculus'
``` ```
> Full python package documentation can be found at <https://github.com/akamhy/waybackpy/wiki/Python-package-docs>.
#### As a CLI tool #### As a CLI tool
@ -88,9 +90,7 @@ https://akamhy.github.io/waybackpy/
'akamhy.github.io-10-urls-m2a24y.txt' saved in current working directory 'akamhy.github.io-10-urls-m2a24y.txt' saved in current working directory
``` ```
> Full CLI documentation can be found at <https://github.com/akamhy/waybackpy/wiki/CLI-docs>.
> Full documentation can be found at <https://github.com/akamhy/waybackpy/wiki>.
## License ## License
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/akamhy/waybackpy/blob/master/LICENSE) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/akamhy/waybackpy/blob/master/LICENSE)