Changes
Page history
correct links
authored
Jan 02, 2016
by
Mohcine Chraibi
Hide whitespace changes
Inline
Side-by-side
home.markdown
0 → 100644
View page @
6e78195f
# JPScore
`jpscore`
is the core module for simulation and computing of the trajectories.
It is called with an initialization file e.g.:
```
jpscore config.xml
```
with
`config.xml`
a structured
`xml`
project file containing parameter definitions, agents distributions and other
important configurations to run a simulation.
__
_
**Important**
: When reporting bugs, please make sure to use the development branch
*(v0.8)*
.
__
_
The online documentation can be found in the project's
[
GitHub pages
](
http://jupedsim.github.io/jpscore/
)
.
-
User guide:
-
[
Requirements
](
docs/user_guide/requirements
)
-
[
Configuration
](
docs/user_guide/configuration
)
-
[
Vagrant
](
docs/user_guide/vagrant
)
-
[
Quickstart
](
docs/user_guide/quickstart
)
-
[
File formats
](
docs/user_guide/data_formats
)
-
Contributing:
-
[
Code Style
](
docs/contributing/code-Style-Conventions
)
-
[
Workflow
](
docs/contributing/workflow
)
-
[
Unit testing
](
docs/contributing/utest
)
-
Models:
-
[
Operational models
](
docs/models/operativ
)
-
[
Direction strategies
](
docs/models/direction
)
-
[
Routing
](
docs/models/routing
)
-
About:
-
[
Disclaimer
](
docs/about/disclaimer
)
-
[
License
](
docs/about/LICENSE
)
-
[
Contributors
](
docs/about/contributors
)