Skip to content

Commit fba3a52

Browse files
authored
Merge pull request #18 from PatentsView/notebook-redirect
add redirect notebook and readme for old web address
2 parents 4051681 + b5c9001 commit fba3a52

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# This file has moved\n",
8+
"## New Name, New Location\n",
9+
"PatentsView's Search API has become the PatentSearch API, and so the tutorial notebook has been renamed to match. \n",
10+
"You can find that resource at https://github.com/PatentsView/PatentsView-Code-Snippets/blob/master/07_PatentSearch_API_demo/PV%20PatentSearch%20API%20tutorial.ipynb \n",
11+
"\n",
12+
"Thank you for using PatentsView!"
13+
]
14+
}
15+
],
16+
"metadata": {
17+
"language_info": {
18+
"name": "python"
19+
}
20+
},
21+
"nbformat": 4,
22+
"nbformat_minor": 2
23+
}

07_Search_API_demo/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# This file has moved
2+
## New Name, New Location
3+
PatentsView's Search API has become the PatentSearch API, and so the tutorial notebook has been renamed to match.
4+
You can find that resource at https://github.com/PatentsView/PatentsView-Code-Snippets/blob/master/07_PatentSearch_API_demo/
5+
6+
Thank you for using PatentsView!

0 commit comments

Comments
 (0)