aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/plugins/compile/rest/slides.py
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/plugins/compile/rest/slides.py')
-rw-r--r--nikola/plugins/compile/rest/slides.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/nikola/plugins/compile/rest/slides.py b/nikola/plugins/compile/rest/slides.py
index 2522e55..7c5b34b 100644
--- a/nikola/plugins/compile/rest/slides.py
+++ b/nikola/plugins/compile/rest/slides.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# Copyright © 2012-2015 Roberto Alsina and others.
+# Copyright © 2012-2016 Roberto Alsina and others.
# Permission is hereby granted, free of charge, to any
# person obtaining a copy of this software and associated
@@ -37,7 +37,6 @@ from nikola.plugin_categories import RestExtension
class Plugin(RestExtension):
-
"""Plugin for reST slides directive."""
name = "rest_slides"
@@ -51,7 +50,6 @@ class Plugin(RestExtension):
class Slides(Directive):
-
"""reST extension for inserting slideshows."""
has_content = True