Update docs

This commit is contained in:
Oliver Hamlet
2019-01-12 17:16:43 +00:00
parent 3a9ff95de2
commit 5450709ebe
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ master_doc = 'index'
# General information about the project.
project = u'LOOT API Python Module'
copyright = u'2016, WrinklyNinja'
copyright = u'2019, WrinklyNinja'
author = u'WrinklyNinja'
# The version info for the project you're documenting, acts as replacement for
@@ -346,5 +346,5 @@ texinfo_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'loot_api': ('http://loot.readthedocs.io/en/0.10.2/', None),
'loot_api': ('http://loot.readthedocs.io/en/0.14.1/', None),
}
+1 -1
View File
@@ -28,7 +28,7 @@ To check if the module loaded is compatible with the version of the API that you
developed against::
>>> import loot_api
>>> loot_api.is_compatible(0,12,0)
>>> loot_api.is_compatible(0,14,0)
True
>>> loot_api.is_compatible(0,9,0)
False