Skip to content

Commit

Permalink
Update from latest nbdev_prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
hugetim committed Oct 11, 2024
1 parent 0f006fc commit 12fc23f
Show file tree
Hide file tree
Showing 16 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nbstata/browse.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Helpers for browse, head, and tail magics"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/07_browse.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/cell.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Class representing a single code cell"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/13_cell.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/code_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Stata-related helper functions with no Jupyter or pystata dependence"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/04_code_utils.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/completion_env.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Autocomplete helper: determine context of the token to be autocompleted"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/10_completion_env.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/completions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Autocomplete functionality"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/11_completions.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Utilities for loading Stata and nbstata"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/01_config.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/inspect.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Provides output for kernel.do_inspect()"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/12_inspect.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/install.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""nbstata kernel install script"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/15_install.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/kernel.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""IPythonKernel based on pystata"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/14_kernel.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/magics.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""IPython magics for nbstata"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/09_magics.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/misc_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""General helper functions with no Jupyter or pystata dependence"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/00_misc_utils.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/noecho.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""For running multi-line Stata code without echoing the commands"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/05_noecho.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/pandas.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Stata-to-pandas utilities, used in `nbstata.browse`"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/06_pandas.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/stata.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Simple wrappers for `pystata`/`sfi` functionality"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/02_stata.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/stata_more.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Helper functions that expand on `pystata`/`sfi` functionality"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/03_stata_more.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions nbstata/stata_session.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""A class for representing a Stata session"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/08_stata_session.ipynb.

# %% auto 0
Expand Down

0 comments on commit 12fc23f

Please sign in to comment.