Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 157 Bytes

another_page.rst

File metadata and controls

10 lines (7 loc) · 157 Bytes

Another Page

Here is another documentation page:

>>> import numpy as np
>>> np.arange(5)
array([0, 1, 2, 3, 4])