Spectacle is a React.js framework to create beautiful presentation
Questions tagged [spectacle]
18 questions
0
votes
0 answers
Unable to execute spectacle from python os shell
I am trying to execute spectacle from a python script. v2.7. I am using spectacle to generate static HTML documentation for a yang model.
Spectacle creates a directory with the html doc and 2 subdirectories for css and javascripts.
When I execute…

mpedro
- 9
- 3
0
votes
2 answers
how to control spectacle presentation with pure javascript?
I tried to get the count of all slides and change to one of them using plain javascript. I'm not into react and wasn't able to find a global object to call some functions on.
Is there something like: presentation.loadSlide(2); ?

Cracker0dks
- 2,422
- 1
- 24
- 39
0
votes
1 answer
Using spectacle to generate swagger documentation
I installed spectacle globally with :
npm install -g spectacle-docs
now when I try to use it I get
spectacle is not recognized as an internal or external command
Why is that ?

An-droid
- 6,433
- 9
- 48
- 93