diff --git a/docs/cli.md b/docs/cli.md index 5f96d76..7e532ef 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -1,3 +1,6 @@ +```{include} _templates/nav.html +``` + # Command-line usage The Python library is also installed as a command-line interface. You can run it from your terminal like so: diff --git a/docs/python.md b/docs/python.md index 3996de2..53aa72f 100644 --- a/docs/python.md +++ b/docs/python.md @@ -1,3 +1,6 @@ +```{include} _templates/nav.html +``` + # Python Usage First import the library into your Python code. diff --git a/docs/useragent.md b/docs/useragent.md index 55e6837..4668e2f 100644 --- a/docs/useragent.md +++ b/docs/useragent.md @@ -1,3 +1,6 @@ +```{include} _templates/nav.html +``` + # Customizing the user agent In an effort to be transparent and polite to the Internet Archive, all requests made by savepagenow carry a custom [user agent](https://en.wikipedia.org/wiki/User_agent) that identifies itself as ``"savepagenow (https://github.com/pastpages/savepagenow)"``.