Feature request #8259

Documentation SAGA GIS in Sextante

Added by Samuel Fernando Mesa Giraldo over 10 years ago. Updated over 9 years ago.

Status:Closed
Priority:Normal
Assignee:Victor Olaya
Category:Processing/SAGA
Pull Request or Patch supplied:Yes Resolution:
Easy fix?:No Copied to github as #:17063

Description

You may change the code of the function helpFile() in file SagaAlgorithm.py:

def helpFile(self):
    return  os.path.join(os.path.dirname(__file__), "help", self.name.replace(" ", "") + ".html")

[[https://github.com/qgis/Quantum-GIS/blob/master/python/plugins/sextante/saga/SagaAlgorithm.py#L370]]

For the following code:

def helpFile(self):
    import re
    return  os.path.join(os.path.dirname(__file__), "help", re.sub('[^A-Za-z0-9]+', '', self.name).title() + ".html")

This is to remove invalid characters from the names of the commands and make compactible with SAGA help html files that attached to this request.

help.tar.gz - Help html files of SAGA GIS (184 KB) Samuel Fernando Mesa Giraldo, 2013-07-10 09:56 PM


Related issues

Related to QGIS Application - Bug report #9110: Empty SAGA help Closed 2013-11-21

History

#1 Updated by Giovanni Manghi over 9 years ago

  • Category deleted (56)
  • Project changed from 78 to QGIS Application

#2 Updated by Giovanni Manghi over 9 years ago

  • Category set to Processing/SAGA

#3 Updated by Alexander Bruy over 9 years ago

  • Status changed from Open to Closed

As Processing now used documentation in RST format and we decide to put it into User Guide, this can be closed

Also available in: Atom PDF