Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
frank0523 committed Mar 11, 2014
1 parent 6ba98c6 commit eff9b57
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/md/README_developer.md
Expand Up @@ -510,8 +510,6 @@ repository in github.

You can also test all the examples in shogun/exapmles to check whether your configuration and environment is totally okay. Please note that some of the examples are dependent on data sets, which should be downloaded beforehand, and so that you can pass all the tests of those examples. Downloading data can be easily done by calling git command (please refer to https://github.com/shogun-toolbox/shogun/blob/develop/doc/md/README_data.md). Afterwards, you can make test of the examples by:

```
make test
```
make test

To make a release, adjust the [NEWS](NEWS) file properly, i.e. date, release version (like 3.0.0), adjust the soname if required (cf. [README_soname](README_soname.md)) and if a new data version is required add that too. If parameters have been seen changes increase the parameter version too.

0 comments on commit eff9b57

Please sign in to comment.