Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
blakev committed Jan 18, 2018
1 parent 5abf1ac commit 47a75fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# vivint-selenium-docker

[![pypi](https://img.shields.io/pypi/v/selenium-docker.svg)]()
[![Read the Docs](https://img.shields.io/readthedocs/selenium-docker.svg)](https://selenium-docker.readthedocs.io/en/latest/)
[![License ALv2](https://img.shields.io/github/license/vivint/selenium-docker.svg)](https://github.com/vivint/selenium-docker/blob/master/LICENSE)

Extending Selenium with drop in replacements for Chrome and Firefox webdrivers
that run in Docker containers. Additional goodies like automatic proxies, live
video recording and driver-pools are included!
Expand Down
7 changes: 5 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ and enabling advanced features such as screen recording and automatic proxy
caching.


MIT licensed source code is available at LICENSE.
Apache 2.0 licensed source code is available in the ``LICENSE`` file.


Code is hosted on Github, `vivint/selenium-docker <https://github.com/vivint/selenium-docker>`_.


Contents
Expand All @@ -20,4 +23,4 @@ Contents
installation.rst
api.rst
examples.rst
attribution.rst
attribution.rst
3 changes: 2 additions & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ Terminal::
docker pull vivint/selenium-chrome-ffmpeg
docker pull vivint/selenium-firefox-ffmpeg

Links to the Dockerfiles can be found `here <URL>`__.
Links to the Dockerfiles can be found on
`Github <https://github.com/vivint/selenium-docker/tree/master/dockerfiles>`__.

0 comments on commit 47a75fa

Please sign in to comment.