[GRASS-SVN] r60031 - in grass/trunk/lib/python/pygrass: . docs
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 2 00:20:05 PDT 2014
Author: neteler
Date: 2014-05-02 00:20:04 -0700 (Fri, 02 May 2014)
New Revision: 60031
Modified:
grass/trunk/lib/python/pygrass/docs/conf.py
grass/trunk/lib/python/pygrass/pygrasslib.dox
Log:
pyGRASS docs: Reference added; cosmetics
Modified: grass/trunk/lib/python/pygrass/docs/conf.py
===================================================================
--- grass/trunk/lib/python/pygrass/docs/conf.py 2014-05-01 20:55:28 UTC (rev 60030)
+++ grass/trunk/lib/python/pygrass/docs/conf.py 2014-05-02 07:20:04 UTC (rev 60031)
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# PyGrass documentation build configuration file, created by
+# PyGRASS documentation build configuration file, created by
# sphinx-quickstart2 on Sat Jun 16 18:53:32 2012.
#
# This file is execfile()d with the current directory set to its containing dir.
@@ -42,7 +42,7 @@
master_doc = 'index'
# General information about the project.
-project = u'PyGrass'
+project = u'PyGRASS'
copyright = u'2012-2014, Pietro Zambelli'
# The version info for the project you're documenting, acts as replacement for
@@ -192,7 +192,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'PyGrass.tex', u'PyGrass Documentation',
+ ('index', 'PyGrass.tex', u'PyGRASS Documentation',
u'Pietro Zambelli', 'manual'),
]
@@ -222,7 +222,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'pygrass', u'PyGrass Documentation',
+ ('index', 'pygrass', u'PyGRASS Documentation',
[u'Pietro Zambelli'], 1)
]
@@ -236,8 +236,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'PyGrass', u'PyGrass Documentation',
- u'Pietro Zambelli', 'PyGrass', 'One line description of project.',
+ ('index', 'PyGRASS', u'PyGRASS Documentation',
+ u'Pietro Zambelli', 'PyGRASS', 'One line description of project.',
'Miscellaneous'),
]
@@ -254,7 +254,7 @@
# -- Options for Epub output ---------------------------------------------------
# Bibliographic Dublin Core info.
-epub_title = u'PyGrass'
+epub_title = u'PyGRASS'
epub_author = u'Pietro Zambelli'
epub_publisher = u'Pietro Zambelli'
epub_copyright = u'2012, Pietro Zambelli'
Modified: grass/trunk/lib/python/pygrass/pygrasslib.dox
===================================================================
--- grass/trunk/lib/python/pygrass/pygrasslib.dox 2014-05-01 20:55:28 UTC (rev 60030)
+++ grass/trunk/lib/python/pygrass/pygrasslib.dox 2014-05-02 07:20:04 UTC (rev 60031)
@@ -160,4 +160,14 @@
Pietro Zambelli (Google Summer of Code 2012)
+\section References References
+
+
+* Zambelli, P., Gebbert, S., Ciolli, M., 2013: *PyGRASS: An Object Oriented Python Application Programming Interface (API) for Geographic Resources Analysis Support System (GRASS) Geographic Information System (GIS)*
+* . ISPRS International Journal of Geo-Information 2, 201–219. (
+* `DOI <http://dx.doi.org/10.3390/ijgi2010201>`
+* |
+* `PDF <http://www.mdpi.com/2220-9964/2/1/201/pdf>`
+* )
+
*/
More information about the grass-commit
mailing list