@@ -22,72 +22,70 @@ The **OpenQuake Engine** is an open source application that allows users to comp
22
22
-## Documentation (master tree)
23
23
-->
24
24
25
- | Jenkins (Python 2) | Travis CI (Python 3) |
26
- | :---: | :---: |
27
- | [ ![ Build Status] ( https://ci.openquake.org/job/master_oq-engine/badge/icon )] ( https://ci.openquake.org/job/master_oq-engine/ ) | [ ![ Build Status] ( https://travis-ci.org/gem/oq-engine.svg?branch=master )] ( https://travis-ci.org/gem/oq-engine ) |
25
+ Starting from OpenQuake version 2.0 we have introduced a "code name" to honour earthquake scientists.
28
26
29
27
### Current stable
30
28
31
- Current stable version is the ** OpenQuake Engine 2.4 ** 'Ewing'. The documentation is available at https://github.com/gem/oq-engine/tree/engine-2.4#openquake-engine .
32
- * [ What's new] ( https://github.com/gem/oq-engine/blob/engine-2.4 /doc/whats-new.md )
29
+ The code name for version 2.5 is ** Fourier ** , in memory of [ Joseph Fourier ] ( https://en.wikipedia.org/wiki/Joseph_Fourier ) .
30
+ * [ What's new] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/whats-new.md )
33
31
34
- ## Documentation (master tree)
32
+ ## Documentation
35
33
36
34
<!-- GEM END -->
37
35
### General overview
38
36
39
- * [ About] ( https://github.com/gem/oq-engine/blob/master /doc/about.md )
40
- * [ FAQ] ( https://github.com/gem/oq-engine/blob/master /doc/faq.md )
37
+ * [ About] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/about.md )
38
+ * [ FAQ] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/faq.md )
41
39
* [ Manuals] ( http://www.globalquakemodel.org/openquake/support/documentation/engine/#manual-latest-stable )
42
40
* [ Source Code/API Documentation] ( http://docs.openquake.org/oq-engine/ )
43
- * [ Development Philosophy and Coding Guidelines] ( https://github.com/gem/oq-engine/blob/master /doc/development-guidelines.md )
44
- * [ Developers Notes] ( https://github.com/gem/oq-engine/blob/master /doc/developers-notes.md )
45
- * [ Architecture] ( https://github.com/gem/oq-engine/blob/master /doc/sphinx/architecture.rst )
46
- * [ Calculation Workflow] ( https://github.com/gem/oq-engine/blob/master /doc/calculation-workflow.md )
47
- * [ Hardware Suggestions] ( https://github.com/gem/oq-engine/blob/master /doc/hardware-suggestions.md )
48
- * [ Continuous integration and testing] ( https://github.com/gem/oq-engine/blob/master /doc/testing.md )
49
- * [ Glossary of Terms] ( https://github.com/gem/oq-engine/blob/master /doc/glossary.md )
41
+ * [ Development Philosophy and Coding Guidelines] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/development-guidelines.md )
42
+ * [ Developers Notes] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/developers-notes.md )
43
+ * [ Architecture] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/sphinx/architecture.rst )
44
+ * [ Calculation Workflow] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/calculation-workflow.md )
45
+ * [ Hardware Suggestions] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/hardware-suggestions.md )
46
+ * [ Continuous integration and testing] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/testing.md )
47
+ * [ Glossary of Terms] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/glossary.md )
50
48
51
49
### Installation
52
50
53
- * [ Technology stack and requirements] ( https://github.com/gem/oq-engine/blob/master /doc/requirements.md )
54
- * [ Which installation method should I use?] ( https://github.com/gem/oq-engine/blob/master /doc/installing/overview.md )
51
+ * [ Technology stack and requirements] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/requirements.md )
52
+ * [ Which installation method should I use?] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/installing/overview.md )
55
53
56
54
#### Linux
57
55
58
- * [ Installing on Ubuntu] ( https://github.com/gem/oq-engine/blob/master /doc/installing/ubuntu.md )
59
- * [ Installing on RedHat and derivates] ( https://github.com/gem/oq-engine/blob/master /doc/installing/rhel.md )
60
- * [ Installing on other flavors] ( https://github.com/gem/oq-engine/blob/master /doc/installing/linux-generic.md )
61
- * [ Installing from sources] ( https://github.com/gem/oq-engine/blob/master /doc/installing/development.md )
62
- * [ Installing on a cluster] ( https://github.com/gem/oq-engine/blob/master /doc/installing/cluster.md )
56
+ * [ Installing on Ubuntu] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/installing/ubuntu.md )
57
+ * [ Installing on RedHat and derivates] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/installing/rhel.md )
58
+ * [ Installing on other flavors] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/installing/linux-generic.md )
59
+ * [ Installing from sources] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/installing/development.md )
60
+ * [ Installing on a cluster] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/installing/cluster.md )
63
61
64
62
#### macOS
65
63
66
- * [ Installing on macOS] ( https://github.com/gem/oq-engine/blob/master /doc/installing/macos.md )
67
- * [ Installing from sources] ( https://github.com/gem/oq-engine/blob/master /doc/installing/development.md )
64
+ * [ Installing on macOS] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/installing/macos.md )
65
+ * [ Installing from sources] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/installing/development.md )
68
66
69
67
#### Windows
70
68
71
- * [ Installing on Windows] ( https://github.com/gem/oq-engine/blob/master /doc/installing/windows.md )
72
- * [ Starting the software] ( https://github.com/gem/oq-engine/blob/master /doc/running/windows.md )
69
+ * [ Installing on Windows] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/installing/windows.md )
70
+ * [ Starting the software] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/running/windows.md )
73
71
74
72
#### VirtualBox
75
73
76
74
* [ Download OVA appliance] ( https://www.globalquakemodel.org/ova/stable/ )
77
75
78
76
#### Docker
79
77
80
- * [ Deploy a Docker container] ( https://github.com/gem/oq-engine/blob/master /doc/installing/docker.md )
78
+ * [ Deploy a Docker container] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/installing/docker.md )
81
79
82
80
### Running the OpenQuake Engine
83
81
84
- * [ Using the command line] ( https://github.com/gem/oq-engine/blob/master /doc/running/unix.md )
85
- * [ Using the WebUI] ( https://github.com/gem/oq-engine/blob/master /doc/running/server.md )
82
+ * [ Using the command line] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/running/unix.md )
83
+ * [ Using the WebUI] ( https://github.com/gem/oq-engine/blob/engine-2.5 /doc/running/server.md )
86
84
87
85
88
86
## License
89
87
90
- The OpenQuake Engine is released under the ** [ GNU Affero Public License 3] ( https://github.com/gem/oq-engine/blob/master /LICENSE ) ** .
88
+ The OpenQuake Engine is released under the ** [ GNU Affero Public License 3] ( https://github.com/gem/oq-engine/blob/engine-2.5 /LICENSE ) ** .
91
89
92
90
## Contacts
93
91
0 commit comments