diff --git a/README.md b/README.md index b1965f5..a3b6e54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -# NODRIVER - -## [api documentation here!](https://ultrafunkamsterdam.github.io/nodriver) +# NODRIVER **This package provides next level webscraping and browser automation using a relatively simple interface.** diff --git a/_update_changes.py b/_update_changes.py index 8286130..ecb640f 100644 --- a/_update_changes.py +++ b/_update_changes.py @@ -81,7 +81,7 @@ def get_version(project_file: Path): subprocess.run("black nodriver/core *.py") subprocess.run("git add docs nodriver pyproject.toml example README.md") subprocess.run("git status") -commit = input("commit?:") +commit = input("commit message (use no quotes) :") if commit: subprocess.run(f'git commit -m "{commit}"') diff --git a/docs/_build/doctrees/environment.pickle b/docs/_build/doctrees/environment.pickle index 60f779e..4800ea2 100644 Binary files a/docs/_build/doctrees/environment.pickle and b/docs/_build/doctrees/environment.pickle differ diff --git a/docs/_build/doctrees/nodriver/classes/element.doctree b/docs/_build/doctrees/nodriver/classes/element.doctree index 3ddb4f9..7cdf2b5 100644 Binary files a/docs/_build/doctrees/nodriver/classes/element.doctree and b/docs/_build/doctrees/nodriver/classes/element.doctree differ diff --git a/docs/_build/html/_modules/index.html b/docs/_build/html/_modules/index.html index b1ace76..a29b5f2 100644 --- a/docs/_build/html/_modules/index.html +++ b/docs/_build/html/_modules/index.html @@ -312,6 +312,7 @@

All modules for which code is available

  • nodriver.cdp.web_authn
  • nodriver.core.browser
  • nodriver.core.config
  • +
  • nodriver.core.connection
  • nodriver.core.element
  • nodriver.core.tab
  • diff --git a/docs/_build/html/_modules/nodriver/cdp/accessibility.html b/docs/_build/html/_modules/nodriver/cdp/accessibility.html index b1883c1..546d67e 100644 --- a/docs/_build/html/_modules/nodriver/cdp/accessibility.html +++ b/docs/_build/html/_modules/nodriver/cdp/accessibility.html @@ -4,7 +4,7 @@ - + nodriver.cdp.accessibility - nodriver documentation @@ -163,6 +163,9 @@