Skip to content

Commit

Permalink
merge origin
Browse files Browse the repository at this point in the history
  • Loading branch information
crew102 committed Oct 25, 2018
2 parents bc88de4 + 4070fe7 commit 29ca16a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ docs:
cd docs && sphinx-build source build

dist:
rm dist/*
- rm dist/*
python setup.py sdist bdist_wheel

upload-test:
Expand Down
4 changes: 4 additions & 0 deletions reprexpy/reprex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
# <!-- language-all: lang-py -->
x = "hi there"
y = " old friend"
Expand Down

0 comments on commit 29ca16a

Please sign in to comment.