diff --git a/docs/source/conf.py b/docs/source/conf.py index f282a54..5bfe0ae 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,6 @@ # The full version, including alpha/beta/rc tags release = u'0.2.0' - # -- General configuration --------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. diff --git a/makefile b/makefile index 56d0a3b..fa58d09 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ docs: cd docs && sphinx-build source build dist: - rm dist/* + - rm dist/* python setup.py sdist bdist_wheel upload-test: diff --git a/reprexpy/reprex.py b/reprexpy/reprex.py index 99a9047..bd2f59b 100644 --- a/reprexpy/reprex.py +++ b/reprexpy/reprex.py @@ -294,7 +294,11 @@ def reprex(code=None, code_file=None, venue='gh', kernel_name=None, >>> import reprexpy >>> file_path = reprexpy.reprex_ex('basic-example.py') +<<<<<<< HEAD >>> print(reprexpy.reprex(code_file=file_path, venue='so', advertise=False)) +======= + >>> print(reprexpy.reprex(code_file=file_path, venue='so', si=False, advertise=False)) +>>>>>>> 4070fe73f197a63fb6c37c0481e6b39d6e371819 # x = "hi there" y = " old friend"