diff --git a/.travis.yml b/.travis.yml index 87ad3d7..57d9d4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: - "3.3" install: - sudo apt-get install build-essential python-dev - - pip install -r requirements_dev.txt --use-mirrors + - pip install -r requirements_dev.txt - python setup.py install script: py.test branches: diff --git a/README.md b/README.md index 61b95c8..32cf06d 100644 --- a/README.md +++ b/README.md @@ -20,28 +20,26 @@ failure, enabling fault tolerance and high availability. - RESTful HTTP Api - Websockets and [SOCKJS](http://sockjs.org) support to interact with a gaffer node from any browser or SOCKJS client. -- Framework to manage and interact your applications and jobs on -- differerent machines -- Server and command-line tools to manage and interract with your processes -- manages topology information. Clients query gaffer_lookupd to discover gaffer nodes for a specific job or application. -- Possibility to interact with STDIO and PIPES to interact with your - applications and processes +- Framework to manage and interact your applications and jobs on differerent machines +- Server and command-line tools to manage and interact with your processes +- Manages topology information. Clients query gaffer_lookupd to discover gaffer nodes for a specific job or application. +- Possibility to interact with STDIO and PIPES to interact with your applications and processes - Subscribe to process statistics per process or process templates and get them in quasi RT. - Procfile applications support but also JSON config support. - Supervisor-like features. -- Fully evented. Use the libuv event loop using the [pyuv library](http://pyuv.readthedocs.org) +- Fully evented. Use the libuv event loop using the [pyuv library](https://pyuv.readthedocs.io) - Flapping: handle cases where your processes crash too much - Easily extensible: add your own endpoint, create your client, embed gaffer in your application, ... - Compatible with python 2.7x, 3.x ## Documentation -http://gaffer.readthedocs.org +https://gaffer.readthedocs.io ## Getting Started -http://gaffer.readthedocs.org/en/latest/getting-started.html +https://gaffer.readthedocs.io/en/latest/getting-started.html ## Installation diff --git a/docs/index.rst b/docs/index.rst index 8d1b64c..779b6a4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -44,7 +44,7 @@ Features support. - Supervisor-like features. - Fully evented. Use the libuv event loop using the - `pyuv library `_ + `pyuv library `_ - Flapping: handle cases where your processes crash too much - Easily extensible: add your own endpoint, create your client, embed gaffer in your application, ... diff --git a/docs/overview.rst b/docs/overview.rst index 1ef360f..b13959c 100644 --- a/docs/overview.rst +++ b/docs/overview.rst @@ -12,7 +12,7 @@ Design Gaffer is internally based on an event loop using the `libuv `_ from Joyent via -the `pyuv binding `_ +the `pyuv binding `_ All gaffer events are added to the loop and processes asynchronously which make it pretty performant for handling & controlling multiple processes.