Skip to content

Commit

Permalink
added docs badge
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhendricks committed Jan 13, 2017
1 parent 2a7524a commit 3caf337
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Python/README.md
@@ -1,7 +1,7 @@
easyml
======

[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)[![Documentation Status](https://readthedocs.org/projects/easyml/badge/?version=latest)](http://easyml.readthedocs.io/en/latest/?badge=latest)

A toolkit for easily building and evaluating machine learning models.

Expand Down
2 changes: 1 addition & 1 deletion R/README.Rmd
Expand Up @@ -17,7 +17,7 @@ knitr::opts_chunk$set(
easyml
======

[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)[![Documentation Status](https://readthedocs.org/projects/easyml/badge/?version=latest)](http://easyml.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.org/CCS-Lab/easyml.svg?branch=master)](https://travis-ci.org/CCS-Lab/easyml)
[![codecov](https://codecov.io/gh/CCS-Lab/easyml/branch/master/graph/badge.svg)](https://codecov.io/gh/CCS-Lab/easyml)

Expand Down
2 changes: 1 addition & 1 deletion R/README.md
Expand Up @@ -2,7 +2,7 @@
easyml
======

[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip) [![Build Status](https://travis-ci.org/CCS-Lab/easyml.svg?branch=master)](https://travis-ci.org/CCS-Lab/easyml) [![codecov](https://codecov.io/gh/CCS-Lab/easyml/branch/master/graph/badge.svg)](https://codecov.io/gh/CCS-Lab/easyml)
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)[![Documentation Status](https://readthedocs.org/projects/easyml/badge/?version=latest)](http://easyml.readthedocs.io/en/latest/?badge=latest) [![Build Status](https://travis-ci.org/CCS-Lab/easyml.svg?branch=master)](https://travis-ci.org/CCS-Lab/easyml) [![codecov](https://codecov.io/gh/CCS-Lab/easyml/branch/master/graph/badge.svg)](https://codecov.io/gh/CCS-Lab/easyml)

A toolkit for easily building and evaluating machine learning models.

Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
easyml
======

[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)
[![Project Status: WIP - Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](http://www.repostatus.org/badges/latest/wip.svg)](http://www.repostatus.org/#wip)[![Documentation Status](https://readthedocs.org/projects/easyml/badge/?version=latest)](http://easyml.readthedocs.io/en/latest/?badge=latest)

A toolkit for easily building and evaluating machine learning models.

Expand Down
72 changes: 36 additions & 36 deletions docs/make.bat
@@ -1,36 +1,36 @@
@ECHO OFF

pushd %~dp0

REM Command file for Sphinx documentation

if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=easyml

if "%1" == "" goto help

%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)

%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end

:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%

:end
popd
@ECHO OFF

pushd %~dp0

REM Command file for Sphinx documentation

if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=easyml

if "%1" == "" goto help

%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)

%SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%
goto end

:help
%SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS%

:end
popd

0 comments on commit 3caf337

Please sign in to comment.