Skip to content

Commit

Permalink
Doc updates, prepare new release (#72)
Browse files Browse the repository at this point in the history
* Update docs

* Update env for docs

* Updates for nbsphinx

* Updates for nbsphinx

* Updates for nbsphinx

* Update header

* Blacken src
  • Loading branch information
wpreimes authored Jul 20, 2021
1 parent 7f6a7f6 commit ed21347
Show file tree
Hide file tree
Showing 27 changed files with 811 additions and 935 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
**/.ipynb_checkpoints/**
.DS_Store

# Project files
Expand Down Expand Up @@ -49,3 +49,4 @@ MANIFEST
# Per-project virtualenvs
.venv*/
.artifacts/*
_example_out/*
16 changes: 16 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

sphinx:
configuration: docs/conf.py

submodules:
include: all

conda:
environment: environment.yml

python:
version: 3.8
install:
- method: pip
path: .
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
Changelog
=========

Version x.x.x
Version 0.4.0
=============

-
- Faster implementation of bbox search
- Uses pyscaffold v4 standard

Version 0.3.2
=============
Expand All @@ -18,7 +19,6 @@ Version 0.3.1

- Add k parameter to nearest neighbor search (number of nearest neighbors to return)


Version 0.3.0
=============

Expand Down
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ This package should be installable through pip:
pip install pygeogrids
To install the package use pip 6.0 or later. On linux systems `pykdtree
<https://github.com/storpipfugl/pykdtree>`__ will be installed whereas on
windows systems `scipy <http://www.scipy.org/>`__ ``cKDTree`` will be used.
pykdtree is faster than the scipy implementation but it is at the moment
not available for Windows systems.

Features
========

Expand Down
5 changes: 0 additions & 5 deletions doc_requirements.txt

This file was deleted.

277 changes: 0 additions & 277 deletions docs/Creating and working with grid objects.rst

This file was deleted.

Loading

0 comments on commit ed21347

Please sign in to comment.