Skip to content

Commit

Permalink
freeze decision
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Sep 12, 2024
1 parent 48b2131 commit 726fed0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/development/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ Miscelleaneous Stylistic Conventions
#. Avoid using abreviations in variable names (e.g., use :code:`recording` instead of :code:`rec`). It is especially important to avoid single letter variables.
#. Use index as singular and indices for plural following the NumPy convention. Avoid idx or indexes. Plus, id and ids are reserved for identifiers (i.e. channel_ids)
#. We use file_path and folder_path (instead of file_name and folder_name) for clarity.
#. For creating headers to divide section of codes we use the following convention (see issue 3019):

#########################################
# A header
#########################################


How to build the documentation
Expand Down

0 comments on commit 726fed0

Please sign in to comment.