format the list

This commit is contained in:
Akash
2020-07-22 21:04:06 +05:30
committed by GitHub
parent e5e50bf1b2
commit 3e76fb054a

View File

@@ -28,13 +28,19 @@ Table of contents
* [Installation](#installation) * [Installation](#installation)
* [Usage](#usage) * [Usage](#usage)
* [Saving an url using save()](#capturing-aka-saving-an-url-using-save) * [As a python package](#as-a-python-package)
* [Receiving the oldest archive for an URL Using oldest()](#receiving-the-oldest-archive-for-an-url-using-oldest) * [Saving an url using save()](#capturing-aka-saving-an-url-using-save)
* [Receiving the recent most/newest archive for an URL using newest()](#receiving-the-newest-archive-for-an-url-using-newest) * [Receiving the oldest archive for an URL Using oldest()](#receiving-the-oldest-archive-for-an-url-using-oldest)
* [Receiving archive close to a specified year, month, day, hour, and minute using near()](#receiving-archive-close-to-a-specified-year-month-day-hour-and-minute-using-near) * [Receiving the recent most/newest archive for an URL using newest()](#receiving-the-newest-archive-for-an-url-using-newest)
* [Get the content of webpage using get()](#get-the-content-of-webpage-using-get) * [Receiving archive close to a specified year, month, day, hour, and minute using near()](#receiving-archive-close-to-a-specified-year-month-day-hour-and-minute-using-near)
* [Count total archives for an URL using total_archives()](#count-total-archives-for-an-url-using-total_archives) * [Get the content of webpage using get()](#get-the-content-of-webpage-using-get)
* [Count total archives for an URL using total_archives()](#count-total-archives-for-an-url-using-total_archives)
* [With CLI](#with-the-cli)
* [Save](#save)
* [Oldest archive](#oldest-archive)
* [Newest archive](#newest-archive)
* [Total archives](#total-number-of-archives)
* [Archive near a time](#archive-near-to-time-specified)
* [Tests](#tests) * [Tests](#tests)