Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
Add missing __init__ and fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
daniviga committed Apr 28, 2017
1 parent a362c99 commit 36381da
Show file tree
Hide file tree
Showing 53 changed files with 1,963 additions and 421 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.ipynb_checkpoints
.gitignore~
*.swp
*.egg-info
ToDO.xlsx
31 changes: 24 additions & 7 deletions RMTK.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"<div class=\"clearfix\" style=\"padding: 10px; padding-left: 0px\">\n",
"<a href=\"http://www.globalquakemodel.org/\"><img src=\"figures/gem-logo.png\" width=\"300px\" style=\"display: inline-block;\"></a>\n",
Expand All @@ -12,7 +15,10 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"# Risk Modeller's Toolkit\n",
"\n",
Expand All @@ -28,7 +34,9 @@
{
"cell_type": "markdown",
"metadata": {
"collapsed": false
"collapsed": false,
"deletable": true,
"editable": true
},
"source": [
"---\n",
Expand Down Expand Up @@ -64,7 +72,10 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"---\n",
"## Risk Module\n",
Expand All @@ -80,7 +91,10 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"---\n",
"## Vulnerability Module\n",
Expand All @@ -99,7 +113,10 @@
},
{
"cell_type": "markdown",
"metadata": {},
"metadata": {
"deletable": true,
"editable": true
},
"source": [
"---\n",
"<strong><span style=\"color:#444444\">The OpenQuake Risk Modeller's Toolkit (RMTK)</span></strong>\n",
Expand Down Expand Up @@ -131,7 +148,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
"version": "2.7.13"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 36381da

Please sign in to comment.