diff --git a/.gitignore b/.gitignore index 4ef5e5f..0dbce1e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ bin # Ignore shared data share + +# Ignore the docs +docs diff --git a/README.md b/README.md index f584c77..b21affb 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,8 @@ submodules, e.g. using `git clone --recursive`. ## Documentation -The API documentation can be found -[here](https://niess.github.io/turtle/docs/index.html#HEAD), as well as some -basic examples of usage. +The API documentation can be found [here](http://niess.github.io/turtle-docs). +You might directly check the [examples](examples) as well. ## License diff --git a/docs/api.docurium b/docs/api.docurium deleted file mode 100644 index 0442d99..0000000 --- a/docs/api.docurium +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "TURTLE", - "github": "niess/turtle", - "input": "include", - "output": "docs", - "favicon": "../favicon.ico", - "logo": ["../images/turtle-black.png", "../index.html"], - "prefix": "turtle_", - "branch": "docs-pages", - "examples": "examples", - "legacy": {"input": {"include": ["v0.1"]}} -}