Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/documentation-guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ To add an example page, follow these instructions:

#. Create and run a notebook that demonstrates the use of some aopy functions. Be sure that your notebook
has a title at the beginning, otherwise it won't show up in the table of contents. See the source code
of the existing example notebooks for guidance. `Examples<https://github.com/aolabNeuro/analyze/tree/master/docs/source/examples>`_
of the existing example notebooks for guidance. `Examples <https://github.com/aolabNeuro/analyze/tree/master/docs/source/examples>`_
#. Download the notebook to your computer as a `.ipynb` file
#. Create a new branch in the analyze repository and include the `.ipynb` file in the `docs/source/examples/` directory.
#. Add its filename into the `examples.rst` document.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Examples:

.. toctree::

examples/eyetracking_validation.ipynb
examples/eye_calibration_example.ipynb

.. toctree::

Expand Down
Loading
Loading