diff --git a/README.md b/README.md index 63b78ead..45368458 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ rf = roboflow.Roboflow(api_key="") + ## Quickstart Below are some common methods used with the Roboflow Python package, presented concisely for reference. For a full library reference, refer to the [Roboflow API reference documentation](https://docs.roboflow.com/api-reference). @@ -155,6 +156,8 @@ predictions = model.predict(img_url, hosted=True).json() print(predictions) ``` + + ### Search and Export Search for images across your workspace and export matching results as a ready-to-use dataset: diff --git a/docs/changelog.md b/docs/changelog.md new file mode 100644 index 00000000..786b75d5 --- /dev/null +++ b/docs/changelog.md @@ -0,0 +1 @@ +--8<-- "CHANGELOG.md" diff --git a/docs/quickstart.md b/docs/quickstart.md new file mode 100644 index 00000000..98f76249 --- /dev/null +++ b/docs/quickstart.md @@ -0,0 +1 @@ +--8<-- "README.md:quickstart" diff --git a/mkdocs.yml b/mkdocs.yml index 11543b97..a6ccb49a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -58,6 +58,9 @@ markdown_extensions: - admonition - pymdownx.details - pymdownx.superfences + - pymdownx.snippets: + base_path: ['.'] + check_paths: true - attr_list - md_in_html - pymdownx.tabbed: