Skip to content

Commit 53865c9

Browse files
committed
update links and README for 2.5.0 release
1 parent 2c080ff commit 53865c9

File tree

2 files changed

+29
-31
lines changed

2 files changed

+29
-31
lines changed

README.md

+28-30
Original file line numberDiff line numberDiff line change
@@ -22,72 +22,70 @@ The **OpenQuake Engine** is an open source application that allows users to comp
2222
-## Documentation (master tree)
2323
-->
2424

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.
2826

2927
### Current stable
3028

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)
3331

34-
## Documentation (master tree)
32+
## Documentation
3533

3634
<!-- GEM END -->
3735
### General overview
3836

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)
4139
* [Manuals](http://www.globalquakemodel.org/openquake/support/documentation/engine/#manual-latest-stable)
4240
* [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)
5048

5149
### Installation
5250

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)
5553

5654
#### Linux
5755

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)
6361

6462
#### macOS
6563

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)
6866

6967
#### Windows
7068

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)
7371

7472
#### VirtualBox
7573

7674
* [Download OVA appliance](https://www.globalquakemodel.org/ova/stable/)
7775

7876
#### Docker
7977

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)
8179

8280
### Running the OpenQuake Engine
8381

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)
8684

8785

8886
## License
8987

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)**.
9189

9290
## Contacts
9391

doc/sphinx/architecture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ The WebUI provides a REST API that can be used in third party
121121
applications: for instance a QGIS plugin could download the maps
122122
generated by the engine via the WebUI and display them. There is lot
123123
of functionality in the API which is documented here:
124-
https://github.com/gem/oq-engine/blob/master/doc/web-api.md. It is
124+
https://github.com/gem/oq-engine/blob/engine-2.5/doc/web-api.md. It is
125125
possible to build your own user interface for the engine on top of it,
126126
since the API is stable and kept backward compatible.

0 commit comments

Comments
 (0)