Parcourir la source

Links documentation updated

Jérôme BUISINE il y a 5 ans
Parent
commit
e58dbc1ab5
5 fichiers modifiés avec 10 ajouts et 6 suppressions
  1. 1 1
      README.md
  2. 3 1
      README.rst
  3. 2 2
      docs/source/conf.py
  4. 3 1
      docs/source/contributing.rst
  5. 1 1
      setup.py

+ 1 - 1
README.md

@@ -38,7 +38,7 @@ All these modules will be enhanced during development of the package. Documentat
 How to contribute
 -----------------
 
-Please refer to the [CONTRIBUTION.md](https://github.com/jbuisine/IPFML/blob/master/LICENSE) file if you want to contribute!
+Please refer to the [CONTRIBUTION.md](https://github.com/jbuisine/IPFML/blob/master/CONTRIBUTION.md) file if you want to contribute!
 
 ## Contributors
 

+ 3 - 1
README.rst

@@ -44,4 +44,6 @@ For more information about package, documentation_ is available.
 Contribution
 ------------
 
-Please refer to the [CONTRIBUTION.md](https://github.com/jbuisine/IPFML/blob/master/LICENSE) file if you want to contribute!
+Please refer to the CONTRIBUTION.md_ file if you want to contribute!
+
+.. _CONTRIBUTION.md: https://github.com/jbuisine/IPFML/blob/master/CONTRIBUTION.md 

+ 2 - 2
docs/source/conf.py

@@ -24,9 +24,9 @@ copyright = '2019, Jérôme BUISINE'
 author = 'Jérôme BUISINE'
 
 # The short X.Y version
-version = '0.2.1'
+version = '0.2.2'
 # The full versiabson, including alpha/beta/rc tags
-release = 'v0.2.1'
+release = 'v0.2.2'
 
 
 # -- General configuration ---------------------------------------------------

+ 3 - 1
docs/source/contributing.rst

@@ -13,4 +13,6 @@ This git project uses git-flow_ implementation. You are free to contribute to it
 
 .. _git-flow: https://danielkummer.github.io/git-flow-cheatsheet/
 
-Please refer to the [CONTRIBUTION.md](https://github.com/jbuisine/IPFML/blob/master/LICENSE) guidelines file if you want more information about process!
+Please refer to the CONTRIBUTION.md_ guidelines file if you want more information about process!
+
+.. _CONTRIBUTION.md: https://github.com/jbuisine/IPFML/blob/master/CONTRIBUTION.md 

+ 1 - 1
setup.py

@@ -43,7 +43,7 @@ class BuildTestCommand(setuptools.command.build_py.build_py):
 
 setup(
     name='ipfml',
-    version='0.2.1',
+    version='0.2.2',
     description='Image Processing For Machine Learning',
     long_description=readme(),
     classifiers=[