Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7c36311

Browse files
author
Roberto Alsina
committedJun 26, 2017
Killed sllides
1 parent 8b0f5d4 commit 7c36311

File tree

4 files changed

+6
-108
lines changed

4 files changed

+6
-108
lines changed
 

Diff for: ‎CHANGES.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
New in master
22
=============
33

4+
Deletions
5+
---------
6+
7+
* Removed the slides directive for docutils, it will now be a separate plugin.
8+
49
Features
510
--------
611

Diff for: ‎docs/manual.txt

+1-17
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Nikola can't do:
8080
* An Issue tracker
8181
* Anything with forms, really (except for `comments`_!)
8282

83-
Keep in mind that "static" doesn't mean **boring**. You can have animations, slides
83+
Keep in mind that "static" doesn't mean **boring**. You can have animations
8484
or whatever fancy CSS3/HTML5 thingie you like. It only means all that HTML is
8585
generated already before being uploaded. On the other hand, Nikola sites will
8686
tend to be content-heavy. What Nikola is good at is at putting what you write
@@ -189,7 +189,6 @@ Nikola provides the following features:
189189
* Easy-to-create image galleries
190190
* Image thumbnail generation
191191
* Support for displaying source code listings
192-
* Image slideshows
193192
* Custom search
194193
* Asset (CSS/JS) bundling
195194
* gzip compression (for sending via your web server)
@@ -2481,21 +2480,6 @@ least this basic HTML:
24812480

24822481
<a class="image-reference" href="images/tesla.jpg"><img src="images/tesla.thumbnail.jpg"></a>
24832482

2484-
Slideshows
2485-
~~~~~~~~~~
2486-
2487-
To create an image slideshow, you can use the ``slides`` directive. For example:
2488-
2489-
.. code:: restructuredtext
2490-
2491-
.. slides::
2492-
2493-
/galleries/demo/tesla_conducts_lg.jpg
2494-
/galleries/demo/tesla_lightning2_lg.jpg
2495-
/galleries/demo/tesla4_lg.jpg
2496-
/galleries/demo/tesla_lightning1_lg.jpg
2497-
/galleries/demo/tesla_tower1_lg.jpg
2498-
24992483
Chart
25002484
~~~~~
25012485

Diff for: ‎nikola/plugins/compile/rest/slides.plugin

-14
This file was deleted.

Diff for: ‎nikola/plugins/compile/rest/slides.py

-77
This file was deleted.

0 commit comments

Comments
 (0)