Skip to content

Commit c7eb088

Browse files
Implement correct doc strings for the __init__.py files.
1 parent e2fc8b2 commit c7eb088

File tree

6 files changed

+6
-3
lines changed

6 files changed

+6
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Code for the core analyses."""
1+
"""Code for the backtest module."""

src/backtest_bay/data/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Code for the data module."""

src/backtest_bay/plot/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Code for the plot module."""

tests/backtest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Tests for the analysis module."""
1+
"""Tests for the backtest module."""

tests/data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"""Tests for the data management module."""
1+
"""Tests for the data module."""

tests/plot/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Tests for the plot module."""

0 commit comments

Comments
 (0)