From 96f53192e620f57c9553a82d65338c6e72cb0376 Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Mon, 22 Aug 2016 19:02:55 +0300 Subject: [PATCH 1/3] Bump version 1.8.0 --- src/Selenium2Library/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Selenium2Library/version.py b/src/Selenium2Library/version.py index 631735687..bc1888c31 100644 --- a/src/Selenium2Library/version.py +++ b/src/Selenium2Library/version.py @@ -1 +1 @@ -VERSION = '1.7.4' +VERSION = '1.8.0' From 82445a95ffa0016da8ea61e53781134f46ba6c2a Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Mon, 22 Aug 2016 19:05:06 +0300 Subject: [PATCH 2/3] Generated documentation only needed in gh-pages branch --- doc/Selenium2Library.html | 832 -------------------------------------- 1 file changed, 832 deletions(-) delete mode 100644 doc/Selenium2Library.html diff --git a/doc/Selenium2Library.html b/doc/Selenium2Library.html deleted file mode 100644 index c0c9a79fc..000000000 --- a/doc/Selenium2Library.html +++ /dev/null @@ -1,832 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - -
-

Opening library documentation failed

-
    -
  • Verify that you have JavaScript enabled in your browser.
  • -
  • Make sure you are using a modern enough browser. Firefox 3.5, IE 8, or equivalent is required, newer browsers are recommended.
  • -
  • Check are there messages in your browser's JavaScript error log. Please report the problem if you suspect you have encountered a bug.
  • -
-
- - - - - - - - - - - - - - - - - - - - - - From 019b1ddc8751871ba4c2b6b23a2e8e30d5f161c6 Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Mon, 22 Aug 2016 19:22:17 +0300 Subject: [PATCH 3/3] Moving library documentation from doc to docs This hopefully allows github serve library documentation without using separate gh-pages branch. More details: https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/ --- docs/Selenium2Library.html | 832 +++++++++++++++++++++++++++++++++++++ {doc => docs}/generate.py | 0 2 files changed, 832 insertions(+) create mode 100644 docs/Selenium2Library.html rename {doc => docs}/generate.py (100%) diff --git a/docs/Selenium2Library.html b/docs/Selenium2Library.html new file mode 100644 index 000000000..2dfa31909 --- /dev/null +++ b/docs/Selenium2Library.html @@ -0,0 +1,832 @@ + + + + + + + + + + + + + + + + + + + + + + +
+

Opening library documentation failed

+
    +
  • Verify that you have JavaScript enabled in your browser.
  • +
  • Make sure you are using a modern enough browser. Firefox 3.5, IE 8, or equivalent is required, newer browsers are recommended.
  • +
  • Check are there messages in your browser's JavaScript error log. Please report the problem if you suspect you have encountered a bug.
  • +
+
+ + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/generate.py b/docs/generate.py similarity index 100% rename from doc/generate.py rename to docs/generate.py