From 351157b8f1627fe11b3464ab1954b5d542a66011 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Wed, 18 Jan 2017 09:33:35 +0100 Subject: [PATCH 1/2] Minor documentation clarification --- pymisp/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pymisp/api.py b/pymisp/api.py index c58d31ac3..8b86bde4b 100644 --- a/pymisp/api.py +++ b/pymisp/api.py @@ -1012,7 +1012,7 @@ def get_version_master(self): # ############## Export Attributes in text #################################### def get_all_attributes_txt(self, type_attr): - + """Get all attributes from a specific type as plain text. Only published and IDS flagged attributes are exported.""" session = self.__prepare_session('txt') url = urljoin(self.root_url, 'attributes/text/download/%s' % type_attr) response = session.get(url) From 10b95c778f38c36da87f7202598640086b817c15 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 18 Jan 2017 17:27:56 +0100 Subject: [PATCH 2/2] Doc link updated. Fix #39 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed282484e..204a434b8 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ python last.py -l 10 ## Documentation -[PyMISP API documentation is available](http://www.circl.lu/assets/files/PyMISP.pdf). +[PyMISP API documentation is available](https://media.readthedocs.org/pdf/pymisp/master/pymisp.pdf). Documentation can be generated with epydoc: