Forráskód Böngészése

pyGRASS docs: Reference added; cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@60032 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 éve
szülő
commit
6041df7a9b
2 módosított fájl, 17 hozzáadás és 7 törlés
  1. 7 7
      lib/python/pygrass/docs/conf.py
  2. 10 0
      lib/python/pygrass/pygrasslib.dox

+ 7 - 7
lib/python/pygrass/docs/conf.py

@@ -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 @@ source_suffix = '.rst'
 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 @@ latex_elements = {
 # 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 @@ latex_documents = [
 # 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 @@ man_pages = [
 # (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 @@ texinfo_documents = [
 # -- 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'

+ 10 - 0
lib/python/pygrass/pygrasslib.dox

@@ -143,4 +143,14 @@ Defined errors classes:
 
 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>`
+* )
+
 */