Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/WEgeophysics/watex into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
earthai-tech committed Jun 16, 2022
2 parents 7558e48 + fd1d7c3 commit 102f8ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 💧 WATex: A Machine Learning Research Toolbox in Hydrogeophysic

[![Build Status](https://travis-ci.com/WEgeophysics/watex.svg?branch=master)](https://travis-ci.com/WEgeophysics/watex)
[![Requirements Status](https://requires.io/github/WEgeophysics/pyCSAMT/requirements.svg?branch=master)](https://requires.io/github/WEgeophysics/pyCSAMT/requirements/?branch=master)
[![Documentation Status](https://readthedocs.org/projects/watex/badge/?version=latest)](https://watex.readthedocs.io/en/latest/?badge=latest)
[![Build Status](https://travis-ci.com/WEgeophysics/watex.svg?branch=master)](https://travis-ci.com/WEgeophysics/watex)
[![Requirements Status](https://requires.io/github/WEgeophysics/pyCSAMT/requirements.svg?branch=master)](https://requires.io/github/WEgeophysics/pyCSAMT/requirements/?branch=master)
![GitHub](https://img.shields.io/github/license/WEgeophysics/watex?color=blue&label=Licence&style=flat-square)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5529368.svg)](https://doi.org/10.5281/zenodo.5529368)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/WEgeophysics/watex)
Expand All @@ -12,7 +12,7 @@

## Goals and Missions

WATex, for short, is *A Machine Learning Research Toolbox in Hydrogeophysic*.
**WATex**, for short, is *A Machine Learning Research Toolbox in Hydrogeophysic*.
It is entirely written in Python with supplemental materials implemented in Jupyter notebook.
The main objective is, first, to bring a piece of solution in a wide program of **_WATER4ALL_**
and secondly to participate in [Sustanaible Development Goals N6](https://www.un.org/sustainabledevelopment/development-agenda/) achievement.
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
'sphinx.ext.viewcode',
'sphinx.ext.coverage',
'sphinx.ext.imgmath',
'numpydoc',
# 'numpydoc',
'sphinx.ext.napoleon',
#'sphinx.ext.autosummary',
'sphinx.ext.autosummary',
# "sphinx_rtd_theme",
'sphinx.ext.githubpages'
#'autoapi.sphinx',
Expand Down Expand Up @@ -185,4 +185,4 @@
import mock

for mod_name in MOCK_MODULES:
sys.modules[mod_name] = mock.Mock()
sys.modules[mod_name] = mock.Mock()

0 comments on commit 102f8ce

Please sign in to comment.