Skip to content

Commit 12fc23f

Browse files
committed
Update from latest nbdev_prepare
1 parent 0f006fc commit 12fc23f

16 files changed

+32
-0
lines changed

nbstata/browse.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Helpers for browse, head, and tail magics"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/07_browse.ipynb.
24

35
# %% auto 0

nbstata/cell.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Class representing a single code cell"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/13_cell.ipynb.
24

35
# %% auto 0

nbstata/code_utils.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Stata-related helper functions with no Jupyter or pystata dependence"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/04_code_utils.ipynb.
24

35
# %% auto 0

nbstata/completion_env.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Autocomplete helper: determine context of the token to be autocompleted"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/10_completion_env.ipynb.
24

35
# %% auto 0

nbstata/completions.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Autocomplete functionality"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/11_completions.ipynb.
24

35
# %% auto 0

nbstata/config.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Utilities for loading Stata and nbstata"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/01_config.ipynb.
24

35
# %% auto 0

nbstata/inspect.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Provides output for kernel.do_inspect()"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/12_inspect.ipynb.
24

35
# %% auto 0

nbstata/install.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""nbstata kernel install script"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/15_install.ipynb.
24

35
# %% auto 0

nbstata/kernel.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""IPythonKernel based on pystata"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/14_kernel.ipynb.
24

35
# %% auto 0

nbstata/magics.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""IPython magics for nbstata"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/09_magics.ipynb.
24

35
# %% auto 0

nbstata/misc_utils.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""General helper functions with no Jupyter or pystata dependence"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/00_misc_utils.ipynb.
24

35
# %% auto 0

nbstata/noecho.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""For running multi-line Stata code without echoing the commands"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/05_noecho.ipynb.
24

35
# %% auto 0

nbstata/pandas.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Stata-to-pandas utilities, used in `nbstata.browse`"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/06_pandas.ipynb.
24

35
# %% auto 0

nbstata/stata.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Simple wrappers for `pystata`/`sfi` functionality"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/02_stata.ipynb.
24

35
# %% auto 0

nbstata/stata_more.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Helper functions that expand on `pystata`/`sfi` functionality"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/03_stata_more.ipynb.
24

35
# %% auto 0

nbstata/stata_session.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""A class for representing a Stata session"""
2+
13
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/08_stata_session.ipynb.
24

35
# %% auto 0

0 commit comments

Comments
 (0)