Skip to content

Commit

Permalink
Merge pull request #104 from AllenNeuralDynamics/wip/update_docs_docs…
Browse files Browse the repository at this point in the history
…trings

Wip/update docs docstrings
  • Loading branch information
hannalee2 authored Oct 7, 2024
2 parents 1bf7e9a + 7cde9ae commit 9bcd8eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ opencv-python
PyQt5
pyqtgraph
pandas
scipy
scipy
scikit-image
plotly
2 changes: 1 addition & 1 deletion docs/source/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Modules
========================

.. toctree::
:maxdepth: 3
:maxdepth: 2

parallax
2 changes: 1 addition & 1 deletion docs/source/parallax.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Parallax Package
Parallax Modules
================

Axis Filter Module
Expand Down
2 changes: 1 addition & 1 deletion parallax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import os

__version__ = "0.38.13"
__version__ = "0.38.14"

# allow multiple OpenMP instances
os.environ["KMP_DUPLICATE_LIB_OK"] = "True"

0 comments on commit 9bcd8eb

Please sign in to comment.