mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
create and add docs
This commit is contained in:
parent
bac847d39b
commit
7212521807
24 changed files with 1223 additions and 17 deletions
20
docs/Home.md
20
docs/Home.md
|
|
@ -4,26 +4,12 @@ Setting up jsprit and the like.
|
|||
|
||||
## Examples
|
||||
|
||||
* [Simple Example](Simple-Example)
|
||||
* [More Examples](More-Examples)
|
||||
* [Simple Example](Simple-Example.md)
|
||||
* [More Examples](More-Examples.md)
|
||||
|
||||
## [Meta-Heuristic](Meta-Heuristic)
|
||||
## [Meta-Heuristic](Meta-Heuristic.md)
|
||||
|
||||
Gives a basic description of the applied meta-heuristic.
|
||||
|
||||
## Modules and Dependencies
|
||||
|
||||
Please read [Notice.md](https://github.com/graphhopper/jsprit/blob/master/NOTICE.md) to get to know the direct dependencies of each module.
|
||||
|
||||
## Building the latest jsprit master
|
||||
|
||||
```
|
||||
git clone https://github.com/graphhopper/jsprit.git
|
||||
cd jsprit
|
||||
mvn clean install
|
||||
```
|
||||
|
||||
## Contributions
|
||||
|
||||
If you want to contribute to jsprit (which would be great), fork the project and build your fork, make changes, run your and jsprit's test cases and make a pull request (see [help.github.contribute](https://help.github.com/articles/fork-a-repo) or [stackoverflow.contribute](http://stackoverflow.com/questions/4384776/how-do-i-contribute-to-others-code-in-github) for details).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue