Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/freude/NanoNet
Browse files Browse the repository at this point in the history
  • Loading branch information
stripey-tiger committed Jan 7, 2020
2 parents ebcc549 + c9c7be8 commit 65f12c7
Show file tree
Hide file tree
Showing 94 changed files with 8,294 additions and 2,403 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
repo_token: snDZ20P9ZbMkzoydQ1q8ZygdZW0G7Ncls
repo_token: 7xclBRBtBLrSdtvqdHyyCeXusrqR4ZHD3
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ python:
- "3.6"
# command to install dependencies
install:
- sudo apt-get install mpich
- sudo apt-get install libopenmpi-dev
- pip install python-coveralls
- pip install coverage
- pip install coverage==4.5.4
- pip install -r requirements.txt
- pip install .
# command to run tests
script:
- nosetests --with-coverage
branches:
only:
- master
- develop
after_success:
- coveralls # upload reports to coveralls.io
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# NanoNet

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5186e15b951d4df6b4f20c2365870b7c)](https://app.codacy.com/app/freude/NanoNet?utm_source=github.com&utm_medium=referral&utm_content=freude/NanoNet&utm_campaign=Badge_Grade_Dashboard)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/freude/NanoNet.svg)](https://travis-ci.org/freude)
[![Coverage Status](https://coveralls.io/repos/github/freude/NanoNet/badge.svg?branch=develop)](https://coveralls.io/github/freude/NanoNet?branch=develop)
[![Coverage Status](https://coveralls.io/repos/github/freude/NanoNet/badge.svg?branch=master)](https://coveralls.io/github/freude/NanoNet?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/freude/nanonet/badge/master)](https://www.codefactor.io/repository/github/freude/nanonet/overview/master)

<img src="https://user-images.githubusercontent.com/4588093/65398380-1f684380-ddfa-11e9-9e87-5aab6cf417b8.png" width="200">

## Introduction

The project represents an extendable Python framework for
Expand Down
20 changes: 20 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = Nanonet
SOURCEDIR = source
BUILDDIR = build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
Binary file added docs/Nanonet.pdf
Binary file not shown.
190 changes: 0 additions & 190 deletions docs/README.md

This file was deleted.

Empty file removed docs/__init__.py
Empty file.
1 change: 0 additions & 1 deletion docs/_config.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/new-pages-site/README.md

This file was deleted.

0 comments on commit 65f12c7

Please sign in to comment.