Hieroglyph Smoke Test
This is the Hieroglyph Smoke Test. It contains visual tests for
verifying Hieroglyph functionality.
This section should not be included in slides.
Bulleted Lists
- First Point
- Second Point
- Third Point
Another notation:
- First Point
- Second Point
- Third Point
Enumerated Lists
This list will be numbered:
- First Point
- Second Point
- Third Point
This list will be lettered:
- First Point
- Second Point
- Third Point
Code Highlighting
This block will be highlighted as Python:
def func(a):
print 'The value of a is %(a)s' % locals()
This block will be highlighted as Javascript:
function func(a) {
console.log('The value of a is ', a);
}
This block will not be highlighted:
def func(a):
"""I am not highlighted."""
Admonitions
Note
This is a note admonition.
Hieroglyph Features
The following slides test Hieroglyph features.
Incremental Slides
- Adding the build class to a container
- To incrementally show its contents
- Remember that Sphinx maps the basic class directive to rst-class