Skip to content

Commit

Permalink
some doc fixes and bump to v1.2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Dec 10, 2017
1 parent 33d3a24 commit 7dab85b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Best is to start with the [basic examples](examples/basics)

## Installation

Stetl can be installed via PyPi `pip install stetl` and recently as a [Stetl Docker image](https://hub.docker.com/r/justb4/stetl).
Stetl can be installed via PyPi `pip install stetl` and recently as a [Stetl Docker image](https://hub.docker.com/r/geopython/stetl).
More on [installation in the documentation](http://www.stetl.org/en/latest/install.html).

## Contributing
Expand All @@ -72,7 +72,7 @@ review the [guidelines for contributing](CONTRIBUTING.md).
Stetl originated in the INSPIRE-FOSS project: [2009-2013 now archived](https://github.com/justb4/inspire-foss).
Since then Stetl evolved into a wider use like
transforming [Dutch GML-based Open Datasets](https://github.com/nlextract/NLExtract) such as IMGEO/BGT (Large Scale Topography)
and IMKAD/BRK (Cadastral Data).
and IMKAD/BRK (Cadastral Data) and []Sensor Data Transformation and Calibration](https://github.com/Geonovum/smartemission/tree/master/etl).

## Finally

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.1'
version = '1.2-dev'
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = '1.2-dev'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 1 addition & 2 deletions docs/contact.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ All development is done via GitHub: see https://github.com/geopython/stetl.

Contact the main author Just van den Broecke via email at just@justobjects.nl.



Online chat via Gitter: https://gitter.im/geopython/stetl
2 changes: 1 addition & 1 deletion stetl/inputs/fileinput.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def file_path(self):
"""
pass

@Config(ptype=str, default='*.[gxGX][mM][lL]', required=False)
@Config(ptype=str, default='\*.[gxGX][mM][lL]', required=False)
def filename_pattern(self):
"""
Filename pattern according to Python ``glob.glob`` for example:
Expand Down
2 changes: 1 addition & 1 deletion stetl/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.2-dev"

0 comments on commit 7dab85b

Please sign in to comment.