Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 875 Bytes

feature-b.rst

File metadata and controls

56 lines (42 loc) · 875 Bytes

Feature B

Description of feature B

This feature is developed in order to make something easier.

Dependencies

This feature does not require any additional packages or the like.

Level 2

Level 3

Simple table

No. Prime Other
1 No 12
2 Yes 1020
3 Yes No
4 No Yes

Code example:

#include <stdio.h>
int main()
{
   printf("Hello, World!");
   return 0;
 }

Code python:

import numpy as np
import matplotlib.pyplot as plt
plt.figure()

def some_function():
    interesting = False
    print 'This line is highlighted.'
    print 'This one is not...'
    print '...but this one is.'