Skip to content

Commit

Permalink
Merge pull request #415 from DataverseLabs/docs-build
Browse files Browse the repository at this point in the history
Docs build
  • Loading branch information
SimonMolinsky authored Dec 4, 2023
2 parents 7702435 + 6a48390 commit 3f9ecf4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ venv/
ENV/
env.bak/
venv.bak/
venv-model/

# Spyder project settings
.spyderproject
Expand Down
9 changes: 7 additions & 2 deletions readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# .readthedocs.yml
# ..readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"

# Build documentation in the docs_oldies/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
Expand All @@ -19,7 +25,6 @@ formats:

# Optionally set the version of Python and requirements required to build your docs_oldies
python:
version: "3.8"
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pyinterpolate
:alt: The pyinterpolate logo with the name Mykolaiv and the version of package.

.. note::
The last documentation update: *2023-08-29*
The last documentation update: *2023-12-04*

**Pyinterpolate** is the Python library for **geostatistics**. The package provides access to spatial statistics tools used in various studies. This package helps you **interpolate spatial data** with the *Kriging* technique.

Expand Down

0 comments on commit 3f9ecf4

Please sign in to comment.