Skip to content

Commit

Permalink
Added fix for issue with versioning on developer_doc.rst.
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Ki <chriski777@berkeley.edu>
Co-authored-by: Nicholas A Del Grosso <delgrosso.nick@gmail.com>
  • Loading branch information
chriski777 and nickdelgrosso committed Jul 27, 2020
1 parent 087f253 commit f132020
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/developer_doc.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Developer Documentation
---------------------------

Versioning
~~~~~~~~~~~~~~~~~~~~~
There's a rare issue that developers may face when calling `suite2p --version` on their command line. You
may get an incorrect version number. To fix this issue, one should use the following command:

.. prompt:: bash

git fetch --prune --unshallow


Testing
~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit f132020

Please sign in to comment.