From 419da47ac6124a95da2f9eb3877df075ee454840 Mon Sep 17 00:00:00 2001 From: Brian Carrier Date: Fri, 17 Jul 2015 09:03:19 -0400 Subject: [PATCH] Added tutorial link to python docs --- docs/doxygen/modDevPython.dox | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/doxygen/modDevPython.dox b/docs/doxygen/modDevPython.dox index 19d522e570..c8d7b36d63 100755 --- a/docs/doxygen/modDevPython.dox +++ b/docs/doxygen/modDevPython.dox @@ -15,6 +15,10 @@ Using it is very easy though in Autopsy and it allows you to access all of the J To develop a module, you should follow this section to get your environment setup and then read the later sections on the different types of modules. +There are also a set of tutorials that Basis Technology published on their blog: + +* The File Ingest Module: http://www.basistech.com/python-autopsy-module-tutorial-1-the-file-ingest-module/ + \section mod_dev_py_setup Basic Setup