Changes¶
import matplotlib.pyplot as plt
x = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52]
y = [1, 0, 3, 0, 0, 0, 0, 9, 12, 0, 0, 0, 0, 0, 0, 2, 1, 3, 0, 0, 0, 2, 6, 0, 2, 4, 2, 1, 3, 1, 8, 0, 8, 4, 3, 0, 0, 3, 1, 0, 0, 1, 0, 2, 0, 0, 3, 4, 0, 0, 0, 0, 2]
xl = ['2022-w22', '2022-w23', '2022-w24', '2022-w25', '2022-w26', '2022-w27', '2022-w28', '2022-w29', '2022-w30', '2022-w31', '2022-w32', '2022-w33', '2022-w34', '2022-w35', '2022-w36', '2022-w37', '2022-w38', '2022-w39', '2022-w40', '2022-w41', '2022-w42', '2022-w43', '2022-w44', '2022-w45', '2022-w46', '2022-w47', '2022-w48', '2022-w49', '2022-w50', '2022-w51', '2022-w52', '2023-w01', '2023-w02', '2023-w03', '2023-w04', '2023-w05', '2023-w06', '2023-w07', '2023-w08', '2023-w09', '2023-w10', '2023-w11', '2023-w12', '2023-w13', '2023-w14', '2023-w15', '2023-w16', '2023-w17', '2023-w18', '2023-w19', '2023-w20', '2023-w21', '2023-w22']
plt.close('all')
plt.style.use('ggplot')
fig, ax = plt.subplots(nrows=1, ncols=1, figsize=(10, 4))
ax.bar(x, y)
tig = ax.get_xticks()
labs = []
for t in tig:
if t in x:
labs.append(xl[x.index(t)])
else:
labs.append("")
ax.set_xticklabels(labs)
ax.grid(True)
ax.set_title("commits")
plt.show()

List of recent changes:
# |
change number |
date |
author |
comment |
---|---|---|---|---|
3824 |
2023-05-31 |
xavier dupré |
new version |
|
3823 |
2023-05-31 |
xavier dupré |
Updates for sphinx (#387) |
|
3822 |
2023-04-24 |
xavier dupré |
update version |
|
3821 |
2023-04-24 |
xavier dupré |
fix missing variables |
|
3820 |
2023-04-24 |
xavier dupré |
update version number |
|
3819 |
2023-04-24 |
Xavier Dupré |
Fix import issue (#386) |
|
3818 |
2023-04-23 |
xavier dupré |
style |
|
3817 |
2023-04-23 |
xavier dupré |
version + style |
|
3816 |
2023-04-18 |
xavier dupré |
Fix a unit test broken with pandas 2.0 |
|
3815 |
2023-04-01 |
xavier dupré |
Fixes missing path. |
|
3814 |
2023-04-01 |
xavier dupré |
Fixes relative path in sphinx_gdot_extension |
|
3813 |
2023-03-19 |
xavier dupré |
Fixes gdot extension with missing javascript dependencies (#385) |
|
3812 |
2023-02-20 |
xavier dupré |
Update run_cmd.py |
|
3811 |
2023-02-19 |
xavier dupré |
lint |
|
3810 |
2023-02-18 |
xavier dupré |
lint |
|
3809 |
2023-02-17 |
xavier dupré |
Update _pylint_common.py |
|
3808 |
2023-01-28 |
xavier dupré |
restore missing files |
|
3807 |
2023-01-28 |
xavier dupré |
upgrade version |
|
3806 |
2023-01-28 |
xavier dupré |
Renames phdoc_static into _static (#384) |
|
3805 |
2023-01-21 |
xavier dupré |
Update test_pwd_helper.py |
|
3804 |
2023-01-20 |
xavier dupré |
catch errors |
|
3803 |
2023-01-19 |
xavier dupré |
improves unit test |
|
3802 |
2023-01-18 |
xavier dupré |
Update test_pwd_helper.py |
|
3801 |
2023-01-12 |
xavier dupré |
fix import issue |
|
3800 |
2023-01-11 |
xavier dupré |
lint |
|
3799 |
2023-01-11 |
xavier dupré |
finalize modification for sphinx 6 |
|
3798 |
2023-01-10 |
xavier dupré |
Fixes attribute source missing for sphinx>6 (#383) |
|
3797 |
2023-01-09 |
xavier dupré |
removes sphinx_rtd_theme |
|
3796 |
2023-01-09 |
xavier dupré |
Update requirements.txt |
|
3795 |
2023-01-09 |
xavier dupré |
Update requirements.txt |
|
3794 |
2023-01-09 |
xavier dupré |
update sphinx version |
|
3793 |
2023-01-01 |
xavier dupré |
Update LICENSE.txt |
|
3792 |
2023-01-01 |
xavier dupré |
version |
|
3791 |
2023-01-01 |
xavier dupré |
skip if a path is empty |
|
3790 |
2023-01-01 |
xavier dupré |
fix two unittests |
|
3789 |
2022-12-31 |
xavier dupré |
Remove broken import |
|
3788 |
2022-12-31 |
xavier dupré |
add missing options for pydata_sphinx_theme |
|
3787 |
2022-12-30 |
xavier dupré |
update extlinks value |
|
3786 |
2022-12-29 |
xavier dupré |
switch to embedded latex images |
|
3785 |
2022-12-22 |
xavier dupré |
fix paths in subgalleries |
|
3784 |
2022-12-16 |
xavier dupré |
fix a missing path |
|
3783 |
2022-12-13 |
xavier dupré |
fix math images for examples |
|
3782 |
2022-12-13 |
xavier dupré |
Update pyquick.py |
|
3781 |
2022-12-05 |
xavier dupré |
Adds parameter raise_exception to stop the execution of a notebook (#382) |
|
3780 |
2022-11-29 |
xadupre |
rename plot_width into width for bokeh |
|
3779 |
2022-11-29 |
xadupre |
remove useless test |
|
3778 |
2022-11-21 |
xavier dupré |
Update broken unit test |
|
3777 |
2022-11-21 |
xavier dupré |
update version |
|
3776 |
2022-11-21 |
Xavier Dupré |
Calls assert_allclose in assertEqualArray (#380) |
|
3775 |
2022-11-21 |
Xavier Dupré |
Updates CI to python 3.11 (#381) |
|
3774 |
2022-11-14 |
xadupre |
Update .local.jenkins.lin.yml |
|
3773 |
2022-11-14 |
xadupre |
remove unnecessary test |
|
3772 |
2022-11-01 |
xavier dupré |
lint |
|
3771 |
2022-11-01 |
xavier dupré |
Update conf.py |
|
3770 |
2022-11-01 |
xavier dupré |
Update conf.py |
|
3769 |
2022-10-31 |
xavier dupré |
clean |
|
3768 |
2022-10-31 |
xavier dupré |
Removes bokeh sphinx extension |
|
3767 |
2022-10-31 |
xavier dupré |
fix failing unit test |
|
3766 |
2022-10-30 |
xavier dupré |
update history |
|
3765 |
2022-10-30 |
xavier dupré |
Implements a function to measure the documentation (#379) |
|
3764 |
2022-09-27 |
xavier dupré |
lint |
|
3763 |
2022-09-27 |
xavier dupré |
update history |
|
3762 |
2022-09-27 |
Xavier Dupré |
Removes dependency on sphinxcontrib.imagesvg (#378) |
|
3761 |
2022-09-25 |
xavier dupré |
remove failing test |
|
3760 |
2022-09-16 |
xavier dupré |
Fixes failing unit tests (#377) |
|
3759 |
2022-09-14 |
xavier dupré |
Fixes bug when using new version of markdown (#376) |
|
3758 |
2022-07-30 |
xavier dupré |
upgrade pyquicksetup |
|
3757 |
2022-07-29 |
xavier dupré |
lint |
|
3756 |
2022-07-29 |
xavier dupré |
avoid an issue when a loop is empty |
|
3755 |
2022-07-29 |
Xavier Dupré |
Reduces the number of warnings (#375) |
|
3754 |
2022-07-29 |
Xavier Dupré |
Improves unit test summary report (#374) |
|
3753 |
2022-07-29 |
xavier dupré |
update history and version |
|
3752 |
2022-07-29 |
xavier dupré |
Improves results after running the unit tests (#373) |
|
3751 |
2022-07-27 |
xavier dupré |
fix null self.builder.env in _CustomSphinx |
|
3750 |
2022-07-27 |
xavier dupré |
Update rst_converters.py |
|
3749 |
2022-07-27 |
xavier dupré |
Update appveyor.yml |
|
3748 |
2022-07-25 |
xavier dupré |
update history |
|
3747 |
2022-07-25 |
xavier dupré |
Adds missing argument env in dummy application sphinx builder (#372) |
|
3746 |
2022-07-23 |
xavier dupré |
Update config.yml |
|
3745 |
2022-07-22 |
xavier dupré |
update version |
|
3744 |
2022-07-20 |
xadupre |
lint |
|
3743 |
2022-07-20 |
Xavier Dupré |
Improves logging calls (#371) |
|
3742 |
2022-07-20 |
xadupre |
filter out sphinx warnings |
|
3741 |
2022-07-20 |
xadupre |
Update default_filter_warning.py |
|
3740 |
2022-07-20 |
xadupre |
lint |
|
3739 |
2022-07-20 |
xavier dupré |
fix missing import |
|
3738 |
2022-07-20 |
xavier dupré |
Uses f strings (#370) |
|
3737 |
2022-06-13 |
xavier dupré |
lint |
|
3736 |
2022-06-13 |
xavier dupré |
Restores callback_begin in set_sphinx_variables |
|
3735 |
2022-06-13 |
xavier dupré |
lint |
|
3734 |
2022-06-05 |
xavier dupré |
Update conf.py |
|
3733 |
2022-06-03 |
Xavier Dupré |
Removes lint R0201 (#369) |
|
3732 |
2022-06-03 |
xavier dupré |
version |
|
3731 |
2022-06-02 |
Xavier Dupré |
Fixes class SqlLite3FileStore where multiple thread open a sqlite3 co… (#368) |
|
3730 |
2022-05-20 |
xavier dupré |
lint |
|
3729 |
2022-05-20 |
xavier dupré |
lint |
|
3727 |
2022-05-20 |
xavier dupré |
lint |
|
3726 |
2022-04-26 |
xavier dupré |
Extends sphinx quote extension. |
|
3725 |
2022-04-22 |
xavier dupré |
Updates quote sphinx extension |
|
3724 |
2022-04-20 |
xavier dupré |
version |
|
3723 |
2022-04-20 |
xavier dupré |
Extends quote extension (#365) |
|
3722 |
2022-04-20 |
xavier dupré |
Adds parameter title1 to quote directive (#364) |
|
3721 |
2022-04-19 |
xavier dupré |
Extends quote extension (sphinx) (#363) |
|
3720 |
2022-03-29 |
xadupre |
lint |
|
3719 |
2022-03-27 |
xavier dupré |
pin jinja2 to 3.0.3 |
|
3717 |
2022-03-24 |
xavier dupré |
better error message |
|
3716 |
2022-03-19 |
xavier dupré |
lint |
|
3715 |
2022-03-15 |
xavier dupré |
Simplifications (#362) |
|
3714 |
2022-03-06 |
xavier dupré |
fix unit test |
|
3713 |
2022-03-06 |
xavier dupré |
Update .local.jenkins.lin.yml |
|
3712 |
2022-03-06 |
xavier dupré |
Update setup.py |
|
3711 |
2022-02-22 |
xavier dupré |
lint |
|
3710 |
2022-02-21 |
xavier dupré |
fix missing import |
|
3709 |
2022-02-20 |
xavier dupré |
catch more exception |
|
3708 |
2022-02-15 |
xavier dupré |
deal with function with no parameter on the command line |
|
3707 |
2022-02-15 |
xavier dupré |
better error message |
|
3706 |
2022-02-13 |
xavier dupré |
disable logging for sphinx |
|
3705 |
2022-02-13 |
xavier dupré |
Update requirements.txt |
|
3704 |
2022-02-13 |
xavier dupré |
Removes logging propagation when catching it for unittest (#361) |
|
3703 |
2022-02-01 |
xavier dupré |
update requirements |
|
3702 |
2022-01-25 |
xavier dupré |
lint |
|
3701 |
2022-01-19 |
xavier dupré |
Fix a missing attribute introduced in IPython 8.0 (class MagicDiff) |
|
3700 |
2022-01-09 |
xavier dupré |
skip nbconvert version |
|
3699 |
2022-01-09 |
xavier dupré |
better error message |
|
3697 |
2021-12-30 |
xavier dupré |
upgrade version |
|
3696 |
2021-12-30 |
xavier dupré |
Switches CI to python 3.10 (#360) |
|
3695 |
2021-12-22 |
xavier dupré |
show less in default_conf.py |
|
3694 |
2021-12-15 |
xavier dupré |
Merge branch ‘master’ of https://github.com/sdpython/pyquickhelper |
|
3693 |
2021-12-15 |
xavier dupré |
missing files for the documentation |
|
3692 |
2021-12-08 |
Xavier Dupré |
Removes axes by default in plot_graphviz (#359) |
|
3691 |
2021-12-07 |
xavier dupré |
lint |
|
3690 |
2021-12-07 |
xavier dupré |
update history |
|
3689 |
2021-12-07 |
Xavier Dupré |
Add parameter callback_begin when generating the documentation (#358) |
|
3688 |
2021-12-04 |
xavier dupré |
Update default_conf.py |
|
3687 |
2021-12-01 |
xavier dupré |
Fix missing variable in plot_graphviz |
|
3686 |
2021-11-30 |
xavier dupré |
update history |
|
3685 |
2021-11-28 |
xavier dupré |
Removes setup_hook (#357) |
|
3684 |
2021-11-28 |
xavier dupré |
Fixes ExtTestCase.assertLogging (#356) |
|
3683 |
2021-11-27 |
xavier dupré |
lint |
|
3682 |
2021-11-27 |
xavier dupré |
update replacement in notebooks |
|
3681 |
2021-11-25 |
xavier dupré |
support option ax=’new’ |
|
3680 |
2021-11-24 |
xavier dupré |
Update test_imgexport.py |
|
3679 |
2021-11-24 |
xavier dupré |
Fix concat_images |
|
3678 |
2021-11-23 |
xavier dupré |
Code coverage and history |
|
3677 |
2021-11-23 |
xavier dupré |
Adds function to concatenate images (#355) |
|
3676 |
2021-11-21 |
xavier dupré |
update requirements |
|
3675 |
2021-11-21 |
xavier dupré |
fix missing import |
|
3674 |
2021-11-20 |
xavier dupré |
refactoring |
|
3673 |
2021-11-20 |
xavier dupré |
update unit test to convert notebooks |
|
3672 |
2021-11-20 |
xavier dupré |
Update notebook_runner.py |
|
3671 |
2021-11-20 |
xavier dupré |
Update default_conf.py |
|
3670 |
2021-11-20 |
xavier dupré |
add one more unit test |
|
3669 |
2021-11-20 |
xavier dupré |
Update notebook_runner.py |
|
3668 |
2021-11-20 |
xavier dupré |
Update blog_post_list.py |
|
3667 |
2021-11-20 |
xavier dupré |
code coverage |
|
3666 |
2021-11-03 |
xavier dupré |
fix import issue |
|
3665 |
2021-11-02 |
xavier dupré |
Update test_file_store_rest.py |
|
3664 |
2021-11-02 |
xavier dupré |
Update test_file_store_rest.py |
|
3663 |
2021-11-02 |
xavier dupré |
Do not import sphinx if not needed in assertLogging |
|
3662 |
2021-10-30 |
xavier dupré |
Update test_LONG_full_unit_test_module_template.py |
|
3661 |
2021-10-26 |
xavier dupré |
update version and history |
|
3660 |
2021-10-26 |
xavier dupré |
Changes to support main branch (#354) |
|
3659 |
2021-10-24 |
xavier dupré |
lint |
|
3658 |
2021-10-18 |
xavier dupré |
version |
|
3657 |
2021-10-18 |
xavier dupré |
lint |
|
3656 |
2021-10-15 |
xavier dupré |
lint |
|
3655 |
2021-10-15 |
xavier dupré |
lint |
|
3654 |
2021-10-14 |
xavier dupré |
update history |
|
3653 |
2021-10-13 |
Xavier Dupré |
Fix import issue with py36, fix a infinite loop in profiling (#353) |
|
3651 |
2021-10-12 |
Xavier Dupré |
Implements new rendering for a profiling (#352) (show call stack, json output) |
|
3650 |
2021-10-10 |
xavier dupré |
code coverage |
|
3649 |
2021-10-10 |
xavier dupré |
code coverage |
|
3648 |
2021-10-09 |
xavier dupré |
disable a couple of unit test on appveyor |
|
3647 |
2021-10-09 |
xavier dupré |
Add function profile2df (#351) |
|
3646 |
2021-10-05 |
xavier dupré |
Update yaml_helper.py |
|
3645 |
2021-10-04 |
Xavier Dupré |
Replaces an exception with an logged message (#350) |
|
3644 |
2021-10-04 |
Xavier Dupré |
Update yaml_helper.py to remove option system-site-packages if needed (#349) |
|
3643 |
2021-10-04 |
xavier dupré |
lint |
|
3642 |
2021-10-02 |
xavier dupré |
Update sphinx_main_helper.py |
|
3641 |
2021-10-02 |
xavier dupré |
update history |
|
3640 |
2021-10-02 |
xavier dupré |
Improves history rendering in markdown (#348) |
|
3639 |
2021-09-02 |
xavier dupré |
lint |
|
3638 |
2021-09-02 |
xavier dupré |
lint |
|
3637 |
2021-09-02 |
xavier dupré |
add tmpl extension |
|
3636 |
2021-09-02 |
xavier dupré |
Adds pseudo recursive getstate |
|
3635 |
2021-09-02 |
xavier dupré |
lint |
|
3634 |
2021-08-23 |
xavier dupré |
fix unit test |
|
3633 |
2021-08-23 |
xavier dupré |
lint |
|
3630 |
2021-08-19 |
xavier dupré |
travis |
|
3628 |
2021-08-18 |
xavier dupré |
Adds function to shorten big constant in unit tests |
|
3627 |
2021-08-15 |
xavier dupré |
version |
|
3626 |
2021-08-15 |
Xavier Dupré |
Improves file comparison, add magic command codediff (#345) |
|
3625 |
2021-07-25 |
xavier dupré |
lint |
|
3624 |
2021-07-25 |
xavier dupré |
Update myexample2.py due a failure in astroid (astroid.exceptions.TooManyLevelsError) (#344) |
|
3623 |
2021-07-13 |
xavier dupré |
lint |
|
3622 |
2021-07-13 |
xavier dupré |
Update HISTORY.rst |
|
3621 |
2021-07-13 |
xavier dupré |
Update for Sphinx 4.1.0 (#343) |
|
3620 |
2021-07-06 |
xavier dupré |
lint |
|
3619 |
2021-07-05 |
xavier dupré |
lint |
|
3618 |
2021-06-23 |
xavier dupré |
add hpp extension |
|
3617 |
2021-06-04 |
xavier dupré |
update history, version |
|
3616 |
2021-06-03 |
xavier dupré |
fix circleci unit test |
|
3615 |
2021-06-03 |
xavier dupré |
Fixes azure-pipelines.yml pipeline (#342) |
|
3614 |
2021-06-02 |
Jan-Benedikt Jagusch |
Only log args if they are iterable (#341) |
|
3613 |
2021-05-27 |
xavier dupré |
update travis link |
|
3612 |
2021-05-27 |
xavier dupré |
lint |
|
3611 |
2021-05-27 |
xavier dupré |
removes add_javascript, add_stylesheet |
|
3609 |
2021-05-27 |
xavier dupré |
style |
|
3608 |
2021-05-27 |
xavier dupré |
lint |
|
3607 |
2021-05-14 |
xavier dupré |
reduce the default number of builds to keep in jenkins |
|
3605 |
2021-05-10 |
xavier dupré |
lint |
|
3604 |
2021-05-10 |
xavier dupré |
lint |
|
3603 |
2021-05-10 |
xavier dupré |
Enables support for Sphinx 4.0 (#339) |
|
3602 |
2021-05-10 |
xavier dupré |
freeze sphinx version < 4.0 |
|
3601 |
2021-05-10 |
xavier dupré |
Adds a command in the setup to check url in the code or documentation (#338) |
|
3600 |
2021-05-06 |
xavier dupré |
improves behavior of blog processing |
|
3599 |
2021-05-06 |
xavier dupré |
add mp3, mp4 to the list of files to copy for the documentation |
|
3598 |
2021-05-03 |
xavier dupré |
disable one pylint warning |
|
3596 |
2021-04-21 |
xavier dupré |
Update paths where to look for graphviz |
|
3595 |
2021-04-18 |
xavier dupré |
Updates pyquicksetup to avoid subfolders starting with ‘_’ |
|
3594 |
2021-04-18 |
xavier dupré |
better messages |
|
3593 |
2021-04-17 |
xavier dupré |
Update default_filter_warning.py |
|
3592 |
2021-04-17 |
xavier dupré |
Adds function to easily store and retrieve dataframe through a REST API (#337) |
|
3591 |
2021-04-17 |
xavier dupré |
Fix an issue in pyquicksetup about github owner, improves error message |
|
3590 |
2021-04-14 |
xavier dupré |
Better error message |
|
3589 |
2021-04-12 |
xavier dupré |
Adds step write_version to upgrade version number. |
|
3588 |
2021-04-12 |
xavier dupré |
Add member body to RstBuilder to catch possible mistake in RstBuilder |
|
3587 |
2021-04-12 |
xavier dupré |
add handle for todo_node in rst builder and md builder |
|
3586 |
2021-04-12 |
xavier dupré |
Update setup.py |
|
3585 |
2021-04-11 |
xavier dupré |
Upgrade version number |
|
3584 |
2021-04-11 |
xavier dupré |
Fix missing variable name |
|
3583 |
2021-04-11 |
xavier dupré |
Improves unit tests behavior |
|
3582 |
2021-04-11 |
xavier dupré |
Better error message |
|
3581 |
2021-04-11 |
xavier dupré |
Fixes unit tests |
|
3580 |
2021-04-11 |
xavier dupré |
add test for simpl project |
|
3579 |
2021-04-11 |
xavier dupré |
Improves a couple of files |
|
3578 |
2021-04-11 |
xavier dupré |
rename |
|
3577 |
2021-04-11 |
xavier dupré |
Add simple project for unit test |
|
3576 |
2021-04-11 |
xavier dupré |
Removes a couple of versionadded, versionchanged. |
|
3575 |
2021-04-11 |
xavier dupré |
style |
|
3574 |
2021-04-11 |
xavier dupré |
Update appveyor.yml |
|
3573 |
2021-04-11 |
xavier dupré |
Create .codecov.yml |
|
3572 |
2021-04-11 |
xavier dupré |
Refactoring |
|
3571 |
2021-04-11 |
xavier dupré |
Update test_yaml.py |
|
3570 |
2021-04-11 |
xavier dupré |
ci |
|
3569 |
2021-04-10 |
xavier dupré |
Update setup.py |
|
3568 |
2021-04-10 |
xavier dupré |
Update azure-pipelines.yml |
|
3567 |
2021-04-10 |
xavier dupré |
topic and documentation |
|
3566 |
2021-04-10 |
xavier dupré |
Refactor setup.py |
|
3564 |
2021-04-09 |
xavier dupré |
Add column comment to filestore |
|
3563 |
2021-04-09 |
xavier dupré |
rename add into submit |
|
3562 |
2021-04-06 |
xavier dupré |
Adds class to store files with sqlite3, access with FastAPI (#335) |
|
3561 |
2021-04-04 |
xavier dupré |
Renames serverdoc into server (#334) |
|
3559 |
2021-04-03 |
xavier dupré |
fix error in unit test |
|
3557 |
2021-04-03 |
xavier dupré |
Update requirements.txt |
|
3554 |
2021-03-29 |
xavier dupré |
Fixes issue #332, fix style in gallery of examples (#333) |
|
3553 |
2021-03-09 |
xavier dupré |
lint |
|
3552 |
2021-03-09 |
xavier dupré |
Update test_pypi_helper.py |
|
3551 |
2021-03-09 |
xavier dupré |
Update test_pypi_helper.py |
|
3550 |
2021-03-09 |
xavier dupré |
Add option process to gdot sphinx extension |
|
3548 |
2021-03-04 |
xavier dupré |
Add scipy to epkg dictionary |
|
3547 |
2021-02-28 |
xavier dupré |
lint |
|
3546 |
2021-02-24 |
xavier dupré |
replace an error by a warning |
|
3545 |
2021-02-24 |
xavier dupré |
Add better exception. |
|
3544 |
2021-02-18 |
xavier dupré |
remove viewcode (fails) |
|
3541 |
2021-02-15 |
xavier dupré |
update documentation automation |
|
3540 |
2021-02-15 |
xavier dupré |
Fixes for sphinx 3.5 |
|
3539 |
2021-02-15 |
xavier dupré |
improve unit test |
|
3538 |
2021-02-13 |
xavier dupré |
Fixes #328, improves links in notebooks |
|
3537 |
2021-02-09 |
xavier dupré |
fix unit test |
|
3535 |
2021-02-09 |
xavier dupré |
fixes unit test |
|
3534 |
2021-02-09 |
xavier dupré |
Add option CRB to put r back in a file |
|
3533 |
2021-02-06 |
xavier dupré |
fix unit test using passwords |
|
3531 |
2021-02-06 |
xavier dupré |
extend unit test coverage |
|
3530 |
2021-01-24 |
xavier dupré |
Update .local.jenkins.lin.yml |
|
3529 |
2021-01-21 |
xavier dupré |
Improve error message |
|
3528 |
2021-01-18 |
xavier dupré |
Update setup.py |
|
3527 |
2021-01-15 |
xavier dupré |
bypass an error when graphviz is not installed |
|
3526 |
2021-01-14 |
xavier dupré |
lint |
|
3525 |
2021-01-14 |
xavier dupré |
convert a couple of errors into warnings |
|
3524 |
2021-01-14 |
xavier dupré |
Update process_notebooks_cmd.py |
|
3523 |
2021-01-14 |
xavier dupré |
Extend unit test about converting notebooks including svg |
|
3522 |
2021-01-13 |
xavier dupré |
handle one more exception in process_notebook.py |
|
3521 |
2021-01-13 |
xavier dupré |
add blog post |
|
3520 |
2021-01-13 |
xavier dupré |
update history |
|
3518 |
2021-01-11 |
xavier dupré |
Catch one more exception in unit tests |
|
3517 |
2021-01-11 |
xavier dupré |
Add more environment variables |
|
3516 |
2021-01-10 |
xavier dupré |
lint |
|
3515 |
2021-01-10 |
xavier dupré |
bypass more unit tests |
|
3514 |
2021-01-10 |
xavier dupré |
Fix missing return |
|
3513 |
2021-01-10 |
xavier dupré |
Update test_transfer_ftp_true.py |
|
3512 |
2021-01-10 |
xavier dupré |
Better handling of password in unit tests |
|
3511 |
2021-01-10 |
xavier dupré |
update unit test using passwords |
|
3510 |
2021-01-10 |
xavier dupré |
Fixes #325, use keyrings.cryptfile |
|
3509 |
2021-01-08 |
xavier dupré |
update history |
|
3508 |
2021-01-08 |
xavier dupré |
Update azure-pipelines.yml |
|
3507 |
2021-01-08 |
xavier dupré |
fix issue when running a notebook |
|
3506 |
2021-01-08 |
xavier dupré |
update CI |
|
3505 |
2021-01-08 |
xavier dupré |
Update notebook_runner.py |
|
3504 |
2021-01-02 |
xavier dupré |
Remove one line not a lint warning |
|
3503 |
2021-01-01 |
xavier dupré |
Update conf.py |
|
3502 |
2021-01-01 |
xavier dupré |
Update __init__.py |
|
3501 |
2020-12-31 |
xavier dupré |
disable one stuck test |
|
3500 |
2020-12-31 |
xavier dupré |
fix ut in circleci, azuredevops |
|
3499 |
2020-12-31 |
xavier dupré |
still circleci |
|
3498 |
2020-12-31 |
xavier dupré |
fix unit test in circleci |
|
3497 |
2020-12-31 |
xavier dupré |
Update config.yml |
|
3496 |
2020-12-31 |
xavier dupré |
fix azuredevops |
|
3495 |
2020-12-31 |
xavier dupré |
update unit tests |
|
3494 |
2020-12-31 |
xavier dupré |
upgrade version number + history |
|
3493 |
2020-12-31 |
xavier dupré |
extend code coverage |
|
3492 |
2020-12-31 |
xavier dupré |
complete migration to python 3.9 |
|
3491 |
2020-12-31 |
xavier dupré |
fix unit tests failing due to switch to python 3.9 |
|
3490 |
2020-12-31 |
xavier dupré |
Test availability on python 3.9 |
|
3489 |
2020-12-10 |
xavier dupré |
Fixes #323, add function assert_alsmot_equal_detail |
|
3488 |
2020-12-09 |
xavier dupré |
fix bug in plot_graphviz |
|
3487 |
2020-12-03 |
xavier dupré |
pylint |
|
3485 |
2020-11-15 |
xavier dupré |
Fixes #322, implements function testlog to print information |
|
3484 |
2020-11-11 |
xavier dupré |
Update appveyor.yml |
|
3483 |
2020-11-11 |
xavier dupré |
Update requirements.txt |
|
3482 |
2020-11-11 |
xavier dupré |
Fixes #320, fix notebook links to github |
|
3481 |
2020-11-11 |
xavier dupré |
extend code coverage |
|
3480 |
2020-11-11 |
xavier dupré |
Fixes #321, fix svg2png after cairosvg update |
|
3479 |
2020-11-02 |
xavier dupré |
fix pypi issue |
|
3478 |
2020-11-01 |
xavier dupré |
better error message |
|
3477 |
2020-11-01 |
xavier dupré |
call method sleep to avoid pypi issues |
|
3476 |
2020-10-23 |
xavier dupré |
update CI |
|
3475 |
2020-10-12 |
xavier dupré |
fix import issues |
|
3474 |
2020-10-12 |
xavier dupré |
Update test_download_helper.py |
|
3473 |
2020-10-12 |
xavier dupré |
Update config.yml |
|
3472 |
2020-10-12 |
xavier dupré |
Catch an exception for python 3.8 |
|
3471 |
2020-10-12 |
xavier dupré |
Fixes #318, add function to download data from urls stored in source files |
|
3470 |
2020-10-11 |
xavier dupré |
disable unit tests on CI |
|
3469 |
2020-10-11 |
xavier dupré |
Update requirements.txt |
|
3468 |
2020-10-11 |
xavier dupré |
Fixes #310, add set_password, get_password |
|
3467 |
2020-10-11 |
xavier dupré |
Fixes #312, use twine to publish a package |
|
3466 |
2020-10-10 |
xavier dupré |
pylint |
|
3465 |
2020-09-30 |
xavier dupré |
Update test_module_c.py |
|
3464 |
2020-09-30 |
xavier dupré |
Update test_module_c.py |
|
3463 |
2020-09-30 |
xavier dupré |
Fixes #317, fLOG returns the first printed object |
|
3462 |
2020-09-23 |
xavier dupré |
Removes None value at the first row when converting a notebook in RST (nbconvert >= 6.0) |
|
3461 |
2020-09-23 |
xavier dupré |
better error message |
|
3460 |
2020-09-23 |
xavier dupré |
Better error message |
|
3459 |
2020-09-23 |
xavier dupré |
improves notebook conversion |
|
3458 |
2020-09-23 |
xavier dupré |
fix issue with none values |
|
3457 |
2020-09-23 |
xavier dupré |
More logs when converting a notebook into rst |
|
3456 |
2020-09-22 |
xavier dupré |
Update appveyor.yml |
|
3455 |
2020-09-22 |
xavier dupré |
Catch none value |
|
3454 |
2020-09-22 |
xavier dupré |
Fixes #316, fix image pattern with * in documentation |
|
3453 |
2020-09-20 |
xavier dupré |
update dependencies |
|
3452 |
2020-09-20 |
xavier dupré |
pylint |
|
3451 |
2020-09-14 |
xavier dupré |
Calls _process_notebooks_in_private_cmd instead of _process_notebooks_in_private for HTML format |
|
3450 |
2020-09-14 |
xavier dupré |
better error message |
|
3449 |
2020-09-14 |
xavier dupré |
Update requirements.txt |
|
3448 |
2020-09-14 |
xavier dupré |
Changes template to use when converting a notebook |
|
3447 |
2020-09-05 |
xavier dupré |
Update package.json |
|
3446 |
2020-09-05 |
xavier dupré |
update reveal.js |
|
3445 |
2020-09-05 |
xavier dupré |
blog post |
|
3444 |
2020-08-30 |
xavier dupré |
Update test_LONG_full_unit_test_module_template.py |
|
3443 |
2020-08-30 |
xavier dupré |
refactoring, better test |
|
3442 |
2020-08-28 |
xavier dupré |
remove ‘W0707’, ‘R1725’ |
|
3441 |
2020-08-27 |
xavier dupré |
Update test_templating.py |
|
3440 |
2020-08-27 |
xavier dupré |
pylint |
|
3439 |
2020-08-12 |
xavier dupré |
Update sphinx_gdot_extension.py |
|
3438 |
2020-08-12 |
xavier dupré |
better handling of a permission error |
|
3437 |
2020-08-10 |
xavier dupré |
Create 2020-08-11_traceback.rst |
|
3436 |
2020-08-10 |
xavier dupré |
disable unit test on macosx |
|
3435 |
2020-08-10 |
xavier dupré |
Update azure-pipelines.yml |
|
3434 |
2020-08-10 |
xavier dupré |
Create 2020-08-10_pybind11_sphinx.rst |
|
3433 |
2020-08-09 |
xavier dupré |
Update config.yml |
|
3432 |
2020-08-09 |
xavier dupré |
Update config.yml |
|
3431 |
2020-08-09 |
xavier dupré |
removes napoleon extension |
|
3430 |
2020-07-26 |
xavier dupré |
replace * by = in main notebook title |
|
3429 |
2020-07-21 |
xavier dupré |
add method hasnonan to ExtTestCase |
|
3428 |
2020-07-19 |
xavier dupré |
Update my-styles.css |
|
3427 |
2020-07-17 |
xavier dupré |
First change for #308. |
|
3426 |
2020-07-17 |
xavier dupré |
Update test_runpython_extension_toggle.py |
|
3425 |
2020-07-17 |
xavier dupré |
add option linenos to run_python, better highlightning |
|
3424 |
2020-07-14 |
xavier dupré |
code coverage |
|
3423 |
2020-07-14 |
xavier dupré |
Add coding: utf-8 in runpython |
|
3422 |
2020-07-12 |
xavier dupré |
code coverage |
|
3421 |
2020-07-12 |
xavier dupré |
go through blog post in order |
|
3420 |
2020-07-10 |
xavier dupré |
code coverage |
|
3419 |
2020-07-09 |
xavier dupré |
update history |
|
3418 |
2020-07-07 |
xavier dupré |
Fixes #307, add function to draw a dot graph in a graph |
|
3417 |
2020-07-02 |
xavier dupré |
Update default_conf.py |
|
3416 |
2020-06-29 |
xavier dupré |
Fixes #306, removes numpydoc added by default |
|
3415 |
2020-06-26 |
xavier dupré |
code coverage |
|
3414 |
2020-06-26 |
xavier dupré |
code coverage |
|
3413 |
2020-06-26 |
xavier dupré |
pep8 |
|
3411 |
2020-06-23 |
xavier dupré |
update CI |
|
3410 |
2020-06-23 |
xavier dupré |
Fixes #305, improves docassert sphinx extension |
|
3409 |
2020-06-23 |
xavier dupré |
fix unit tests |
|
3408 |
2020-06-23 |
xavier dupré |
add more unit tests to check how parameters are checked |
|
3407 |
2020-06-22 |
xavier dupré |
Update requirements.txt |
|
3405 |
2020-06-21 |
xavier dupré |
pep8 |
|
3404 |
2020-06-20 |
xavier dupré |
improves code coverage |
|
3403 |
2020-06-20 |
xavier dupré |
Update my-styles.css |
|
3402 |
2020-06-19 |
xavier dupré |
add new badge |
|
3401 |
2020-06-15 |
xavier dupré |
Update sphinxm_convert_doc_sphinx_helper.py |
|
3400 |
2020-06-15 |
xavier dupré |
Update test_tocdelay_extension.py |
|
3399 |
2020-06-14 |
xavier dupré |
update unit tests afte updating sphinx |
|
3398 |
2020-06-08 |
xavier dupré |
code coverage |
|
3397 |
2020-06-08 |
xavier dupré |
update history |
|
3396 |
2020-06-08 |
xavier dupré |
Fixes #304, add ignore_warnings |
|
3395 |
2020-06-07 |
xavier dupré |
disable one warning |
|
3394 |
2020-06-03 |
xavier dupré |
pep8 |
|
3393 |
2020-06-03 |
xavier dupré |
Fixes #303, add parameter squeeze to assertEqualArray |
|
3392 |
2020-06-03 |
xavier dupré |
better error message |
|
3391 |
2020-06-03 |
xavier dupré |
better error messages |
|
3389 |
2020-05-25 |
xavier dupré |
Update requirements.txt |
|
3388 |
2020-05-24 |
xavier dupré |
pep8 |
|
3387 |
2020-05-21 |
xavier dupré |
pep8 |
|
3386 |
2020-05-16 |
xavier dupré |
pep8 |
|
3385 |
2020-05-16 |
xavier dupré |
Create MANIFEST.in |
|
3383 |
2020-05-10 |
xavier dupré |
fix travis issue |
|
3382 |
2020-05-10 |
xavier dupré |
Enables a test on circleci, travis |
|
3381 |
2020-05-10 |
xavier dupré |
Fixes #302, #301, implements assertLogging, assertWarning |
|
3380 |
2020-05-10 |
xavier dupré |
Update test_transfer_ftp_true.py |
|
3379 |
2020-05-10 |
xavier dupré |
improve code coverage |
|
3378 |
2020-05-08 |
xavier dupré |
improves code coverage |
|
3377 |
2020-05-08 |
xavier dupré |
pep8 |
|
3376 |
2020-05-08 |
xavier dupré |
Update test_yaml_jenkins.py |
|
3375 |
2020-05-08 |
xavier dupré |
Update test_yaml_jenkins.py |
|
3374 |
2020-05-08 |
xavier dupré |
fix appveyor build |
|
3373 |
2020-05-02 |
xavier dupré |
documentation, cli |
|
3372 |
2020-05-02 |
xavier dupré |
Fixes #300, replace docutils by fire for command lines |
|
3371 |
2020-05-01 |
xavier dupré |
Update default_conf.py |
|
3370 |
2020-04-27 |
xavier dupré |
Update sphinx_template_extension.py |
|
3369 |
2020-04-25 |
xavier dupré |
Update azure-pipelines.yml |
|
3368 |
2020-04-25 |
xavier dupré |
Update azure-pipelines.yml |
|
3367 |
2020-04-24 |
xavier dupré |
Update default_conf.py |
|
3366 |
2020-04-24 |
xavier dupré |
update documentation version |
|
3365 |
2020-04-24 |
xavier dupré |
Add more exception when building the history |
|
3364 |
2020-04-22 |
xavier dupré |
Update azure-pipelines.yml |
|
3363 |
2020-04-07 |
xavier dupré |
Fixes #298, bring code for CustomSingleFileHTMLBuilder |
|
3362 |
2020-04-06 |
xavier dupré |
disable documentation |
|
3361 |
2020-04-06 |
xavier dupré |
disable one test on circleci |
|
3360 |
2020-04-06 |
xavier dupré |
fix history |
|
3359 |
2020-04-06 |
xavier dupré |
Fixes #206, revisit bokeh extension |
|
3358 |
2020-04-06 |
xavier dupré |
Other fixes for #297, sphinx==3.0.0 |
|
3357 |
2020-04-06 |
xavier dupré |
Fixes #297, import issue with sphinx==3.0.0 |
|
3355 |
2020-03-31 |
xavier dupré |
pep8 |
|
3354 |
2020-03-28 |
xavier dupré |
Overwrites method assertIn |
|
3353 |
2020-03-17 |
xavier dupré |
Fix bug when modifying __init__.py |
|
3352 |
2020-03-16 |
xavier dupré |
Update __init__.py |
|
3351 |
2020-03-16 |
xavier dupré |
update version number |
|
3350 |
2020-03-16 |
xavier dupré |
Fixes version number to include the thrid number |
|
3349 |
2020-03-12 |
xavier dupré |
update version number |
|
3348 |
2020-03-12 |
xavier dupré |
Fix setup_helper.py |
|
3347 |
2020-03-12 |
xavier dupré |
Better guess for module name |
|
3346 |
2020-03-12 |
xavier dupré |
Fix bokeh failure after bokeh update |
|
3345 |
2020-03-12 |
xavier dupré |
Fixes #296, modifies __init__.py with git version number |
|
3344 |
2020-02-28 |
xavier dupré |
Fixes #295, improve import time of pycode |
|
3343 |
2020-02-26 |
xavier dupré |
better error message when it fails |
|
3342 |
2020-02-24 |
xavier dupré |
fix unit test after update of local jenkins.yml |
|
3341 |
2020-02-24 |
xavier dupré |
Update .local.jenkins.lin.yml |
|
3340 |
2020-02-23 |
xavier dupré |
Update .local.jenkins.lin.yml |
|
3339 |
2020-02-20 |
xavier dupré |
update history |
|
3338 |
2020-02-20 |
xavier dupré |
Fixes #294, rename command line into convert_notebook |
|
3337 |
2020-02-20 |
xavier dupré |
Update HISTORY.rst |
|
3336 |
2020-02-20 |
xavier dupré |
fix notebook conversion and execution |
|
3335 |
2020-02-20 |
xavier dupré |
update notebook and setup |
|
3334 |
2020-02-20 |
xavier dupré |
Update notebook_runner.py |
|
3333 |
2020-02-20 |
xavier dupré |
Update config.yml |
|
3332 |
2020-02-20 |
xavier dupré |
Fix bug introduced by previous commit |
|
3331 |
2020-02-19 |
xavier dupré |
removes some specific code added for older version of ipython |
|
3330 |
2020-02-19 |
xavier dupré |
Fixes #292, add command to run notebook |
|
3329 |
2020-02-19 |
xavier dupré |
Update sphinxm_convert_doc_sphinx_helper.py |
|
3328 |
2020-02-19 |
xavier dupré |
pep8 |
|
3327 |
2020-02-14 |
xavier dupré |
Update test_history_helper.py |
|
3326 |
2020-02-14 |
xavier dupré |
Improves one error message |
|
3325 |
2020-02-12 |
xavier dupré |
Fix a bug in latex (improve postprocess) |
|
3324 |
2020-02-12 |
xavier dupré |
removes annotations |
|
3323 |
2020-02-12 |
xavier dupré |
remove annotation |
|
3322 |
2020-02-12 |
xavier dupré |
pep8 |
|
3321 |
2020-02-12 |
xavier dupré |
Changes default loader for yaml |
|
3320 |
2020-02-12 |
xavier dupré |
Removes ie_layout_html |
|
3319 |
2020-02-12 |
xavier dupré |
update jenkins jobs fir the latest virtualenv |
|
3318 |
2020-02-12 |
xavier dupré |
Fix bug in rst builder |
|
3317 |
2020-02-12 |
xavier dupré |
Improves sphinx rst builder |
|
3316 |
2020-02-12 |
xavier dupré |
Fix issues with tables in sphinx builders |
|
3315 |
2020-02-12 |
xavier dupré |
Fixes #291, remove circular references |
|
3314 |
2020-02-12 |
xavier dupré |
fix appveyor |
|
3313 |
2020-02-07 |
xavier dupré |
add pip upgrade pip in local yml jobs |
|
3312 |
2020-02-02 |
xavier dupré |
Fixes #290, issue with set_option |
|
3311 |
2020-02-02 |
xavier dupré |
Fixes #290, class BenchMark with pandas.set_option |
|
3310 |
2020-01-14 |
xavier dupré |
Fixes #289, preprocess notebook before conversion |
|
3309 |
2020-01-10 |
xavier dupré |
Update notebook_with_svg.ipynb |
|
3308 |
2020-01-10 |
xavier dupré |
update notebooks |
|
3307 |
2020-01-10 |
xavier dupré |
update nbconvert format |
|
3306 |
2020-01-10 |
xavier dupré |
fix misspelling |
|
3305 |
2020-01-10 |
xavier dupré |
Replace “nbformat_minor”: 1 by “nbformat_minor”: 4 (does not allow _ in cell type) |
|
3304 |
2020-01-06 |
xavier dupré |
better error message |
|
3303 |
2020-01-03 |
xavier dupré |
Update appveyor.yml |
|
3302 |
2020-01-03 |
xavier dupré |
Update appveyor.yml |
|
3301 |
2020-01-03 |
xavier dupré |
fix job update_modules |
|
3300 |
2020-01-03 |
xavier dupré |
fix job update_modules (jenkins) |
|
3299 |
2020-01-02 |
xavier dupré |
Update test_module_c.py |
|
3298 |
2020-01-02 |
xavier dupré |
Update HISTORY.rst |
|
3297 |
2020-01-02 |
xavier dupré |
Fix unit tests with jenkins |
|
3296 |
2020-01-02 |
xavier dupré |
Fixes #288, issues with python 3.8 and jenkins |
|
3295 |
2020-01-02 |
xavier dupré |
Fixes for python 3.8 |
|
3294 |
2020-01-02 |
xavier dupré |
update CI |
|
3293 |
2020-01-02 |
xavier dupré |
fix unit test for python 3.8 |
|
3292 |
2020-01-02 |
xavier dupré |
update for python 3.8 |
|
3291 |
2020-01-02 |
xavier dupré |
update license and build |
|
3290 |
2019-12-18 |
xavier dupré |
Fix false positive when pyinstrument is used in a notebook |
|
3289 |
2019-12-16 |
xavier dupré |
pep8 |
|
3288 |
2019-12-16 |
xavier dupré |
fix failing unit tests |
|
3287 |
2019-12-16 |
xavier dupré |
Fixes #287, update for coverage 5.0 |
|
3286 |
2019-12-16 |
xavier dupré |
update coverage |
|
3285 |
2019-12-16 |
xavier dupré |
update data |
|
3284 |
2019-12-16 |
xavier dupré |
new coverage report |
|
3283 |
2019-12-16 |
xavier dupré |
cleaning |
|
3282 |
2019-12-16 |
xavier dupré |
Fixes #286, fix pyquickhelper for sphinx 2.3.0, removes support for sphinx < 1.8 |
|
3280 |
2019-12-12 |
xavier dupré |
Fix failing unit tests |
|
3279 |
2019-12-12 |
xavier dupré |
reduce the number of added missing ids |
|
3278 |
2019-12-12 |
xavier dupré |
Add missing ids when interpreting sphinx |
|
3277 |
2019-12-12 |
xavier dupré |
catch errors in matplotlib directive |
|
3276 |
2019-12-08 |
xavier dupré |
Fixes #285, ftp + keyring |
|
3275 |
2019-12-06 |
xavier dupré |
Fix a couple of bugs in postconstents, githublink |
|
3272 |
2019-11-25 |
xavier dupré |
Fixes #284, add untar_files |
|
3271 |
2019-11-25 |
xavier dupré |
Fixes #283, command line to publish through ftp |
|
3270 |
2019-11-22 |
xavier dupré |
skip one unit test on travis |
|
3269 |
2019-11-22 |
xavier dupré |
Fixes #282, repeat function or script execution |
|
3268 |
2019-11-12 |
xavier dupré |
Update post_process.py |
|
3267 |
2019-11-12 |
xavier dupré |
removes the use of package fontspec in latex |
|
3266 |
2019-11-11 |
xavier dupré |
better error message |
|
3265 |
2019-11-11 |
xavier dupré |
update history |
|
3264 |
2019-11-11 |
xavier dupré |
Fix nbconvert issues |
|
3263 |
2019-11-11 |
xavier dupré |
remove the use of parskip |
|
3262 |
2019-11-11 |
xavier dupré |
blog post |
|
3261 |
2019-11-11 |
xavier dupré |
CI documentation |
|
3260 |
2019-11-11 |
xavier dupré |
remove unused parts |
|
3259 |
2019-11-11 |
xavier dupré |
Remove specific version of pylzma |
|
3258 |
2019-11-11 |
xavier dupré |
switch beck to regular nbconvert |
|
3257 |
2019-11-11 |
xavier dupré |
update CI |
|
3256 |
2019-11-11 |
xavier dupré |
update unit test after nbconvert update |
|
3255 |
2019-11-11 |
xavier dupré |
fix CI |
|
3254 |
2019-11-11 |
xavier dupré |
update and clean unit test after an update of nbconvert |
|
3253 |
2019-11-10 |
xavier dupré |
Fixes unittsts for #280 |
|
3252 |
2019-11-10 |
xavier dupré |
Removes wrong import for #280 |
|
3251 |
2019-11-10 |
xavier dupré |
Fixes #280, removes conversion to nbpresent |
|
3250 |
2019-11-10 |
xavier dupré |
Update venv_helper.py |
|
3249 |
2019-11-07 |
xavier dupré |
Update utils_sphinx_doc.py |
|
3248 |
2019-11-06 |
xavier dupré |
fix CI and history |
|
3247 |
2019-11-06 |
xavier dupré |
Fixes #279, assertSparseEqualArray |
|
3246 |
2019-11-06 |
xavier dupré |
Merge pull request #277 from ABOTlegacy/spelling-grammar-doc-fixs |
|
3245 |
2019-11-04 |
xavier dupré |
Fixes #278, images2pdf |
|
3244 |
2019-11-04 |
xavier dupré |
Fix for azure devops |
|
3243 |
2019-11-01 |
abotlegacy |
Grammar and spelling fixes. |
|
3242 |
2019-10-25 |
xavier dupré |
Fixes #276, make white transparent in an image |
|
3240 |
2019-10-21 |
xavier dupré |
Update HISTORY.rst |
|
3239 |
2019-10-21 |
xavier dupré |
fix jenkins |
|
3238 |
2019-10-21 |
xavier dupré |
Update test_yaml.py |
|
3237 |
2019-10-21 |
xavier dupré |
Update .local.jenkins.lin.yml |
|
3236 |
2019-10-17 |
xavier dupré |
Update insetup_helper.py |
|
3235 |
2019-10-17 |
xavier dupré |
Update .local.jenkins.lin.bug.yml |
|
3234 |
2019-10-11 |
xavier dupré |
Skip E731 |
|
3233 |
2019-10-09 |
xavier dupré |
Fixes #255, add six to the list of ignored module in _filter_out_warning |
|
3232 |
2019-09-30 |
xavier dupré |
reduce requirements |
|
3231 |
2019-09-27 |
xavier dupré |
Update appveyor.yml |
|
3230 |
2019-09-26 |
xavier dupré |
Disable logging when registered a sphinx extension |
|
3229 |
2019-09-25 |
xavier dupré |
pep8 |
|
3228 |
2019-09-23 |
xavier dupré |
update label in df2rst when they contain dot |
|
3227 |
2019-09-22 |
xavier dupré |
Update HISTORY.rst |
|
3226 |
2019-09-22 |
xavier dupré |
Add parameter min_size. |
|
3225 |
2019-09-22 |
xavier dupré |
disable a couple of unit test on appveyor |
|
3224 |
2019-09-22 |
xavier dupré |
Update test_notebooks_exporter.py |
|
3223 |
2019-09-21 |
xavier dupré |
Update test_transfer_ftp_true.py |
|
3222 |
2019-09-21 |
xavier dupré |
Better consistency between FTP and SFTP |
|
3221 |
2019-09-20 |
xavier dupré |
catch another exception |
|
3220 |
2019-09-20 |
xavier dupré |
Fix remaining bugs for sftp |
|
3219 |
2019-09-19 |
xavier dupré |
Fixes for SFTP and mocking |
|
3218 |
2019-09-19 |
xavier dupré |
Documentation, removes a couple of issues |
|
3217 |
2019-09-19 |
xavier dupré |
fix sftp transfer |
|
3216 |
2019-09-19 |
xavier dupré |
Update ftp_transfer.py |
|
3215 |
2019-09-19 |
xavier dupré |
Update ftp_transfer.py |
|
3214 |
2019-09-19 |
xavier dupré |
back to a lambda function |
|
3213 |
2019-09-19 |
xavier dupré |
fix ftp mocking |
|
3212 |
2019-09-19 |
xavier dupré |
enable protocol SFTP |
|
3211 |
2019-09-16 |
xavier dupré |
add argument label_pattern to df2rst |
|
3210 |
2019-09-15 |
xavier dupré |
fix missing logo |
|
3209 |
2019-09-12 |
xavier dupré |
disable documentation on azure pipeline |
|
3208 |
2019-09-07 |
xavier dupré |
Allow column_size to be a dictionary (rewrite a column size) |
|
3207 |
2019-09-06 |
xavier dupré |
improves rendering of df2rst by filtering out empty rows |
|
3206 |
2019-09-06 |
xavier dupré |
df2rst: add more unit test, handle :ref: in title section |
|
3205 |
2019-09-05 |
xavier dupré |
Update azure-pipelines.yml |
|
3204 |
2019-09-05 |
xavier dupré |
Update appveyor.yml |
|
3203 |
2019-09-05 |
xavier dupré |
Fixes #272, add split_col to function df2rst |
|
3202 |
2019-09-05 |
xavier dupré |
update appveyor |
|
3201 |
2019-09-05 |
xavier dupré |
Fixes #271, add parameter split to function df2rst |
|
3199 |
2019-09-02 |
xavier dupré |
fix scale issue |
|
3198 |
2019-09-02 |
xavier dupré |
Fixes #270, function to zoom_in + cli |
|
3197 |
2019-09-01 |
xavier dupré |
Fixes #269, fix github links |
|
3196 |
2019-09-01 |
xavier dupré |
impose a lambda function |
|
3195 |
2019-08-27 |
xavier dupré |
Fixes #268, better bool handling in create_cli_parser |
|
3194 |
2019-08-26 |
xavier dupré |
Update README.rst |
|
3193 |
2019-08-26 |
xavier dupré |
hides irrelevant errors when showing the result of a command line in the documentation |
|
3192 |
2019-08-26 |
xavier dupré |
Update HISTORY.rst |
|
3191 |
2019-08-26 |
xavier dupré |
Fixes #267, add parameter to skip issues when building the history |
|
3190 |
2019-08-25 |
xavier dupré |
Fixes #266, possibility to change jenkins server url form the command line |
|
3189 |
2019-08-23 |
xavier dupré |
Update README.rst |
|
3187 |
2019-08-02 |
xavier dupré |
Fix path when dumping notebook coverage |
|
3186 |
2019-08-02 |
xavier dupré |
Update HISTORY.rst |
|
3185 |
2019-08-02 |
xavier dupré |
implements #264, add function unittest_require_at_lest |
|
3184 |
2019-08-01 |
xavier dupré |
Update appveyor.yml |
|
3183 |
2019-07-30 |
xavier dupré |
Fixes #263, skip plotly cells when extracting a snippet of a notebook |
|
3182 |
2019-07-21 |
xavier dupré |
Update appveyor.yml |
|
3181 |
2019-07-19 |
xavier dupré |
new links |
|
3180 |
2019-07-17 |
xavier dupré |
update doc |
|
3179 |
2019-07-17 |
xavier dupré |
add unknown_departure to sphinx_rst_builder |
|
3178 |
2019-07-17 |
xavier dupré |
documentation, fix sphinx_rst_builder |
|
3176 |
2019-07-17 |
xavier dupré |
Update test_exref_extension.py |
|
3175 |
2019-07-17 |
xavier dupré |
Fixes #262, issue with jupyter_sphinx |
|
3174 |
2019-07-14 |
xavier dupré |
blog post |
|
3173 |
2019-07-13 |
xavier dupré |
Update appveyor.yml |
|
3172 |
2019-07-13 |
xavier dupré |
Update requirements.txt |
|
3171 |
2019-07-13 |
xavier dupré |
better coverage tuning |
|
3170 |
2019-07-09 |
xavier dupré |
Fixes #261, add option store_in_file to runpython |
|
3169 |
2019-07-09 |
xavier dupré |
Update sphinx_runpython_extension.py |
|
3168 |
2019-07-07 |
xavier dupré |
Update test_profiling.py |
|
3167 |
2019-07-05 |
xavier dupré |
Fixes #260, use of pyinstrument for profiling |
|
3166 |
2019-07-03 |
xavier dupré |
better error message |
|
3165 |
2019-07-01 |
xavier dupré |
Update my-styles.css |
|
3164 |
2019-06-30 |
xavier dupré |
fix misspelling |
|
3163 |
2019-06-30 |
xavier dupré |
add parameter replacements in df2rst |
|
3162 |
2019-06-29 |
xavier dupré |
update history |
|
3161 |
2019-06-28 |
xavier dupré |
Fixes #259, unit test with capturing stdout, stderr |
|
3160 |
2019-06-27 |
xavier dupré |
Fixes #258, add parameters cls and positional to create_cli_parser |
|
3159 |
2019-06-22 |
xavier dupré |
improve conversion to rst |
|
3158 |
2019-06-21 |
xavier dupré |
df2rst, nan as empty strings |
|
3157 |
2019-06-19 |
xavier dupré |
catch logging, fix missing folder |
|
3156 |
2019-06-19 |
xavier dupré |
support local file viz.js for gdot extension |
|
3155 |
2019-06-18 |
xavier dupré |
better error message, fix location of notebooks dumps |
|
3154 |
2019-06-18 |
xavier dupré |
Update HISTORY.rst |
|
3153 |
2019-06-18 |
xavier dupré |
Fixes #254, dot + vis.js |
|
3152 |
2019-06-17 |
xavier dupré |
remove one warning |
|
3151 |
2019-06-16 |
xavier dupré |
fix issue with default value |
|
3150 |
2019-06-16 |
xavier dupré |
Fixes #253, improves link in exreflist |
|
3149 |
2019-06-15 |
xavier dupré |
Fixes #252, expose parameter fexclude when building the documentation |
|
3148 |
2019-06-14 |
xavier dupré |
fix unit test |
|
3147 |
2019-06-14 |
xavier dupré |
improves function profile |
|
3146 |
2019-06-11 |
xavier dupré |
fix unit test |
|
3145 |
2019-06-11 |
xavier dupré |
Update .local.jenkins.lin.yml |
|
3144 |
2019-06-09 |
xavier dupré |
Update test_notebook_extension.py |
|
3143 |
2019-06-07 |
xavier dupré |
Update azure-pipelines.yml |
|
3142 |
2019-06-05 |
xavier dupré |
fix CI azure devops |
|
3141 |
2019-06-04 |
xavier dupré |
Update HISTORY.rst |
|
3140 |
2019-06-04 |
xavier dupré |
Update .travis.yml |
|
3139 |
2019-06-04 |
xavier dupré |
Fixes #250, fix sphinx to 2.1 |
|
3138 |
2019-06-04 |
xavier dupré |
improves robustness |
|
3137 |
2019-06-03 |
xavier dupré |
improves error message |
|
3136 |
2019-06-03 |
xavier dupré |
Fixes #250, issues with sphinx 2.1 |
|
3135 |
2019-05-27 |
xavier dupré |
Update HISTORY.rst |
|
3133 |
2019-05-25 |
xavier dupré |
convert profile results into dataframes |
|
3132 |
2019-05-25 |
xavier dupré |
move profing function in a separate file |
|
3131 |
2019-05-19 |
xavier dupré |
Update _pylint_common.py |
|
3130 |
2019-05-17 |
xavier dupré |
CI |
|
3129 |
2019-05-09 |
xavier dupré |
Update process_notebooks.py |
|
3128 |
2019-05-05 |
xavier dupré |
Update test_yaml.py |
|
3127 |
2019-05-05 |
xavier dupré |
update CI |
|
3126 |
2019-05-05 |
xavier dupré |
Fixes #248, add numpy_precision for runpython |
|
3125 |
2019-05-04 |
xavier dupré |
Update sphinx_blocref_extension.py |
|
3124 |
2019-05-04 |
xavier dupré |
Update sphinx_blocref_extension.py |
|
3123 |
2019-05-04 |
xavier dupré |
Update test_yaml.py |
|
3122 |
2019-05-04 |
xavier dupré |
better exception message |
|
3121 |
2019-04-30 |
xavier dupré |
fix indentation |
|
3120 |
2019-04-30 |
xavier dupré |
remove one possible cause of exception |
|
3119 |
2019-04-30 |
xavier dupré |
add an exception |
|
3118 |
2019-04-25 |
xavier dupré |
pep8 |
|
3117 |
2019-04-25 |
xavier dupré |
Fixes #247, first step |
|
3116 |
2019-04-25 |
xavier dupré |
switch to history from a command line |
|
3115 |
2019-04-25 |
xavier dupré |
Add parameter check in call_setup_hook_cmd. |
|
3114 |
2019-04-25 |
xavier dupré |
Fixes for #246 |
|
3113 |
2019-04-25 |
xavier dupré |
Fixes a crash issue with pandas |
|
3112 |
2019-04-25 |
xavier dupré |
pep8 |
|
3111 |
2019-04-25 |
xavier dupré |
Fixes for #246, checks whether src is used or not |
|
3110 |
2019-04-25 |
xavier dupré |
Fix unit test for #246 |
|
3109 |
2019-04-25 |
xavier dupré |
Fixes #246, support projects with no src folder |
|
3108 |
2019-04-25 |
xavier dupré |
enable package without src folder |
|
3107 |
2019-04-23 |
xavier dupré |
better error message |
|
3106 |
2019-04-23 |
xavier dupré |
Update test_check_pep8_sample.py |
|
3105 |
2019-04-16 |
xavier dupré |
fix missing module in requirements |
|
3104 |
2019-04-16 |
xavier dupré |
update documentation style |
|
3103 |
2019-04-07 |
xavier dupré |
pep8 |
|
3102 |
2019-04-06 |
xavier dupré |
Update test_SKIP_github_api.py |
|
3101 |
2019-04-06 |
xavier dupré |
Update test_SKIP_github_api.py |
|
3100 |
2019-04-06 |
xavier dupré |
documentation, fix broken link |
|
3099 |
2019-04-06 |
xavier dupré |
Fixes #50, #51, command line to run a notebook, add a warning if output is empty for cmdref |
|
3098 |
2019-04-04 |
xavier dupré |
copies extensions .pyx as well |
|
3097 |
2019-04-02 |
xavier dupré |
fix path when import conf.py |
|
3096 |
2019-04-02 |
xavier dupré |
removes unused code |
|
3095 |
2019-04-01 |
xavier dupré |
Update sphinx_blog_extension.py |
|
3094 |
2019-03-31 |
xavier dupré |
disable support for sphinx 1.7 |
|
3093 |
2019-03-31 |
xavier dupré |
fix for sphinx 1.7 |
|
3092 |
2019-03-31 |
xavier dupré |
Update test_call_setup_hook.py |
|
3091 |
2019-03-31 |
xavier dupré |
fixes for sphinx 1.7 |
|
3090 |
2019-03-31 |
xavier dupré |
update for sphinx 1.7 |
|
3089 |
2019-03-31 |
xavier dupré |
delay import |
|
3088 |
2019-03-31 |
xavier dupré |
update for sphinx 1.7 |
|
3087 |
2019-03-31 |
xavier dupré |
Update sphinxm_convert_doc_sphinx_helper.py |
|
3086 |
2019-03-31 |
xavier dupré |
Update sphinxm_convert_doc_sphinx_helper.py |
|
3085 |
2019-03-30 |
xavier dupré |
fixes for sphinx 1.7, 1.8 |
|
3084 |
2019-03-30 |
xavier dupré |
update jenkins jobs |
|
3083 |
2019-03-30 |
xavier dupré |
fixes for sphinx 1.8 |
|
3082 |
2019-03-30 |
xavier dupré |
Fix for sphinx 1.8 |
|
3081 |
2019-03-30 |
xavier dupré |
fix CI |
|
3080 |
2019-03-30 |
xavier dupré |
add permissive import |
|
3079 |
2019-03-30 |
xavier dupré |
update CI |
|
3078 |
2019-03-30 |
xavier dupré |
Removes any app.info |
|
3077 |
2019-03-30 |
xavier dupré |
Other fix for #245 |
|
3076 |
2019-03-30 |
xavier dupré |
Other fixes for #245 |
|
3075 |
2019-03-30 |
xavier dupré |
Fixes #245, sphinx 2.0 |
|
3074 |
2019-03-30 |
xavier dupré |
remove domains from the list of default parameters |
|
3073 |
2019-03-29 |
xavier dupré |
Removes recursive affectation |
|
3070 |
2019-03-26 |
xavier dupré |
skips history with title [removed] or [WIP] |
|
3069 |
2019-03-26 |
xavier dupré |
Update HISTORY.rst |
|
3068 |
2019-03-25 |
xavier dupré |
better help message for the setup |
|
3067 |
2019-03-25 |
xavier dupré |
fixes missing names, skip lines marked with # noqa |
|
3066 |
2019-03-25 |
xavier dupré |
disable copy of sphinx template |
|
3065 |
2019-03-23 |
xavier dupré |
minor fixes for sphinx |
|
3064 |
2019-03-23 |
xavier dupré |
history |
|
3063 |
2019-03-23 |
xavier dupré |
disable unit test on appveyor |
|
3062 |
2019-03-23 |
xavier dupré |
fix coverage report |
|
3061 |
2019-03-23 |
xavier dupré |
Update test_LONG_full_unit_test_module_template.py |
|
3060 |
2019-03-23 |
xavier dupré |
fix missing variable |
|
3059 |
2019-03-23 |
xavier dupré |
documentation, update unit test |
|
3058 |
2019-03-23 |
xavier dupré |
Update coverage_helper.py |
|
3057 |
2019-03-23 |
xavier dupré |
Update test_LONG_full_unit_test_module_template.py |
|
3056 |
2019-03-23 |
xavier dupré |
Fixes a couple of bugs during documentation generation |
|
3055 |
2019-03-23 |
xavier dupré |
a few fixes |
|
3054 |
2019-03-23 |
xavier dupré |
Update coverage_helper.py |
|
3053 |
2019-03-23 |
xavier dupré |
Update coverage_helper.py |
|
3052 |
2019-03-23 |
xavier dupré |
more information for a failure |
|
3051 |
2019-03-23 |
xavier dupré |
reorder function |
|
3050 |
2019-03-23 |
xavier dupré |
Update test_missing_function_helpgen.py |
|
3049 |
2019-03-22 |
xavier dupré |
Update process_script.py |
|
3048 |
2019-03-22 |
xavier dupré |
Update process_script.py |
|
3047 |
2019-03-22 |
xavier dupré |
fixes for linux |
|
3046 |
2019-03-22 |
xavier dupré |
update path |
|
3045 |
2019-03-22 |
xavier dupré |
improves documentation process |
|
3044 |
2019-03-22 |
xavier dupré |
add class python_path_append |
|
3043 |
2019-03-22 |
xavier dupré |
exception to warnings |
|
3042 |
2019-03-22 |
xavier dupré |
update unit tests |
|
3041 |
2019-03-21 |
xavier dupré |
fixes remaining unitest |
|
3040 |
2019-03-21 |
xavier dupré |
fix coverage report |
|
3039 |
2019-03-21 |
xavier dupré |
Update test_cmdref_extension.py |
|
3038 |
2019-03-21 |
xavier dupré |
fix unit tests |
|
3037 |
2019-03-21 |
xavier dupré |
update project |
|
3036 |
2019-03-21 |
xavier dupré |
Update test_cmdref_extension.py |
|
3035 |
2019-03-21 |
xavier dupré |
fix pythonpath |
|
3034 |
2019-03-21 |
xavier dupré |
fix misspelling |
|
3033 |
2019-03-21 |
xavier dupré |
pep8 |
|
3032 |
2019-03-21 |
xavier dupré |
Update test_cmdref_extension.py |
|
3031 |
2019-03-21 |
xavier dupré |
Update test_cmdref_extension.py |
|
3030 |
2019-03-21 |
xavier dupré |
update builds |
|
3029 |
2019-03-21 |
xavier dupré |
fix unit test |
|
3028 |
2019-03-21 |
xavier dupré |
fix unit test |
|
3027 |
2019-03-21 |
xavier dupré |
fix CI |
|
3026 |
2019-03-21 |
xavier dupré |
Update test_full_unit_test_module_template.py |
|
3025 |
2019-03-21 |
xavier dupré |
update unit test sys_path |
|
3024 |
2019-03-21 |
xavier dupré |
Update utils_tests_private.py |
|
3023 |
2019-03-20 |
xavier dupré |
fix a bug in sys_path_append |
|
3022 |
2019-03-20 |
xavier dupré |
do not check for unittest.py |
|
3021 |
2019-03-20 |
xavier dupré |
better handling of sys.path manipulations |
|
3020 |
2019-03-20 |
xavier dupré |
better error message |
|
3019 |
2019-03-20 |
xavier dupré |
improves error message |
|
3018 |
2019-03-20 |
xavier dupré |
update documentation version |
|
3017 |
2019-03-20 |
xavier dupré |
fix failing unit test |
|
3016 |
2019-03-20 |
xavier dupré |
update CI |
|
3015 |
2019-03-20 |
xavier dupré |
remove function fix_pip_902 |
|
3014 |
2019-03-20 |
xavier dupré |
Fixes #243, refactor unit tests, upgrade version to 1.9 |
|
3013 |
2019-03-19 |
xavier dupré |
Better error message, clean pyd, pxd files |
|
3012 |
2019-03-17 |
xavier dupré |
Improves function to convert a rst file into html |
|
3011 |
2019-03-17 |
xavier dupré |
Change an exception into a logging in toctree extension |
|
3009 |
2019-03-17 |
xavier dupré |
Update test_git_helper.py |
|
3008 |
2019-03-17 |
xavier dupré |
Update test_gitlog_extension.py |
|
3007 |
2019-03-17 |
xavier dupré |
Fixes #239, add directive gitlog |
|
3006 |
2019-03-16 |
xavier dupré |
Update test_code_style.py |
|
3005 |
2019-03-16 |
xavier dupré |
fix mispelling, remove link to waffle |
|
3004 |
2019-03-16 |
xavier dupré |
fix unit test |
|
3003 |
2019-03-16 |
xavier dupré |
Update utils_tests_private.py |
|
3002 |
2019-03-16 |
xavier dupré |
rename dir into folder, add one unit test |
|
3001 |
2019-03-16 |
xavier dupré |
fix unit test replacing relative imports |
|
3000 |
2019-03-16 |
xavier dupré |
Fixes #242, add command line sphinx_rst |
|
2999 |
2019-03-14 |
xavier dupré |
add scheduler=NONE for jenkins |
|
2998 |
2019-03-13 |
xavier dupré |
replaces n by space in function df2rst |
|
2997 |
2019-03-12 |
xavier dupré |
better error message |
|
2996 |
2019-03-12 |
xavier dupré |
fix wrong import |
|
2995 |
2019-03-12 |
xavier dupré |
fix unit test broken after the addition of many delayed import |
|
2994 |
2019-03-12 |
xavier dupré |
Fix missing import |
|
2993 |
2019-03-12 |
xavier dupré |
Reduce execution time for basic imports + blog post |
|
2992 |
2019-03-12 |
xavier dupré |
more compact |
|
2991 |
2019-03-12 |
xavier dupré |
Update default_conf.py |
|
2990 |
2019-03-09 |
xavier dupré |
do not stop on some errors |
|
2989 |
2019-03-07 |
xavier dupré |
blog post |
|
2988 |
2019-03-04 |
xavier dupré |
Fixes #240, update to deal with more complex condition instructions |
|
2987 |
2019-03-04 |
xavier dupré |
Disable on test on azure pipeline (weird error) |
|
2986 |
2019-03-02 |
xavier dupré |
Remove dependency on nbconvert git |
|
2985 |
2019-03-02 |
xavier dupré |
Fix nbconvert dependency |
|
2984 |
2019-03-02 |
xavier dupré |
Fix for circleCI |
|
2983 |
2019-03-02 |
xavier dupré |
Add more options to load bokeh extension when needed in local rst compilation |
|
2982 |
2019-03-02 |
xavier dupré |
Fixes #216 in another way (created a custom branch at https://github.com/sdpython/nbconvert/tree/fixes) |
|
2980 |
2019-03-01 |
xavier dupré |
Update requirements.txt |
|
2979 |
2019-03-01 |
xavier dupré |
Fixes #236, remove automated import of bokeh |
|
2978 |
2019-02-28 |
xavier dupré |
Fixes #237, add parameter number_format to df2rst |
|
2976 |
2019-02-23 |
xavier dupré |
hides some warnings when running unit tests |
|
2975 |
2019-02-21 |
xavier dupré |
Fixes #234, copy rss.xml a second time |
|
2974 |
2019-02-16 |
xavier dupré |
Skips a unit test on mac osx |
|
2973 |
2019-02-16 |
xavier dupré |
history |
|
2972 |
2019-02-16 |
xavier dupré |
Update README.rst |
|
2971 |
2019-02-16 |
xavier dupré |
cathc exception |
|
2970 |
2019-02-14 |
xavier dupré |
fix nbconvert to 5.3.0 |
|
2969 |
2019-02-14 |
xavier dupré |
nbconvert 5.4.1 still does not include fix for svg |
|
2968 |
2019-02-14 |
xavier dupré |
fix for sphinx 1.7 |
|
2967 |
2019-02-14 |
xavier dupré |
Fixes #233, add a function to run test function + cli |
|
2966 |
2019-02-06 |
xavier dupré |
syntax |
|
2965 |
2019-02-06 |
xavier dupré |
pep8 |
|
2964 |
2019-02-06 |
xavier dupré |
Update _pylint_common.py |
|
2963 |
2019-02-06 |
xavier dupré |
Update test_yaml.py |
|
2962 |
2019-02-06 |
xavier dupré |
Update _pylint_common.py |
|
2961 |
2019-02-04 |
xavier dupré |
better error message |
|
2960 |
2019-01-28 |
xavier dupré |
Fixes #232, missing blog posts between two pages |
|
2959 |
2019-01-28 |
xavier dupré |
Fix for pandas 0.24 |
|
2958 |
2019-01-25 |
xavier dupré |
missing parameter fixed |
|
2957 |
2019-01-25 |
xavier dupré |
fix a test on azure pipelines |
|
2956 |
2019-01-25 |
xavier dupré |
pep8 |
|
2955 |
2019-01-25 |
xavier dupré |
fix for pip >= 19.0 |
|
2954 |
2019-01-24 |
xavier dupré |
pep8 |
|
2953 |
2019-01-24 |
xavier dupré |
catch another exception |
|
2952 |
2019-01-19 |
xavier dupré |
Fixes #230, autosignature for C++ functions |
|
2951 |
2019-01-18 |
xavier dupré |
better error message |
|
2949 |
2019-01-12 |
xavier dupré |
pep8 |
|
2948 |
2019-01-12 |
xavier dupré |
add missing module |
|
2947 |
2019-01-12 |
xavier dupré |
Update test_SKIP_gitjs_run_notebooks.py |
|
2946 |
2019-01-12 |
xavier dupré |
Split unit tests |
|
2945 |
2019-01-12 |
xavier dupré |
disable on cell for execution |
|
2944 |
2019-01-12 |
xavier dupré |
Update git_dataframes.ipynb |
|
2943 |
2019-01-12 |
xavier dupré |
Changes for macosx + remove code for python2 |
|
2942 |
2019-01-12 |
xavier dupré |
fix inherintance in unit test |
|
2941 |
2019-01-12 |
xavier dupré |
fix issues on macosx |
|
2940 |
2019-01-12 |
xavier dupré |
pep8 |
|
2939 |
2019-01-12 |
xavier dupré |
Fix #229, remove specific code for python2 |
|
2938 |
2019-01-11 |
xavier dupré |
Update azure-pipelines.yml |
|
2937 |
2019-01-11 |
xavier dupré |
skip notebooks in .pynb_checkpoints |
|
2936 |
2019-01-10 |
xavier dupré |
Fix unit tests |
|
2935 |
2019-01-10 |
xavier dupré |
Add more testing on notebooks |
|
2934 |
2019-01-10 |
xavier dupré |
Update azure-pipelines.yml |
|
2933 |
2019-01-10 |
xavier dupré |
Update azure-pipelines.yml |
|
2932 |
2019-01-10 |
xavier dupré |
disable one test one azure |
|
2931 |
2019-01-09 |
xavier dupré |
Improves negative pattern in enumerate_notebooks_link |
|
2930 |
2019-01-09 |
xavier dupré |
Fixes #228, fix missing jpg images in documentation |
|
2929 |
2019-01-08 |
xavier dupré |
Update setup.py due to issue 216 |
|
2928 |
2019-01-08 |
xavier dupré |
License |
|
2927 |
2019-01-08 |
xavier dupré |
Fix incoherent logging message |
|
2926 |
2019-01-08 |
xavier dupré |
Fixes #227, exposes command line ls |
|
2925 |
2019-01-08 |
xavier dupré |
Fixes #226, fixes parser name in command line |
|
2924 |
2019-01-07 |
xavier dupré |
pep8 |
|
2922 |
2019-01-07 |
xavier dupré |
Fixes #225, add class BufferedPrint |
|
2921 |
2019-01-07 |
xavier dupré |
Add unit test for #224. |
|
2920 |
2019-01-07 |
xavier dupré |
Fix failing command line |
|
2919 |
2019-01-06 |
xavier dupré |
Fixes #224, add process_notebooks as a command line |
|
2918 |
2019-01-04 |
xavier dupré |
Fix #223, handle linux condition in yaml files |
|
2917 |
2019-01-03 |
xavier dupré |
Fix #222, fix cleanup options for jenkins conf jobs |
|
2916 |
2019-01-02 |
xavier dupré |
Fixes #221, ignore errors when merging reports, ignore HTML files |
|
2915 |
2019-01-02 |
xavier dupré |
pep8 |
|
2914 |
2019-01-01 |
xavier dupré |
pep8 |
|
2913 |
2019-01-01 |
xavier dupré |
Update HISTORY.rst |
|
2912 |
2019-01-01 |
xavier dupré |
Update test_yaml.py |
|
2911 |
2019-01-01 |
xavier dupré |
update CI |
|
2910 |
2019-01-01 |
xavier dupré |
Remove nbsphinx |
|
2909 |
2019-01-01 |
xavier dupré |
Update fix two failing unit tests |
|
2908 |
2018-12-31 |
xavier dupré |
update python version on CI |
|
2907 |
2018-12-31 |
xavier dupré |
Fixes failing unit tests (tkinter, runpython) |
|
2906 |
2018-12-31 |
xavier dupré |
better error message |
|
2905 |
2018-12-31 |
xavier dupré |
update latex preamble |
|
2904 |
2018-12-31 |
xavier dupré |
Fixes #220, GUI for command line |
|
2903 |
2018-12-31 |
xavier dupré |
Fixes #219, changes default value for negative pattern before cleaning files |
|
2902 |
2018-12-30 |
xavier dupré |
better error message |
|
2901 |
2018-12-30 |
xavier dupré |
update style skipping constraints |
|
2900 |
2018-12-29 |
xavier dupré |
Fix rst quote output |
|
2899 |
2018-12-21 |
xavier dupré |
hide year |
|
2898 |
2018-12-21 |
xavier dupré |
add date, index to quote directive |
|
2897 |
2018-12-20 |
xavier dupré |
Fixes #217, remove unnecessary comments, improve .. quote |
|
2896 |
2018-12-18 |
xavier dupré |
Fixes two failing unit test + documentation |
|
2895 |
2018-12-18 |
xavier dupré |
Fixes #216, nbconvert!=5.4.0 |
|
2894 |
2018-12-16 |
xavier dupré |
fixes unit test, pep8 |
|
2893 |
2018-12-16 |
xavier dupré |
add quote node |
|
2891 |
2018-12-16 |
xavier dupré |
less log for downlink |
|
2890 |
2018-12-16 |
xavier dupré |
Process more id for youtube urls |
|
2889 |
2018-12-12 |
xavier dupré |
Revert “Fix automated command line on linux” |
|
2888 |
2018-12-12 |
xavier dupré |
Fix automated command line on linux |
|
2887 |
2018-12-11 |
xavier dupré |
Fix #214, neg_pattern in explore_folder_iterfile |
|
2886 |
2018-12-10 |
xavier dupré |
Fixes #213, remove cmdref in function exposed as command line |
|
2885 |
2018-12-09 |
xavier dupré |
Fixes #212 about default None value when creating a parser for a function |
|
2883 |
2018-12-05 |
xavier dupré |
Fixes #211, add git tag to the script automatically generated on windows |
|
2882 |
2018-11-30 |
xavier dupré |
Skip one more warning W0107 |
|
2881 |
2018-11-30 |
xavier dupré |
Update test_pyq_sync_cli.py |
|
2880 |
2018-11-29 |
xavier dupré |
Fix a path for unit test CI |
|
2879 |
2018-11-29 |
xavier dupré |
Documentation, tutorial for #210 |
|
2878 |
2018-11-29 |
xavier dupré |
Update unit test, remove r |
|
2877 |
2018-11-29 |
xavier dupré |
Fixes #210, add also command to clean files |
|
2876 |
2018-11-25 |
xavier dupré |
Update history, disable a couple of unit tests on azurepipeline |
|
2875 |
2018-11-25 |
xavier dupré |
Fixes #209, add function retrieve_notebooks_in_folder |
|
2874 |
2018-11-23 |
xavier dupré |
update ci |
|
2873 |
2018-11-23 |
xavier dupré |
Update azure-pipelines.yml |
|
2872 |
2018-11-23 |
xavier dupré |
Update azure-pipelines.yml |
|
2871 |
2018-11-23 |
xavier dupré |
azure pipeline |
|
2870 |
2018-11-22 |
xavier dupré |
Fixes for azure pipeline |
|
2869 |
2018-11-22 |
xavier dupré |
Update azure-pipelines.yml |
|
2868 |
2018-11-21 |
xavier dupré |
update ci |
|
2867 |
2018-11-21 |
xavier dupré |
Update azure pipelines |
|
2866 |
2018-11-21 |
xavier dupré |
More logging, documentation, azure-pipelines |
|
2865 |
2018-11-21 |
xavier dupré |
ci |
|
2864 |
2018-11-21 |
xavier dupré |
azure pipe + bug in circleci (investigation) |
|
2863 |
2018-11-21 |
xavier dupré |
Add method skip azure for #208 |
|
2862 |
2018-11-21 |
xavier dupré |
Update azure-pipelines.yml |
|
2861 |
2018-11-21 |
xavier dupré |
Update for azure pipeline |
|
2860 |
2018-11-20 |
xavier dupré |
Update azure-pipelines.yml |
|
2859 |
2018-11-20 |
xavier dupré |
Update azure-pipelines.yml |
|
2858 |
2018-11-20 |
xavier dupré |
Update azure-pipelines.yml |
|
2857 |
2018-11-20 |
xavier dupré |
Update azure-pipelines.yml |
|
2856 |
2018-11-20 |
xavier dupré |
Add azure ci |
|
2855 |
2018-11-20 |
xavier dupré |
Set up CI with Azure Pipelines |
|
2853 |
2018-11-14 |
xavier dupré |
Better logging in cli_helper |
|
2850 |
2018-11-10 |
xavier dupré |
Update error message in unit test |
|
2849 |
2018-11-09 |
xavier dupré |
Update _unittests/ut_helpgen/test_full_documentation_module_template.py |
|
2848 |
2018-11-09 |
xavier dupré |
Update _unittests/ut_helpgen/test_full_documentation_module_template.py |
|
2847 |
2018-11-09 |
xavier dupré |
Update _unittests/ut_helpgen/test_full_documentation_module_template.py |
|
2846 |
2018-11-09 |
xavier dupré |
Update _unittests/ut_helpgen/test_full_documentation_module_template.py |
|
2845 |
2018-11-09 |
xavier dupré |
Update _unittests/ut_helpgen/test_full_documentation_module_template.py |
|
2844 |
2018-11-09 |
xavier dupré |
Update src/pyquickhelper/sphinxext/sphinx_downloadlink_extension.py |
|
2843 |
2018-11-09 |
xavier dupré |
Exception into a warning. |
|
2842 |
2018-11-09 |
xavier dupré |
Disable one import for sphinx 1.7 |
|
2841 |
2018-11-09 |
xavier dupré |
fix type issue |
|
2840 |
2018-11-09 |
xavier dupré |
Fix missing file when exporting notebooks as slides. |
|
2839 |
2018-11-09 |
xavier dupré |
fix unit test |
|
2838 |
2018-11-09 |
xavier dupré |
Fix bugs in md, rst translation |
|
2837 |
2018-11-09 |
xavier dupré |
Fixes #205, add directive downloadlink |
|
2836 |
2018-11-06 |
xavier dupré |
Fixes #204, missing notebook snippet |
|
2835 |
2018-11-05 |
xavier dupré |
Fixes #203, epkg does not generate warnings about duplicated links |
|
2834 |
2018-11-02 |
xavier dupré |
Fixes #202, keep context between two runs of runpython |
|
2832 |
2018-11-01 |
xavier dupré |
Fixes #201, option language (runpython, rst) |
|
2831 |
2018-10-28 |
xavier dupré |
pep8 |
|
2830 |
2018-10-28 |
xavier dupré |
Fixes #200, do not fix issue E402 about misplaced imports |
|
2829 |
2018-10-24 |
xavier dupré |
Removes fLOG in one unit test, update one url |
|
2828 |
2018-10-24 |
xavier dupré |
Fix markdown output for references (sphinx) |
|
2827 |
2018-10-14 |
xavier dupré |
Fix broken unit test in test_doc_page |
|
2826 |
2018-10-14 |
xavier dupré |
Update HISTORY.rst |
|
2825 |
2018-10-14 |
xavier dupré |
Fix broken unit test |
|
2824 |
2018-10-14 |
xavier dupré |
fixes too much text in md, rst builders for hyperlinks |
|
2823 |
2018-10-14 |
xavier dupré |
Fixes #198, #199, documentation, and fixes for the documentation |
|
2822 |
2018-10-10 |
xavier dupré |
fixes find_dvipng_path when latex is not found |
|
2821 |
2018-10-06 |
xavier dupré |
update history |
|
2820 |
2018-10-06 |
xavier dupré |
do not raise an exception if latex is not found on windows and function rst2html |
|
2819 |
2018-10-04 |
xavier dupré |
update regular expressions for #196 |
|
2818 |
2018-10-04 |
xavier dupré |
Fixes #196, add rst links in docstrings |
|
2817 |
2018-09-23 |
xavier dupré |
add new message comm_close to catch an exception when running a notebook |
|
2816 |
2018-09-23 |
xavier dupré |
rename find_dvipng_path into find_divpng_path |
|
2815 |
2018-09-23 |
xavier dupré |
better error message |
|
2814 |
2018-09-22 |
xavier dupré |
better style |
|
2813 |
2018-09-22 |
xavier dupré |
restore missing latex final build |
|
2812 |
2018-09-22 |
xavier dupré |
propagate tag download for images in sphinx_rst_builder |
|
2811 |
2018-09-21 |
xavier dupré |
fix issues with Latex builder not writing on disk |
|
2810 |
2018-09-20 |
xavier dupré |
extends unit tests coverage |
|
2809 |
2018-09-20 |
xavier dupré |
fix for sphinx 1.7 |
|
2808 |
2018-09-20 |
xavier dupré |
fix a stupid copy paste |
|
2807 |
2018-09-20 |
xavier dupré |
update unit test, remove unnecessary lines |
|
2806 |
2018-09-20 |
xavier dupré |
add one unit test, remove meaningless log lines |
|
2805 |
2018-09-20 |
xavier dupré |
remove empty lines after unit tests |
|
2804 |
2018-09-20 |
xavier dupré |
fixes for sphinx 1.7 |
|
2803 |
2018-09-20 |
xavier dupré |
fix a mistakes on variables names |
|
2802 |
2018-09-20 |
xavier dupré |
remove warnings |
|
2801 |
2018-09-20 |
xavier dupré |
many fixes to have sphinx 1.8 and 1.7 work with pyquickhelper |
|
2800 |
2018-09-20 |
xavier dupré |
remove references to matplotlib.sphinxext.only_directives |
|
2799 |
2018-09-20 |
xavier dupré |
update travis |
|
2798 |
2018-09-20 |
xavier dupré |
fix unit test + update travis |
|
2797 |
2018-09-20 |
xavier dupré |
fix unit test impacted by previous changes |
|
2796 |
2018-09-20 |
xavier dupré |
Implements #195, fixes for #194, both about sphinx builders |
|
2795 |
2018-09-19 |
xavier dupré |
update travis |
|
2794 |
2018-09-19 |
xavier dupré |
Fixes #194 about sphinx extensions |
|
2793 |
2018-09-19 |
xavier dupré |
epub, not epub |
|
2792 |
2018-09-19 |
xavier dupré |
Another fix for #194 |
|
2791 |
2018-09-19 |
xavier dupré |
First fix for #194, use updated copy paste from sphinx 1.8 |
|
2790 |
2018-09-17 |
xavier dupré |
Fixes #193, issue with str(obj) when obj from werzeug |
|
2789 |
2018-09-17 |
xavier dupré |
filter out one more warning in setup.py |
|
2788 |
2018-09-16 |
xavier dupré |
fix broken unit test due to history update |
|
2787 |
2018-09-16 |
xavier dupré |
documentation and history |
|
2786 |
2018-09-16 |
xavier dupré |
Fixes for#191, #192 |
|
2785 |
2018-09-16 |
xavier dupré |
Fixes for #191, #192 |
|
2784 |
2018-09-16 |
xavier dupré |
Fixes for #191, #192 (sphinx, latex, 1.8) |
|
2783 |
2018-09-15 |
xavier dupré |
strip / –> rstrip / |
|
2782 |
2018-09-15 |
xavier dupré |
Fixes for #192, #191, images and sphinx |
|
2781 |
2018-09-15 |
xavier dupré |
Fixes #80, assert option for runpython sphinx directive |
|
2780 |
2018-09-15 |
xavier dupré |
better behavior for rst and md builder |
|
2779 |
2018-09-14 |
xavier dupré |
Many fixes for #191, #190 |
|
2778 |
2018-09-14 |
xavier dupré |
fix missing import |
|
2777 |
2018-09-14 |
xavier dupré |
fix missing import |
|
2776 |
2018-09-14 |
xavier dupré |
remove warnings, back to latex and not elatex for notebook |
|
2775 |
2018-09-14 |
xavier dupré |
implements #191, latex custom builder |
|
2774 |
2018-09-13 |
xavier dupré |
Fixes #190, upgrade to Sphinx 1.8 |
|
2773 |
2018-09-13 |
xavier dupré |
Fixes for #189 , Sphinx 1.8.0 |
|
2772 |
2018-09-12 |
xavier dupré |
Fixes #188, images for md and rst |
|
2771 |
2018-09-11 |
xavier dupré |
replaces rst in md for md outputter |
|
2770 |
2018-09-09 |
xavier dupré |
add title on toc tree forr blog post |
|
2769 |
2018-09-09 |
xavier dupré |
add unit test for #186 |
|
2768 |
2018-09-09 |
xavier dupré |
Fxies #187 , bug in doxypy |
|
2767 |
2018-09-08 |
xavier dupré |
enable disabled tests |
|
2766 |
2018-09-08 |
xavier dupré |
Fixes #186, #185, markdown converter |
|
2765 |
2018-08-30 |
xavier dupré |
fix syntax error |
|
2764 |
2018-08-30 |
xavier dupré |
reduce then number of links added to one blog page |
|
2763 |
2018-08-30 |
xavier dupré |
add :orphan: to many file (makes some warning disappear) |
|
2762 |
2018-08-30 |
xavier dupré |
Add tag :orphan:, minor changes |
|
2761 |
2018-08-29 |
xavier dupré |
filter out more exception when building a package |
|
2760 |
2018-08-29 |
xavier dupré |
reduce a unit test |
|
2759 |
2018-08-29 |
xavier dupré |
update notebook |
|
2758 |
2018-08-28 |
xavier dupré |
fix configuration |
|
2757 |
2018-08-28 |
xavier dupré |
checks sphinx configuration + pep8 |
|
2756 |
2018-08-28 |
xavier dupré |
fix indentation |
|
2755 |
2018-08-28 |
xavier dupré |
check latex file |
|
2754 |
2018-08-28 |
xavier dupré |
Fixes #183, formulas converted into svg for HTML, png for PDF |
|
2753 |
2018-08-27 |
xavier dupré |
Fixes #182, backup plan for require.js |
|
2752 |
2018-08-26 |
xavier dupré |
update circleci |
|
2751 |
2018-08-26 |
xavier dupré |
switch from mkdir to makedirs in get_temp_folder |
|
2750 |
2018-08-25 |
xavier dupré |
remove useless code |
|
2749 |
2018-08-25 |
xavier dupré |
update local jenkins jobs |
|
2748 |
2018-08-25 |
xavier dupré |
update history |
|
2747 |
2018-08-25 |
xavier dupré |
fixes for #181 (coverage) |
|
2746 |
2018-08-25 |
xavier dupré |
tries another strategy for #181 (coverage combine) |
|
2745 |
2018-08-25 |
xavier dupré |
Fixes #181, retry after the merge of coverage reports failed |
|
2744 |
2018-08-24 |
xavier dupré |
Fixes #180, parameter persistent in get_temp_folder |
|
2743 |
2018-08-24 |
xavier dupré |
update regular expressions when checking files |
|
2742 |
2018-08-23 |
xavier dupré |
update history |
|
2741 |
2018-08-23 |
xavier dupré |
fix previous mistake |
|
2740 |
2018-08-23 |
xavier dupré |
fixes two unittests failing on travis |
|
2739 |
2018-08-23 |
xavier dupré |
update code source |
|
2738 |
2018-08-23 |
xavier dupré |
update regular expressions |
|
2737 |
2018-08-23 |
xavier dupré |
fixes #179, put a default value for neg_pattern if it is none to avoid known folders (function check_pep8) |
|
2736 |
2018-08-23 |
xavier dupré |
pep8 |
|
2735 |
2018-08-23 |
xavier dupré |
fixes #178, add delay parameter for GTP transferring |
|
2734 |
2018-08-22 |
xavier dupré |
fix quote issue in linux script for jenkins |
|
2733 |
2018-08-22 |
xavier dupré |
add simple jenkins scripts for linux |
|
2732 |
2018-08-21 |
xavier dupré |
update history, #163 is fixed |
|
2731 |
2018-08-20 |
xavier dupré |
fix bug for #163 |
|
2730 |
2018-08-20 |
xavier dupré |
fix unit test for #163 |
|
2729 |
2018-08-20 |
xavier dupré |
fix module name for #163 |
|
2728 |
2018-08-20 |
xavier dupré |
Fixes #32, add command local_jenkins for setup.py |
|
2727 |
2018-08-20 |
xavier dupré |
fix two unit tests for #163 |
|
2726 |
2018-08-20 |
xavier dupré |
fix bugs for #163 |
|
2725 |
2018-08-20 |
xavier dupré |
Fixes bug for #163, #177 |
|
2724 |
2018-08-20 |
xavier dupré |
Fixes #177, remove ping helper |
|
2723 |
2018-08-20 |
xavier dupré |
fixes for jenkins #163 |
|
2722 |
2018-08-20 |
xavier dupré |
pep8 + use of $PYINT (#163) |
|
2721 |
2018-08-20 |
xavier dupré |
another series of fixes for #163 |
|
2720 |
2018-08-20 |
xavier dupré |
update virtualenv instruction for #163 |
|
2719 |
2018-08-19 |
xavier dupré |
changes for #163, jenkins automation for linux |
|
2718 |
2018-08-19 |
Ensaegithubxd |
fix jenkins command line for setup.py |
|
2717 |
2018-08-19 |
xavier dupré |
one step for #163 (jenkins for linux) |
|
2716 |
2018-08-19 |
xavier dupré |
add jenkins job for linux |
|
2715 |
2018-08-19 |
xavier dupré |
make pylzma an optional dependency |
|
2714 |
2018-08-19 |
xavier dupré |
update pandoc version |
|
2713 |
2018-08-19 |
xavier dupré |
update unittest for #174 |
|
2712 |
2018-08-19 |
xavier dupré |
Fixes #173, #174, #175, #176, sphinx improvments |
|
2711 |
2018-08-19 |
xavier dupré |
fixes #172 (rst2html allows single directives with no new nodes), quickfix for #171, pep8 |
|
2710 |
2018-08-18 |
xavier dupré |
fix duplicated symbol / |
|
2709 |
2018-08-18 |
xavier dupré |
fixes #171, modify the script to run in runpython sphinx directive |
|
2707 |
2018-08-06 |
xavier dupré |
Fix #170, add option syspath to autosignature |
|
2706 |
2018-08-06 |
xavier dupré |
#169, improve option debug for autosignature |
|
2705 |
2018-08-06 |
xavier dupré |
more debug for autosignature |
|
2704 |
2018-08-05 |
xavier dupré |
Fix #169, implements option debug for autosignature |
|
2703 |
2018-08-05 |
xavier dupré |
minor update |
|
2702 |
2018-08-05 |
xavier dupré |
catch an exception sooner |
|
2701 |
2018-08-05 |
xavier dupré |
documentation, style |
|
2700 |
2018-08-05 |
xavier dupré |
fix unit test |
|
2699 |
2018-08-05 |
xavier dupré |
enable on test on travis |
|
2698 |
2018-08-05 |
xavier dupré |
change the order of unit test, make one quicker |
|
2697 |
2018-08-05 |
xavier dupré |
increase timeout startup when waiting for a jupyter server to start |
|
2696 |
2018-08-05 |
xavier dupré |
fix #168, better handling of documentation for compiled submodules (documentation + minor fixes) |
|
2695 |
2018-08-05 |
xavier dupré |
fix #166, improve github link for binary files |
|
2694 |
2018-08-05 |
xavier dupré |
fix cleaning unit test, increase timeout for notebooks |
|
2693 |
2018-08-05 |
xavier dupré |
fix unit test on linux |
|
2692 |
2018-08-05 |
xavier dupré |
improve unit test, fix a misspelling bug |
|
2691 |
2018-08-05 |
xavier dupré |
fix extension name in import_module |
|
2690 |
2018-08-05 |
xavier dupré |
improve error message |
|
2689 |
2018-08-04 |
xavier dupré |
fix a unit test, modifies clean_exts, improve error messages |
|
2688 |
2018-08-04 |
xavier dupré |
fix failing unit test broken by #165 |
|
2687 |
2018-08-04 |
xavier dupré |
fix #167, fix import issues in autosignature when the function is a C compiled function |
|
2686 |
2018-08-04 |
xavier dupré |
fix #165, produces .rst file for C++ modules |
|
2685 |
2018-08-03 |
xavier dupré |
simplifies previous changes, remove unnecessary addition |
|
2684 |
2018-08-03 |
xavier dupré |
fix weird behavior (not consistent accross platforms) |
|
2683 |
2018-08-03 |
xavier dupré |
improve one unit test |
|
2682 |
2018-08-03 |
xavier dupré |
remove unused import |
|
2681 |
2018-08-03 |
xavier dupré |
fix #164, makes autosignature more robust, fixes misspelling from the previous commit |
|
2680 |
2018-08-03 |
xavier dupré |
catch an exception for bug #162 |
|
2679 |
2018-08-02 |
xavier dupré |
fix unit test |
|
2678 |
2018-08-02 |
xavier dupré |
fix unit test and syntax |
|
2677 |
2018-08-01 |
xavier dupré |
fix #162, fix jenkins script for linux |
|
2675 |
2018-07-30 |
xavier dupré |
disable one code style warning |
|
2674 |
2018-07-29 |
xavier dupré |
fixes #162, more robust to notebook kernel failure when unit testing |
|
2673 |
2018-07-28 |
xavier dupré |
fix #161, fix unit test test_build_script on appveyor |
|
2671 |
2018-07-25 |
xavier dupré |
appveyor |
|
2670 |
2018-07-25 |
xavier dupré |
fix #160, closes a notebook kernel even when the execution fails |
|
2669 |
2018-07-25 |
xavier dupré |
skip one unit test on appveyor |
|
2668 |
2018-07-25 |
xavier dupré |
add another test back |
|
2667 |
2018-07-25 |
xavier dupré |
add one test back |
|
2666 |
2018-07-25 |
xavier dupré |
test failing test on appveyor |
|
2665 |
2018-07-25 |
xavier dupré |
try appveyor |
|
2664 |
2018-07-25 |
xavier dupré |
failing tests? |
|
2663 |
2018-07-25 |
xavier dupré |
move some unit test later |
|
2662 |
2018-07-25 |
xavier dupré |
check appveyor |
|
2661 |
2018-07-25 |
xavier dupré |
try appveyor |
|
2660 |
2018-07-25 |
xavier dupré |
try appveyor |
|
2659 |
2018-07-25 |
xavier dupré |
try appveyor |
|
2658 |
2018-07-25 |
xavier dupré |
test appveyor |
|
2657 |
2018-07-25 |
xavier dupré |
unit test estimation time |
|
2656 |
2018-07-25 |
xavier dupré |
fix unit test on coverage |
|
2655 |
2018-07-25 |
xavier dupré |
update appveyor |
|
2654 |
2018-07-24 |
xavier dupré |
investigate which unit test makes the process be persistent |
|
2653 |
2018-07-24 |
xavier dupré |
disable one unit test for appveyor |
|
2652 |
2018-07-24 |
xavier dupré |
update CI |
|
2651 |
2018-07-24 |
xavier dupré |
remove unnecessary command |
|
2649 |
2018-07-23 |
xavier dupré |
reverse a condition |
|
2647 |
2018-07-23 |
xavier dupré |
fix bug for python 37 |
|
2646 |
2018-07-22 |
xavier dupré |
fix pywin32 |
|
2645 |
2018-07-22 |
xavier dupré |
fix misspelling |
|
2644 |
2018-07-22 |
xavier dupré |
update unit test for travis 3.6 |
|
2643 |
2018-07-22 |
xavier dupré |
disable one unit test on CI (ping) |
|
2642 |
2018-07-22 |
xavier dupré |
disable one test on travis (ping) |
|
2641 |
2018-07-22 |
xavier dupré |
disable one failing test on circleci |
|
2640 |
2018-07-22 |
xavier dupré |
minor fixes for jenkins wrapper |
|
2639 |
2018-07-22 |
xavier dupré |
fix #158, replace clock by perf_counter, others fixes for CI |
|
2638 |
2018-07-22 |
xavier dupré |
fix unit tests on linux |
|
2637 |
2018-07-22 |
xavier dupré |
fix unit tests with jenkins |
|
2636 |
2018-07-22 |
xavier dupré |
update local jenkins |
|
2635 |
2018-07-22 |
xavier dupré |
fix unit test with Python37 |
|
2634 |
2018-07-22 |
xavier dupré |
update CI |
|
2633 |
2018-07-22 |
xavier dupré |
update local jenkins |
|
2632 |
2018-07-22 |
xavier dupré |
fix method for python-jenkins 1.1.0 |
|
2631 |
2018-07-22 |
xavier dupré |
fix #156, update to python-jenkins 1.1.0 |
|
2630 |
2018-07-22 |
xavier dupré |
Fix for #155, pylint 2.0, update the module to deal with new warnings |
|
2629 |
2018-07-22 |
xavier dupré |
update setup.py |
|
2628 |
2018-07-22 |
xavier dupré |
update build_script.bat |
|
2627 |
2018-07-07 |
xavier dupré |
update pandoc |
|
2626 |
2018-06-26 |
xavier dupré |
fix bokeh |
|
2625 |
2018-06-20 |
xavier dupré |
fix docstring2html (wrong parameter name) |
|
2624 |
2018-06-19 |
xavier dupré |
documentation, fix a small bug in doc2htmlstring |
|
2622 |
2018-06-01 |
xavier dupré |
update expected output |
|
2621 |
2018-05-31 |
xavier dupré |
change color for notebook coverage |
|
2620 |
2018-05-29 |
xavier dupré |
fix a rare bug happening when copying files |
|
2619 |
2018-05-27 |
xavier dupré |
change background color for coverage notebook #154 |
|
2618 |
2018-05-27 |
xavier dupré |
fix two bugs introduced with previous commit |
|
2617 |
2018-05-27 |
xavier dupré |
move files |
|
2616 |
2018-05-27 |
xavier dupré |
remove unnecessary parameter |
|
2615 |
2018-05-27 |
xavier dupré |
better warnings, better error message, implement #153 |
|
2614 |
2018-05-24 |
xavier dupré |
fix #151, staticmethod in autosignature |
|
2613 |
2018-05-24 |
xavier dupré |
update script jenkins |
|
2612 |
2018-05-23 |
xavier dupré |
fix bug #150, hide more warnings |
|
2611 |
2018-05-22 |
xavier dupré |
move import inside function in default_conf |
|
2610 |
2018-05-21 |
xavier dupré |
small improvments |
|
2609 |
2018-05-19 |
xavier dupré |
fix missing local variable |
|
2608 |
2018-05-19 |
xavier dupré |
rename option fullpath into path in autosignature #149 |
|
2607 |
2018-05-17 |
xavier dupré |
update circleci requirements to the latest pandas |
|
2606 |
2018-05-17 |
xavier dupré |
fix #148, adjust to latest pandas version, remove on warning |
|
2605 |
2018-05-17 |
xavier dupré |
documentation, setup, circleci |
|
2603 |
2018-05-14 |
xavier dupré |
documentation, changes for pylint |
|
2602 |
2018-05-11 |
xavier dupré |
fix for #144 (remove sphinx-gallery when not needed) |
|
2601 |
2018-05-11 |
xavier dupré |
fix failing unit test, still for pylint |
|
2600 |
2018-05-11 |
xavier dupré |
fixes for pylint |
|
2599 |
2018-05-11 |
xavier dupré |
fix to find file which breaks pylint #142 |
|
2598 |
2018-05-11 |
xavier dupré |
add feature #143, first step to investigate #142 (pylint) |
|
2597 |
2018-05-11 |
xavier dupré |
rename a unit test |
|
2596 |
2018-05-11 |
xavier dupré |
update unit test after jenkins modification |
|
2595 |
2018-05-11 |
xavier dupré |
pep8, fix unit test, introduce temp2 |
|
2594 |
2018-05-11 |
xavier dupré |
rename parameter neg_filter into neg_pattern |
|
2593 |
2018-05-11 |
xavier dupré |
reorder unit tests |
|
2592 |
2018-05-11 |
xavier dupré |
rename neg_filter into neg_pattern for check_pep8 |
|
2591 |
2018-05-11 |
xavier dupré |
pep8, documentation |
|
2590 |
2018-05-11 |
xavier dupré |
update for sphinx_gallery |
|
2589 |
2018-05-10 |
xavier dupré |
remove len on generators |
|
2588 |
2018-05-10 |
xavier dupré |
update for circlecli |
|
2587 |
2018-05-10 |
xavier dupré |
code style, fix unit tests after renaming project_name |
|
2586 |
2018-05-10 |
xavier dupré |
fix pep8 |
|
2585 |
2018-05-10 |
xavier dupré |
fix a few unit test on linux |
|
2584 |
2018-05-10 |
xavier dupré |
fix a bug intrduced in previous commit, update to version 1.8 |
|
2583 |
2018-05-10 |
xavier dupré |
many change to follow many pylint requirements #141 |
|
2581 |
2018-05-08 |
xavier dupré |
update history |
|
2580 |
2018-05-07 |
xavier dupré |
fix unit test failing due to previous change |
|
2579 |
2018-05-07 |
xavier dupré |
replaces assert_array_equal with assert_almost_equal |
|
2578 |
2018-05-06 |
xavier dupré |
fix data for unit test impacted by #82 |
|
2577 |
2018-05-06 |
xavier dupré |
remove reference to removed file for #82 |
|
2576 |
2018-05-06 |
xavier dupré |
remove unused methods after #82 |
|
2575 |
2018-05-06 |
xavier dupré |
fix issue #82, remove extension release, better history, add role issue for function rs2html |
|
2573 |
2018-05-06 |
xavier dupré |
retrieve past history #138 |
|
2572 |
2018-05-05 |
xavier dupré |
Merge branch ‘master’ of https://github.com/sdpython/pyquickhelper |
|
2571 |
2018-05-05 |
xavier dupré |
update requirements for #139 |
|
2570 |
2018-05-05 |
xavier dupré |
update to python-jenkins 1.0.0 #139 |
|
2569 |
2018-05-01 |
xavier dupré |
update history |
|
2568 |
2018-04-30 |
xavier dupré |
fix import issue with sphinx (circular references) |
|
2567 |
2018-04-29 |
xavier dupré |
add weird characters |
|
2566 |
2018-04-29 |
xavier dupré |
fix bug #137 |
|
2565 |
2018-04-29 |
xavier dupré |
update unit test class |
|
2564 |
2018-04-29 |
xavier dupré |
implements #136 |
|
2563 |
2018-04-23 |
xavier dupré |
update history |
|
2562 |
2018-04-22 |
xavier dupré |
handle multiple version of sphinx |
|
2561 |
2018-04-22 |
xavier dupré |
fix #135, circular reference in sphinx |
|
2560 |
2018-04-22 |
xavier dupré |
history |
|
2559 |
2018-04-22 |
xavier dupré |
#133, toggle, hide, unhide code and output in runpython |
|
2558 |
2018-04-22 |
xavier dupré |
implements #133, hide, show documentation |
|
2557 |
2018-04-22 |
xavier dupré |
fix bug introduced with #58, documentation |
|
2556 |
2018-04-22 |
xavier dupré |
fix issue #58, extend output for role bigger |
|
2555 |
2018-04-22 |
xavier dupré |
fix documentation |
|
2554 |
2018-04-22 |
xavier dupré |
fix bug in runpython |
|
2553 |
2018-04-22 |
xavier dupré |
implements #134 (url for video), fix for #130 (runpython) |
|
2552 |
2018-04-22 |
xavier dupré |
fix missing ) in documentation |
|
2551 |
2018-04-22 |
xavier dupré |
fix for #130, switch to abspath |
|
2549 |
2018-04-22 |
xavier dupré |
implement #130 allow runpython to plot |
|
2548 |
2018-04-21 |
xavier dupré |
implement #131, #132 about runpython and warnings |
|
2547 |
2018-04-18 |
xavier dupré |
history |
|
2546 |
2018-04-17 |
xavier dupré |
fix path issue |
|
2545 |
2018-04-17 |
xavier dupré |
fix issue with getsitepackages |
|
2544 |
2018-04-17 |
xavier dupré |
implements #129 in unittest class (profiling) |
|
2543 |
2018-04-15 |
xavier dupré |
add tag .. _l-HISTORY to automated page |
|
2542 |
2018-04-14 |
xavier dupré |
fix #128, type error when guessing datetime for an upload |
|
2541 |
2018-04-14 |
xavier dupré |
fix pip import |
|
2540 |
2018-04-14 |
xavier dupré |
update appveyor |
|
2539 |
2018-04-14 |
xavier dupré |
update pandoc version on circleci |
|
2538 |
2018-04-14 |
xavier dupré |
fix #127, update for pip 10 |
|
2537 |
2018-04-14 |
xavier dupré |
add more link to the documentation |
|
2536 |
2018-04-14 |
xavier dupré |
fix unit test on documentation |
|
2535 |
2018-04-14 |
xavier dupré |
history |
|
2534 |
2018-04-14 |
xavier dupré |
fix issue #126 remove dependency on flake8, use pycodestyle |
|
2533 |
2018-04-14 |
xavier dupré |
remove one blank line |
|
2532 |
2018-04-09 |
xavier dupré |
fix a bug in link name when converting a notebook into RST |
|
2531 |
2018-04-09 |
xavier dupré |
catch an exception, display a better message |
|
2530 |
2018-04-09 |
xavier dupré |
fix a missing value |
|
2529 |
2018-04-06 |
xavier dupré |
fix mismath with admonition in blogpost |
|
2528 |
2018-04-06 |
xavier dupré |
add comment avout a warning |
|
2527 |
2018-04-06 |
xavier dupré |
fix sharenet extension |
|
2526 |
2018-04-06 |
xavier dupré |
implement #26, #122, #123 about blog post |
|
2525 |
2018-04-05 |
xavier dupré |
fix issue #125, sharenet available for format rst |
|
2524 |
2018-04-05 |
xavier dupré |
fix #124 - handle CodeNode in rst |
|
2523 |
2018-04-05 |
xavier dupré |
update history |
|
2522 |
2018-04-04 |
xavier dupré |
add more assert fucntions |
|
2521 |
2018-04-02 |
xavier dupré |
fix filename for #122 |
|
2520 |
2018-04-02 |
xavier dupré |
fix for #122, name issue |
|
2519 |
2018-04-02 |
xavier dupré |
fix for #122, do not modify rst name but html |
|
2518 |
2018-04-02 |
xavier dupré |
update name for a notebook converted into rst #122 |
|
2517 |
2018-04-02 |
xavier dupré |
better error message when AssertionError is raised |
|
2516 |
2018-04-01 |
xavier dupré |
remove duplicated function |
|
2515 |
2018-04-01 |
xavier dupré |
implements #121, extends list of functions in ExtTestCase |
|
2514 |
2018-04-01 |
xavier dupré |
history + improve coverage display |
|
2513 |
2018-04-01 |
xavier dupré |
add _fieldlist_row_index if not present |
|
2512 |
2018-03-30 |
xavier dupré |
pep 8 + history |
|
2511 |
2018-03-30 |
xavier dupré |
fix bug #119 (image name collision) |
|
2510 |
2018-03-27 |
xavier dupré |
fix unit test (deleted file) |
|
2509 |
2018-03-26 |
xavier dupré |
some cleaning |
|
2508 |
2018-03-26 |
xavier dupré |
remove one unit test testing a removed piece of code |
|
2507 |
2018-03-26 |
xavier dupré |
fix bug in notebook rst exporter , add unit test |
|
2506 |
2018-03-26 |
xavier dupré |
update unit test on full documention |
|
2505 |
2018-03-26 |
xavier dupré |
improve unit test, look for graphviz on appveyor |
|
2504 |
2018-03-26 |
xavier dupré |
disable latex by default for videos |
|
2503 |
2018-03-25 |
xavier dupré |
add test |
|
2502 |
2018-03-25 |
xavier dupré |
fix unit test |
|
2501 |
2018-03-25 |
xavier dupré |
update sys.path, make sure the right file is imported |
|
2500 |
2018-03-25 |
xavier dupré |
more logging |
|
2499 |
2018-03-25 |
xavier dupré |
more display |
|
2498 |
2018-03-25 |
xavier dupré |
more logging to understand an error on CI |
|
2497 |
2018-03-25 |
xavier dupré |
first step for #116, post process notebook for raw:: html |
|
2496 |
2018-03-25 |
xavier dupré |
custom log |
|
2495 |
2018-03-25 |
xavier dupré |
disable a test on python 3.5 |
|
2494 |
2018-03-24 |
xavier dupré |
fix unit test |
|
2493 |
2018-03-24 |
xavier dupré |
fix history |
|
2492 |
2018-03-24 |
xavier dupré |
move logging |
|
2491 |
2018-03-24 |
xavier dupré |
simplify appveyor |
|
2490 |
2018-03-24 |
xavier dupré |
enables tests |
|
2489 |
2018-03-24 |
xavier dupré |
add unpublished fixed issues |
|
2488 |
2018-03-24 |
xavier dupré |
finalize history builder |
|
2487 |
2018-03-24 |
xavier dupré |
documentation link to new pypi |
|
2486 |
2018-03-24 |
xavier dupré |
retrieves history of a package |
|
2485 |
2018-03-24 |
xavier dupré |
extends unit test coverage |
|
2484 |
2018-03-24 |
xavier dupré |
extend unittests coverage |
|
2483 |
2018-03-22 |
xavier dupré |
modifies log display in run_cmd |
|
2482 |
2018-03-21 |
xavier dupré |
add license |
|
2481 |
2018-03-21 |
xavier dupré |
fix copy files for documentation |
|
2480 |
2018-03-21 |
xavier dupré |
fix unit test |
|
2479 |
2018-03-21 |
xavier dupré |
update dependency |
|
2478 |
2018-03-21 |
xavier dupré |
update for jyquickhelper, remove python 2.7 |
|
2477 |
2018-03-21 |
xavier dupré |
fix failing unit test |
|
2476 |
2018-03-21 |
xavier dupré |
fix failing unit test due to removed files |
|
2475 |
2018-03-21 |
xavier dupré |
increase unit test coverage, remove deprecated functions |
|
2474 |
2018-03-21 |
xavier dupré |
fix misspelled reference in documentation |
|
2473 |
2018-03-20 |
xavier dupré |
fix feature #111, replace menu by .. content: |
|
2472 |
2018-03-20 |
xavier dupré |
disable one test on travis |
|
2471 |
2018-03-20 |
xavier dupré |
first step to #42, #111, custom export to rst |
|
2470 |
2018-03-20 |
xavier dupré |
update path in setup (ROOT, BLIB - hidden options) |
|
2469 |
2018-03-19 |
xavier dupré |
add another fix for pip 9.0.2 |
|
2468 |
2018-03-19 |
xavier dupré |
history |
|
2467 |
2018-03-19 |
xavier dupré |
blog post |
|
2466 |
2018-03-19 |
xavier dupré |
improve blog list |
|
2465 |
2018-03-18 |
xavier dupré |
add fix_pip_902 to add missing dependencies |
|
2464 |
2018-03-17 |
xavier dupré |
pip 9.0.2 has an issue, tries to address it |
|
2463 |
2018-03-17 |
xavier dupré |
fix unit test |
|
2462 |
2018-03-17 |
xavier dupré |
fix issue with require.js |
|
2461 |
2018-03-17 |
xavier dupré |
update the way to get require.js |
|
2460 |
2018-03-15 |
xavier dupré |
disable unit test on circleci |
|
2459 |
2018-03-15 |
xavier dupré |
fix requirments appveyor, travis |
|
2458 |
2018-03-15 |
xavier dupré |
#112 allow custom snippet for notebooks |
|
2457 |
2018-03-15 |
xavier dupré |
fix wrong documentation format |
|
2456 |
2018-03-15 |
xavier dupré |
update build and documentation |
|
2455 |
2018-03-15 |
xavier dupré |
modifies the test about javascript |
|
2454 |
2018-03-14 |
xavier dupré |
first try to handle javascript |
|
2453 |
2018-03-13 |
xavier dupré |
update appveyor |
|
2452 |
2018-03-13 |
xavier dupré |
fix one latex issue (continue if output), replace movie15 by media9 |
|
2451 |
2018-03-13 |
xavier dupré |
add function to convert svg into an image |
|
2450 |
2018-03-10 |
xavier dupré |
update appveyor |
|
2449 |
2018-03-10 |
xavier dupré |
#108, add lab command |
|
2448 |
2018-03-03 |
xavier dupré |
documentation blog post |
|
2447 |
2018-03-03 |
xavier dupré |
fix misspelling |
|
2446 |
2018-03-03 |
xavier dupré |
switch to xelatex if possible |
|
2445 |
2018-03-03 |
xavier dupré |
improve error message |
|
2444 |
2018-03-03 |
xavier dupré |
improve latex processing (add -quiet to the command line) |
|
2443 |
2018-03-01 |
xavier dupré |
deals with pending_xref in rst outputter #104 |
|
2442 |
2018-02-27 |
xavier dupré |
fix sphinx import issue (raised by 1.7.1) |
|
2441 |
2018-02-25 |
xavier dupré |
add another replacement to rst format |
|
2440 |
2018-02-25 |
xavier dupré |
add accent to test |
|
2439 |
2018-02-25 |
xavier dupré |
update unit test, change default values for latex and accents |
|
2438 |
2018-02-23 |
xavier dupré |
documentation for #102 |
|
2437 |
2018-02-23 |
xavier dupré |
fix sphinx command line |
|
2436 |
2018-02-23 |
xavier dupré |
add bokeh to appveyor |
|
2435 |
2018-02-23 |
xavier dupré |
update appveyor |
|
2434 |
2018-02-23 |
xavier dupré |
update appveyor |
|
2433 |
2018-02-23 |
xavier dupré |
update appveyor |
|
2432 |
2018-02-23 |
xavier dupré |
fix latex miktex |
|
2431 |
2018-02-23 |
xavier dupré |
appveyor and miktex |
|
2430 |
2018-02-23 |
xavier dupré |
update appveyor + history |
|
2429 |
2018-02-23 |
xavier dupré |
update setup.py |
|
2428 |
2018-02-23 |
xavier dupré |
update setup.py |
|
2427 |
2018-02-23 |
xavier dupré |
simplify automated scripts |
|
2426 |
2018-02-23 |
xavier dupré |
fix a bug in ungzip_files |
|
2425 |
2018-02-21 |
xavier dupré |
update miktex install |
|
2424 |
2018-02-21 |
xavier dupré |
update appveyor |
|
2423 |
2018-02-20 |
xavier dupré |
fix appveyor |
|
2422 |
2018-02-20 |
xavier dupré |
update build |
|
2421 |
2018-02-17 |
xavier dupré |
configuration + copy pdf in html folder |
|
2420 |
2018-02-17 |
xavier dupré |
update latex default |
|
2419 |
2018-02-16 |
xavier dupré |
allow clean to be callable (get_temp_folder) |
|
2418 |
2018-02-16 |
xavier dupré |
upgrade version |
|
2417 |
2018-02-16 |
xavier dupré |
add assertEqualDict |
|
2416 |
2018-02-14 |
xavier dupré |
fix case for a filename |
|
2415 |
2018-02-14 |
xavier dupré |
more keywords, update history |
|
2414 |
2018-02-13 |
xavier dupré |
update version number |
|
2413 |
2018-02-13 |
xavier dupré |
fix sphinx issue, duplicated code |
|
2412 |
2018-02-13 |
xavier dupré |
add bokeh_plot (failing with sphinx 1.7) |
|
2411 |
2018-02-13 |
xavier dupré |
fix command line for sphinx |
|
2410 |
2018-02-13 |
xavier dupré |
upgrade reveal.js to 3.6.0 |
|
2409 |
2018-02-13 |
xavier dupré |
fix unit tests inheritance |
|
2408 |
2018-02-13 |
xavier dupré |
update to Sphinx 1.7 + many modifications |
|
2407 |
2018-02-13 |
xavier dupré |
fixes one bug for Sphinx 1.7 |
|
2406 |
2018-02-13 |
xavier dupré |
update to sphinx 1.7 |
|
2405 |
2018-02-12 |
xavier dupré |
add assert equal number |
|
2404 |
2018-02-10 |
xavier dupré |
better logging |
|
2403 |
2018-02-09 |
xavier dupré |
add parameter filter_name |
|
2402 |
2018-02-07 |
xavier dupré |
remove unused variable |
|
2401 |
2018-02-07 |
xavier dupré |
catch more exception, better error messages |
|
2400 |
2018-02-05 |
xavier dupré |
fix error messages |
|
2399 |
2018-02-04 |
xavier dupré |
catches an exception and gives more feedback |
|
2397 |
2018-02-04 |
xavier dupré |
fix indentation in documentation #100 |
|
2396 |
2018-02-03 |
xavier dupré |
fix mathdef tag |
|
2394 |
2018-02-03 |
xavier dupré |
fix dupicated warnings |
|
2393 |
2018-02-03 |
xavier dupré |
more insights on warnings |
|
2392 |
2018-02-03 |
xavier dupré |
fix configuration |
|
2391 |
2018-02-02 |
xavier dupré |
update custom style for blogpost |
|
2390 |
2018-02-02 |
xavier dupré |
fix sphinx classes |
|
2388 |
2018-01-31 |
xavier dupré |
fix issue #96, better handling of notebooks in latex |
|
2387 |
2018-01-31 |
xavier dupré |
fix issue #99, better handling of examples galleries |
|
2386 |
2018-01-30 |
xavier dupré |
disable unit test on travis circleci |
|
2385 |
2018-01-30 |
xavier dupré |
update unit test |
|
2384 |
2018-01-30 |
xavier dupré |
add csv to the list of files to copy |
|
2383 |
2018-01-30 |
xavier dupré |
add file extension csv (copy file for documentation) |
|
2382 |
2018-01-30 |
xavier dupré |
fix import issues |
|
2381 |
2018-01-29 |
xavier dupré |
fix import issue |
|
2380 |
2018-01-29 |
xavier dupré |
fix issue with tkinter and virtual envrionment |
|
2379 |
2018-01-29 |
xavier dupré |
fix #95 about replacing unicode characters |
|
2378 |
2018-01-28 |
xavier dupré |
add fixture, feature #94 |
|
2377 |
2018-01-28 |
xavier dupré |
fix pylzma appveyor python 3.5 |
|
2376 |
2018-01-27 |
xavier dupré |
catch from exception for notebook coverage |
|
2374 |
2018-01-20 |
xavier dupré |
update appveyor |
|
2373 |
2018-01-20 |
xavier dupré |
pandas on appveyor |
|
2372 |
2018-01-20 |
xavier dupré |
disable two test on linux |
|
2371 |
2018-01-19 |
xavier dupré |
pep8 |
|
2370 |
2018-01-19 |
xavier dupré |
documentation + extend unit test coverage |
|
2369 |
2018-01-19 |
xavier dupré |
catch one case when fLOG is None |
|
2368 |
2018-01-19 |
xavier dupré |
add custom replacements in notebooks, feature #93 |
|
2367 |
2018-01-17 |
xavier dupré |
fix issue with jenkins server with a script including XML special characters |
|
2366 |
2018-01-16 |
xavier dupré |
fix and test a latex issue for videos |
|
2365 |
2018-01-16 |
xavier dupré |
fix latex issue for sphinx directive video |
|
2364 |
2018-01-15 |
xavier dupré |
fix relative path in directive video |
|
2363 |
2018-01-15 |
xavier dupré |
update setup with an extension |
|
2362 |
2018-01-15 |
xavier dupré |
update one missing extension in setup.py |
|
2361 |
2018-01-15 |
xavier dupré |
update history |
|
2360 |
2018-01-15 |
xavier dupré |
better error message, skip gif extension |
|
2359 |
2018-01-15 |
xavier dupré |
fix unit test, extensions, warnings |
|
2358 |
2018-01-15 |
xavier dupré |
update documentation generation, fixes a few bugs |
|
2357 |
2018-01-14 |
xavier dupré |
add unit test on thumbnail, fixes a few bugs |
|
2356 |
2018-01-14 |
xavier dupré |
finalize video extension #92 |
|
2355 |
2018-01-14 |
xavier dupré |
include sphinxcontrib-image + unit test |
|
2354 |
2018-01-14 |
xavier dupré |
first step in adding video extension for sphinx |
|
2353 |
2018-01-11 |
xavier dupré |
remove unnecessary import |
|
2352 |
2018-01-11 |
xavier dupré |
catch exception in unzip_files |
|
2351 |
2018-01-09 |
xavier dupré |
replaces an exception by a warning |
|
2350 |
2018-01-09 |
xavier dupré |
disable one test on travis, circleci |
|
2349 |
2018-01-09 |
xavier dupré |
add command line for 7z (LZMA2) |
|
2348 |
2018-01-08 |
xavier dupré |
fix failing unit test |
|
2347 |
2018-01-08 |
xavier dupré |
move one unit test, api call is failing too many often |
|
2346 |
2018-01-05 |
xavier dupré |
fix issue with None in autosignature |
|
2345 |
2018-01-02 |
xavier dupré |
do not remove previous coverage report |
|
2344 |
2018-01-02 |
xavier dupré |
fix coverage report, fix issue #73 |
|
2343 |
2018-01-02 |
xavier dupré |
another fix |
|
2342 |
2018-01-02 |
xavier dupré |
fix missing parameters |
|
2341 |
2018-01-02 |
xavier dupré |
improve error message |
|
2340 |
2018-01-01 |
xavier dupré |
reorder instructions in a function |
|
2339 |
2018-01-01 |
xavier dupré |
reoder instructions in a function |
|
2338 |
2018-01-01 |
xavier dupré |
still fixing absolute path while merging coverage |
|
2337 |
2018-01-01 |
xavier dupré |
additional information in an error message |
|
2336 |
2018-01-01 |
xavier dupré |
shorten error message |
|
2335 |
2018-01-01 |
xavier dupré |
update path for coverage_combine |
|
2334 |
2018-01-01 |
xavier dupré |
better error message |
|
2333 |
2018-01-01 |
xavier dupré |
longer error message |
|
2332 |
2018-01-01 |
xavier dupré |
shorten error message |
|
2331 |
2018-01-01 |
xavier dupré |
update coverage merging |
|
2330 |
2018-01-01 |
xavier dupré |
add abapath, normpath |
|
2329 |
2018-01-01 |
xavier dupré |
fix failing unit test |
|
2328 |
2018-01-01 |
xavier dupré |
add logging function to git clone, add a unit test to check merging of code coverage |
|
2327 |
2018-01-01 |
xavier dupré |
data for unit test |
|
2326 |
2018-01-01 |
xavier dupré |
extend unit test coverage |
|
2325 |
2018-01-01 |
xavier dupré |
removes fix_ie_layout_html (unused) |
|
2324 |
2018-01-01 |
xavier dupré |
improve logging while running unit tests |
|
2323 |
2017-12-31 |
xavier dupré |
order items to avoid unit test to fail |
|
2322 |
2017-12-31 |
xavier dupré |
fix source path in unit test |
|
2321 |
2017-12-31 |
xavier dupré |
disable one test on python 3.5- |
|
2320 |
2017-12-31 |
xavier dupré |
fix a bug in unit tests |
|
2319 |
2017-12-31 |
xavier dupré |
fix None value for unit test |
|
2318 |
2017-12-31 |
xavier dupré |
merges coverage reports in unit tests |
|
2317 |
2017-12-31 |
xavier dupré |
fix unit test broken in previous commit |
|
2316 |
2017-12-31 |
xavier dupré |
better display in unit tests |
|
2315 |
2017-12-31 |
xavier dupré |
use parameter process |
|
2314 |
2017-12-31 |
xavier dupré |
add parameter process |
|
2313 |
2017-12-31 |
xavier dupré |
add function to combine coverage reports |
|
2312 |
2017-12-31 |
xavier dupré |
add unit test data |
|
2311 |
2017-12-30 |
xavier dupré |
better error message |
|
2310 |
2017-12-30 |
xavier dupré |
better error message |
|
2309 |
2017-12-30 |
xavier dupré |
better error message |
|
2308 |
2017-12-30 |
xavier dupré |
better error message |
|
2307 |
2017-12-17 |
xavier dupré |
update coverage for notebooks |
|
2306 |
2017-12-17 |
xavier dupré |
update notebook badge |
|
2305 |
2017-12-17 |
xavier dupré |
rename nbcov.png in nbcov-date.png |
|
2304 |
2017-12-15 |
xavier dupré |
update pattern for artefacts |
|
2303 |
2017-12-15 |
xavier dupré |
fix issue #86, last line in notebooks |
|
2302 |
2017-12-12 |
xavier dupré |
catch an exception for a better message |
|
2300 |
2017-12-08 |
xavier dupré |
fix unit test on local jenkins |
|
2299 |
2017-12-08 |
xavier dupré |
fix unit test |
|
2298 |
2017-12-08 |
xavier dupré |
fix unit test |
|
2297 |
2017-12-08 |
xavier dupré |
better display in unit test |
|
2296 |
2017-12-08 |
xavier dupré |
update unit test |
|
2295 |
2017-12-08 |
xavier dupré |
update unit test |
|
2294 |
2017-12-07 |
xavier dupré |
fix bug on linux |
|
2293 |
2017-12-07 |
xavier dupré |
update unit test on linux |
|
2292 |
2017-12-07 |
xavier dupré |
add function reap_children |
|
2291 |
2017-12-06 |
xavier dupré |
remove unnecessary import |
|
2290 |
2017-12-04 |
xavier dupré |
enable disabled tests |
|
2289 |
2017-12-04 |
xavier dupré |
remove one print |
|
2288 |
2017-12-04 |
xavier dupré |
fix issue #85, rename cmdref function name |
|
2287 |
2017-12-04 |
xavier dupré |
better error message |
|
2286 |
2017-12-04 |
xavier dupré |
skip a parameter in fLOG (when printing) |
|
2285 |
2017-12-02 |
xavier dupré |
clean docstring from sphinx syntax #84 |
|
2284 |
2017-12-01 |
xavier dupré |
propagate options for call_cli_function |
|
2282 |
2017-12-01 |
xavier dupré |
fix default path for python on appveyor |
|
2281 |
2017-12-01 |
xavier dupré |
fix appeveyor |
|
2280 |
2017-11-30 |
xavier dupré |
update full path |
|
2279 |
2017-11-29 |
xavier dupré |
fix path issue on linux |
|
2278 |
2017-11-29 |
xavier dupré |
update script, fix path, add methods in ExtTestCase |
|
2277 |
2017-11-29 |
xavier dupré |
update script |
|
2276 |
2017-11-28 |
xavier dupré |
upgrade to 1.6 |
|
2275 |
2017-11-24 |
xavier dupré |
utf-8 |
|
2273 |
2017-11-24 |
xavier dupré |
remove the gz upload by default |
|
2272 |
2017-11-23 |
xavier dupré |
disable github api test on ci |
|
2271 |
2017-11-22 |
xavier dupré |
add copy of data extension when building the documentation |
|
2269 |
2017-11-19 |
xavier dupré |
documentation + add a function which simplifies the notebook testing |
|
2268 |
2017-11-19 |
xavier dupré |
fix for travis and API limits |
|
2267 |
2017-11-19 |
xavier dupré |
fix issue with authentified calls to github API |
|
2266 |
2017-11-19 |
xavier dupré |
add a function to call github api |
|
2265 |
2017-11-19 |
xavier dupré |
remove warnings |
|
2264 |
2017-11-19 |
xavier dupré |
remove strong dependency on sphinxcontrib.jsdemo |
|
2263 |
2017-11-16 |
xavier dupré |
improve badges, add more unit tests |
|
2262 |
2017-11-13 |
xavier dupré |
fix appveyor syntax |
|
2261 |
2017-11-13 |
xavier dupré |
add artifacts to appveyor |
|
2260 |
2017-11-13 |
xavier dupré |
add artifacts in appveyor |
|
2259 |
2017-11-12 |
xavier dupré |
space dash |
|
2258 |
2017-11-12 |
xavier dupré |
fix mistake when a value is None |
|
2257 |
2017-11-12 |
xavier dupré |
remove non-ascii character before converter a notebook into PDF |
|
2256 |
2017-11-12 |
xavier dupré |
update python version |
|
2255 |
2017-11-12 |
xavier dupré |
update python version |
|
2254 |
2017-11-11 |
xavier dupré |
add parameter _pp to use pprint |
|
2253 |
2017-11-11 |
xavier dupré |
add space in notebook coverage |
|
2252 |
2017-11-10 |
xavier dupré |
add supported extension when copying data to documentation folder |
|
2251 |
2017-11-10 |
xavier dupré |
filters out a matplotlib warning |
|
2250 |
2017-11-04 |
xavier dupré |
remove unneeded module |
|
2249 |
2017-11-04 |
xavier dupré |
remove filelock |
|
2248 |
2017-11-04 |
xavier dupré |
fix the use of filelock |
|
2247 |
2017-11-03 |
xavier dupré |
use of filelock to prevent some issues when writing a file file |
|
2246 |
2017-10-23 |
xavier dupré |
add modules for the documentation |
|
2245 |
2017-10-23 |
xavier dupré |
better logging for tkinter |
|
2244 |
2017-10-22 |
xavier dupré |
improve snippet building for a notebook |
|
2243 |
2017-10-22 |
xavier dupré |
support another tag for snippets |
|
2242 |
2017-10-21 |
xavier dupré |
better error message when getting a snippet for a notebook |
|
2241 |
2017-10-21 |
xavier dupré |
update notebook processing for bokeh |
|
2240 |
2017-10-21 |
xavier dupré |
continuing fixing issue for bokeh in a notebook |
|
2239 |
2017-10-21 |
xavier dupré |
regular expression, run_notebook, notebook snippet |
|
2238 |
2017-10-21 |
xavier dupré |
fix assertion message |
|
2237 |
2017-10-21 |
xavier dupré |
fix notebook execution numbers |
|
2236 |
2017-10-21 |
xavier dupré |
fix another bug when converting notebook including bokeh graphs |
|
2235 |
2017-10-20 |
xavier dupré |
fix height estimation for notebook including javascript produced by bokeh |
|
2233 |
2017-10-20 |
xavier dupré |
add notebook number due to notebook 5.1.0 |
|
2232 |
2017-10-20 |
xavier dupré |
add notebook number due to notebook 5.1.0 |
|
2231 |
2017-10-18 |
xavier dupré |
catch warning around keyring |
|
2230 |
2017-10-17 |
xavier dupré |
better error message |
|
2228 |
2017-10-13 |
xavier dupré |
fix indentation issue in documentation (doxypy) + documentation |
|
2227 |
2017-10-13 |
xavier dupré |
pep8 |
|
2225 |
2017-10-12 |
xavier dupré |
fix a bug for youtube extension and pdf |
|
2224 |
2017-10-12 |
xavier dupré |
reduce the size of summaries for every documented module |
|
2223 |
2017-10-09 |
xavier dupré |
fix windows scripts |
|
2222 |
2017-10-07 |
xavier dupré |
fix youtube extension |
|
2221 |
2017-10-07 |
xavier dupré |
fix unittests |
|
2220 |
2017-10-06 |
xavier dupré |
add youtube sphinx extension |
|
2219 |
2017-10-06 |
xavier dupré |
add sphinx youtube extension in default list |
|
2217 |
2017-10-03 |
xavier dupré |
fix documentation |
|
2216 |
2017-10-02 |
xavier dupré |
improve documentation summaries |
|
2215 |
2017-09-24 |
xavier dupré |
add more method in ExtTestCase |
|
2214 |
2017-09-23 |
xavier dupré |
pep8 |
|
2213 |
2017-09-23 |
xavier dupré |
blog post + documentation + more assert function |
|
2212 |
2017-09-23 |
xavier dupré |
adds function for unit test cases |
|
2211 |
2017-09-21 |
xavier dupré |
implements feature #77 , custom test class |
|
2210 |
2017-09-20 |
xavier dupré |
implements #78 - rename unit test folder |
|
2209 |
2017-09-20 |
xavier dupré |
catch an exception and display a better error message |
|
2208 |
2017-09-19 |
xavier dupré |
add parameter max_path to get_temp_folder |
|
2207 |
2017-09-17 |
xavier dupré |
update artifacts patterns |
|
2206 |
2017-09-17 |
xavier dupré |
add artifacts for jenkins |
|
2205 |
2017-09-16 |
xavier dupré |
fix parth issue in an example |
|
2204 |
2017-09-16 |
xavier dupré |
fix example + better log during documentation |
|
2203 |
2017-09-16 |
xavier dupré |
pep8 |
|
2202 |
2017-09-16 |
xavier dupré |
fix issue #76 (tells time) + improve coverage notrebook report |
|
2201 |
2017-09-15 |
xavier dupré |
fix for python 3.5 |
|
2200 |
2017-09-15 |
xavier dupré |
fix differences between python 3.5, 3.6 |
|
2199 |
2017-09-14 |
xavier dupré |
add winzipfile to deal with a bug on windows |
|
2198 |
2017-09-12 |
xavier dupré |
remove sharenet link when configured to be removed in blogpost |
|
2197 |
2017-09-10 |
xavier dupré |
catch encoding issues if any |
|
2196 |
2017-09-10 |
xavier dupré |
update unit test stat_helper, clean file *thumb.png |
|
2195 |
2017-09-10 |
xavier dupré |
add function to find links to notebook in the documentation |
|
2194 |
2017-09-09 |
xavier dupré |
copy code coverage in a shared location |
|
2193 |
2017-09-09 |
xavier dupré |
disable one unit test on travis |
|
2191 |
2017-09-09 |
xavier dupré |
add unit test for #74 |
|
2190 |
2017-09-09 |
xavier dupré |
fix bug #74 - doxypy failing with annotation |
|
2189 |
2017-09-09 |
xavier dupré |
documentation, add function nb2rst, better error message |
|
2188 |
2017-09-08 |
xavier dupré |
fix None module_name #73 |
|
2187 |
2017-09-08 |
xavier dupré |
copy coverage report for #73 |
|
2186 |
2017-09-07 |
xavier dupré |
fix IndexError exception while generation the documentation |
|
2185 |
2017-09-05 |
xavier dupré |
fix unit test after last change |
|
2184 |
2017-09-05 |
xavier dupré |
fix image link in notebook gallery |
|
2183 |
2017-09-05 |
xavier dupré |
fix unit test |
|
2182 |
2017-09-05 |
xavier dupré |
add parameter neg_pattern for #68 |
|
2181 |
2017-09-05 |
xavier dupré |
better error image |
|
2180 |
2017-09-04 |
xavier dupré |
implements #72 , another layout for notebooks |
|
2179 |
2017-09-04 |
xavier dupré |
fix bug #68, clean notebook galleries |
|
2178 |
2017-09-03 |
xavier dupré |
remove checkpoints from the list of notebooks |
|
2177 |
2017-09-03 |
xavier dupré |
implements #71 - skip old notebooks execution |
|
2176 |
2017-09-02 |
xavier dupré |
add default websites |
|
2175 |
2017-09-02 |
xavier dupré |
add notebook to test add_missing_development_version |
|
2174 |
2017-09-01 |
xavier dupré |
add epkg matplotlib |
|
2173 |
2017-09-01 |
xavier dupré |
fix a misspelling |
|
2172 |
2017-09-01 |
xavier dupré |
pep8 |
|
2171 |
2017-09-01 |
xavier dupré |
better logs + clean examples folder gallery |
|
2170 |
2017-08-31 |
xavier dupré |
less logs for one unit test |
|
2168 |
2017-08-31 |
xavier dupré |
do not overwrite toctree if cannot remove TocTreeCollector |
|
2167 |
2017-08-31 |
xavier dupré |
fix unit est for #69 |
|
2166 |
2017-08-31 |
xavier dupré |
fix bug #69 about toctree |
|
2165 |
2017-08-31 |
xavier dupré |
fix name in unit test |
|
2164 |
2017-08-31 |
xavier dupré |
update notebook git_dataframes |
|
2163 |
2017-08-30 |
xavier dupré |
better searchable logs |
|
2162 |
2017-08-30 |
xavier dupré |
better error message |
|
2161 |
2017-08-29 |
xavier dupré |
add missing imports |
|
2160 |
2017-08-29 |
xavier dupré |
update notebook on history |
|
2159 |
2017-08-29 |
xavier dupré |
changes the display of the coverage, improve a notebook on git |
|
2158 |
2017-08-29 |
xavier dupré |
fix a bug about cached urls in notebooks |
|
2156 |
2017-08-27 |
xavier dupré |
fix a bug for #67 |
|
2155 |
2017-08-27 |
xavier dupré |
fix a bug for #67 |
|
2154 |
2017-08-27 |
xavier dupré |
implement #67 - tocdelay |
|
2153 |
2017-08-27 |
xavier dupré |
investigate a failure on circleci |
|
2152 |
2017-08-27 |
xavier dupré |
enables log |
|
2151 |
2017-08-27 |
xavier dupré |
display for circleci |
|
2150 |
2017-08-27 |
xavier dupré |
fix a warning in an automated toctree |
|
2149 |
2017-08-27 |
xavier dupré |
implements #62, #66, add background |
|
2148 |
2017-08-27 |
xavier dupré |
add only:: html for blogs |
|
2147 |
2017-08-26 |
xavier dupré |
add warning to filter out |
|
2146 |
2017-08-26 |
xavier dupré |
fix issue #65 - clean readme |
|
2145 |
2017-08-25 |
xavier dupré |
disable unit test on travis |
|
2144 |
2017-08-25 |
xavier dupré |
fix bracket issue |
|
2143 |
2017-08-25 |
xavier dupré |
improve git error message + fix size of git record + better error message |
|
2142 |
2017-08-25 |
xavier dupré |
move a unit test into the SKIP series, add a wanring |
|
2141 |
2017-08-25 |
xavier dupré |
fix unit test + avoid rewriting files when there is not change (cleaning) |
|
2140 |
2017-08-25 |
xavier dupré |
fix unit test |
|
2139 |
2017-08-25 |
xavier dupré |
fix unit test |
|
2138 |
2017-08-25 |
xavier dupré |
remove unnecessary file |
|
2137 |
2017-08-25 |
xavier dupré |
catch zip extension in git log, add list_table in df2rst |
|
2136 |
2017-08-25 |
xavier dupré |
add notebook + requirements |
|
2135 |
2017-08-25 |
xavier dupré |
extend functionalities to get details about files in the logs |
|
2134 |
2017-08-25 |
xavier dupré |
fix coverage report |
|
2133 |
2017-08-22 |
xavier dupré |
better error message |
|
2132 |
2017-08-22 |
xavier dupré |
add links |
|
2131 |
2017-08-22 |
xavier dupré |
fix writing a copy of the non modified final latex |
|
2130 |
2017-08-21 |
xavier dupré |
fix issues with quotes, add a copy of the original latex file |
|
2129 |
2017-08-21 |
xavier dupré |
add package etex for latex (issue with xy on linux - texline) |
|
2128 |
2017-08-20 |
xavier dupré |
increase the level of an automated toctree |
|
2127 |
2017-08-20 |
xavier dupré |
add so extension when copying files |
|
2126 |
2017-08-20 |
xavier dupré |
update regular expressions |
|
2125 |
2017-08-20 |
xavier dupré |
update circleci |
|
2124 |
2017-08-20 |
xavier dupré |
update copy instructions |
|
2123 |
2017-08-20 |
xavier dupré |
update circleci artifacts |
|
2122 |
2017-08-20 |
xavier dupré |
update documentation steps for travis |
|
2121 |
2017-08-20 |
xavier dupré |
update missing dependencies for circleci |
|
2120 |
2017-08-20 |
xavier dupré |
add scikit-learn for the documentation + ; –> : on linux |
|
2119 |
2017-08-20 |
xavier dupré |
fix bug for appveyor |
|
2118 |
2017-08-20 |
xavier dupré |
replace ; by : on linux |
|
2117 |
2017-08-20 |
xavier dupré |
better coverage + fix a path issue on linux and pdflatex |
|
2116 |
2017-08-20 |
xavier dupré |
fix one unit test on circleci, better error message |
|
2115 |
2017-08-20 |
xavier dupré |
better error message + one fix for linux |
|
2114 |
2017-08-20 |
xavier dupré |
disable unrar (not available easily on ubuntu) |
|
2113 |
2017-08-20 |
xavier dupré |
fix issues on linux, add blog post |
|
2112 |
2017-08-20 |
xavier dupré |
enable test on circleci, update setup.py |
|
2111 |
2017-08-20 |
xavier dupré |
move one quote and fix a bug on linux |
|
2110 |
2017-08-20 |
xavier dupré |
pep8 |
|
2109 |
2017-08-20 |
xavier dupré |
catch more error |
|
2108 |
2017-08-20 |
xavier dupré |
update requiremnts |
|
2107 |
2017-08-20 |
xavier dupré |
update requirements |
|
2106 |
2017-08-20 |
xavier dupré |
add one missing dependency |
|
2105 |
2017-08-20 |
xavier dupré |
update requirements |
|
2104 |
2017-08-20 |
xavier dupré |
add inkscape to the build |
|
2103 |
2017-08-20 |
xavier dupré |
remove extra spaces when calling pdflatex |
|
2102 |
2017-08-20 |
xavier dupré |
fix pandoc import |
|
2101 |
2017-08-20 |
xavier dupré |
update one notebook |
|
2100 |
2017-08-20 |
xavier dupré |
fix a path for linux |
|
2099 |
2017-08-20 |
xavier dupré |
fix unit test on linux |
|
2098 |
2017-08-20 |
xavier dupré |
more display |
|
2097 |
2017-08-20 |
xavier dupré |
more display |
|
2096 |
2017-08-20 |
xavier dupré |
catch exception in a better way |
|
2095 |
2017-08-20 |
xavier dupré |
couple of fixes for linux |
|
2094 |
2017-08-19 |
xavier dupré |
fix path not linux |
|
2093 |
2017-08-19 |
xavier dupré |
fix path for linux |
|
2092 |
2017-08-19 |
xavier dupré |
fix a couple of thinks for linux |
|
2091 |
2017-08-19 |
xavier dupré |
fix timing of unit tests |
|
2090 |
2017-08-19 |
xavier dupré |
fixes for linux |
|
2089 |
2017-08-19 |
xavier dupré |
texlive |
|
2088 |
2017-08-19 |
xavier dupré |
circlecli |
|
2087 |
2017-08-19 |
xavier dupré |
remove prompt |
|
2086 |
2017-08-19 |
xavier dupré |
circleci |
|
2085 |
2017-08-19 |
xavier dupré |
add latex |
|
2084 |
2017-08-19 |
xavier dupré |
sudo |
|
2083 |
2017-08-19 |
xavier dupré |
update pandoc |
|
2082 |
2017-08-19 |
xavier dupré |
circleci + pandoc + latex |
|
2081 |
2017-08-19 |
xavier dupré |
fix sphinx conf |
|
2080 |
2017-08-19 |
xavier dupré |
few fixes for circleci |
|
2079 |
2017-08-19 |
xavier dupré |
add badge for circleci |
|
2078 |
2017-08-19 |
xavier dupré |
second series of fixes for circleci |
|
2077 |
2017-08-19 |
xavier dupré |
fix issues for circleci |
|
2076 |
2017-08-19 |
xavier dupré |
add support for circleci |
|
2075 |
2017-08-19 |
xavier dupré |
fix circleci |
|
2074 |
2017-08-19 |
xavier dupré |
remove sphinxcontrib-fancybox |
|
2073 |
2017-08-19 |
xavier dupré |
new configuration for circleci |
|
2072 |
2017-08-19 |
xavier dupré |
change python version for circleci |
|
2071 |
2017-08-19 |
xavier dupré |
rename circle.yml |
|
2070 |
2017-08-19 |
xavier dupré |
clean unnecessary files |
|
2069 |
2017-08-19 |
xavier dupré |
add circle.yml |
|
2068 |
2017-08-17 |
xavier dupré |
documentation, change column size |
|
2067 |
2017-08-17 |
xavier dupré |
fix path in default_filter_warning |
|
2065 |
2017-08-16 |
xavier dupré |
documentation + script |
|
2064 |
2017-08-16 |
xavier dupré |
fix notebook coverage reprot |
|
2063 |
2017-08-16 |
xavier dupré |
change documentation theme, add coverage to coverage report |
|
2062 |
2017-08-15 |
xavier dupré |
fix type issue |
|
2061 |
2017-08-15 |
xavier dupré |
hide MatplotlibDeprecationWarning from the list of displayed warnings |
|
2060 |
2017-08-15 |
xavier dupré |
implement notebook coverage badge #59 |
|
2059 |
2017-08-15 |
xavier dupré |
fix missing columns |
|
2058 |
2017-08-15 |
xavier dupré |
update report on notebooks |
|
2057 |
2017-08-15 |
xavier dupré |
pep8 |
|
2056 |
2017-08-15 |
xavier dupré |
move one unit test in skip series |
|
2055 |
2017-08-15 |
xavier dupré |
fix documentation |
|
2054 |
2017-08-15 |
xavier dupré |
fix key in execute_notebooks_list |
|
2053 |
2017-08-15 |
xavier dupré |
add index when showing the notebook coverage |
|
2052 |
2017-08-15 |
xavier dupré |
fix unit test introduced by previous commits #52 |
|
2051 |
2017-08-14 |
xavier dupré |
add notebook coverage report to documentation #52- #52 |
|
2050 |
2017-08-14 |
xavier dupré |
compute a kind of coverage report for notebooks |
|
2049 |
2017-08-14 |
xavier dupré |
fix paths, replaxce EOL for #52 |
|
2048 |
2017-08-14 |
xavier dupré |
fix unit test after a change on #52 |
|
2047 |
2017-08-13 |
xavier dupré |
fix previous checkin for issue #52 |
|
2046 |
2017-08-13 |
xavier dupré |
first step towards #52, dump the results of the notebooks |
|
2045 |
2017-08-13 |
xavier dupré |
disable one file only used for unit test |
|
2044 |
2017-08-13 |
xavier dupré |
fix #57, history is now generated |
|
2043 |
2017-08-12 |
xavier dupré |
fix missing dependency |
|
2042 |
2017-08-12 |
xavier dupré |
add module releases with a couple of modification for #57 |
|
2041 |
2017-08-11 |
xavier dupré |
fix unit test (misspelling) #57 |
|
2040 |
2017-08-11 |
xavier dupré |
a couple of fixes for #57 but still not perfect |
|
2039 |
2017-08-11 |
xavier dupré |
remove release from the list of sphinx extension (see #57), small fixes about the documentation |
|
2038 |
2017-08-11 |
xavier dupré |
add missing handlers for RST builder |
|
2037 |
2017-08-11 |
xavier dupré |
fix for #56 as sphinx does not allow functions as values in the configuration |
|
2036 |
2017-08-11 |
xavier dupré |
implement feature #56 (epkg) |
|
2035 |
2017-08-11 |
xavier dupré |
fix misspelling |
|
2034 |
2017-08-11 |
xavier dupré |
feature #53 |
|
2033 |
2017-08-11 |
xavier dupré |
fix issue #54 fix searchbox for sphinx_rtd_theme |
|
2032 |
2017-08-11 |
xavier dupré |
pep8 |
|
2031 |
2017-08-11 |
xavier dupré |
add more checking when generating the documentation |
|
2030 |
2017-08-10 |
xavier dupré |
fix a CSS bug + history |
|
2028 |
2017-08-09 |
xavier dupré |
fix unit test |
|
2027 |
2017-08-09 |
xavier dupré |
fix issue with matplotlib and plot_directive |
|
2026 |
2017-08-09 |
xavier dupré |
delay import which change matplotlib backend |
|
2025 |
2017-08-08 |
xavier dupré |
add dependency on releases (sphinx) |
|
2024 |
2017-08-07 |
xavier dupré |
ON_ONLINE –> ON_BOTH for jenkins |
|
2023 |
2017-08-07 |
xavier dupré |
modifies rst2html to test custom builder |
|
2022 |
2017-08-07 |
xavier dupré |
add license + better error message for NbImage |
|
2021 |
2017-08-07 |
xavier dupré |
fix issue with cleaning code |
|
2020 |
2017-08-06 |
xavier dupré |
remove circular import |
|
2019 |
2017-08-06 |
xavier dupré |
add parameter nopep8 to runpython |
|
2018 |
2017-08-04 |
xavier dupré |
documentation, api, tutorial |
|
2017 |
2017-08-04 |
xavier dupré |
update unit test after change about runpython |
|
2016 |
2017-08-03 |
xavier dupré |
runpython: In –> >>> |
|
2015 |
2017-08-03 |
xavier dupré |
update unit test |
|
2014 |
2017-08-03 |
xavier dupré |
update jenkins trigger |
|
2013 |
2017-08-02 |
xavier dupré |
pep8 |
|
2012 |
2017-08-02 |
xavier dupré |
update error message |
|
2011 |
2017-08-02 |
xavier dupré |
update errror messages and documentation |
|
2010 |
2017-08-02 |
xavier dupré |
update error messages |
|
2009 |
2017-07-24 |
xavier dupré |
fix exception message |
|
2008 |
2017-07-22 |
xavier dupré |
better error message |
|
2006 |
2017-07-19 |
xavier dupré |
add extension postcontents |
|
2005 |
2017-07-18 |
xavier dupré |
fix inifinte loop |
|
2004 |
2017-07-17 |
xavier dupré |
remove unncessary test |
|
2003 |
2017-07-17 |
xavier dupré |
change the module to exclude less previously |
|
2002 |
2017-07-17 |
xavier dupré |
delay one import for the documentation |
|
2001 |
2017-07-17 |
xavier dupré |
fix boolean constant |
|
2000 |
2017-07-17 |
xavier dupré |
add or remove option to clean a repository |
|
1999 |
2017-07-17 |
xavier dupré |
fix an issue with cli |
|
1998 |
2017-07-16 |
xavier dupré |
add command line pyq_sync |
|
1996 |
2017-07-16 |
xavier dupré |
automate the creation of a command line |
|
1995 |
2017-07-16 |
xavier dupré |
add one unit test |
|
1994 |
2017-07-16 |
xavier dupré |
fix startup |
|
1993 |
2017-07-16 |
xavier dupré |
add startup option for a job |
|
1992 |
2017-07-16 |
xavier dupré |
handle option adjust_scheduler |
|
1991 |
2017-07-15 |
xavier dupré |
improve the documentation |
|
1990 |
2017-07-14 |
xavier dupré |
fix a bug in githublink |
|
1986 |
2017-07-14 |
xavier dupré |
enable scheduling when defining jobs with yaml |
|
1985 |
2017-07-13 |
xavier dupré |
catch en error and raise an exception |
|
1984 |
2017-07-13 |
xavier dupré |
fix import issue |
|
1983 |
2017-07-13 |
xavier dupré |
fix dependencies |
|
1982 |
2017-07-13 |
xavier dupré |
fix bug with the first line of the docstring |
|
1981 |
2017-07-12 |
xavier dupré |
fix RST format for all the extension |
|
1980 |
2017-07-12 |
xavier dupré |
add rst output to documentation |
|
1978 |
2017-07-12 |
xavier dupré |
add rst builder for sphinx |
|
1977 |
2017-07-11 |
xavier dupré |
fix documentation |
|
1976 |
2017-07-11 |
xavier dupré |
remove unnecessary import |
|
1975 |
2017-07-11 |
xavier dupré |
add role epkg and fixes some warning in the documentation |
|
1974 |
2017-07-11 |
xavier dupré |
add command cmdref |
|
1973 |
2017-07-10 |
xavier dupré |
better documentation, add link to API summary in side bar |
|
1972 |
2017-07-10 |
xavier dupré |
fix a few bugs in docassert and tpl_role |
|
1971 |
2017-07-09 |
xavier dupré |
add extension tpl_role |
|
1969 |
2017-07-09 |
xavier dupré |
more unit test, better documentation |
|
1967 |
2017-07-09 |
xavier dupré |
improve tiny bugs for the documentation |
|
1966 |
2017-07-08 |
xavier dupré |
disable one test on trav |
|
1965 |
2017-07-08 |
xavier dupré |
add function try_add_config_value for sphinx |
|
1964 |
2017-07-08 |
xavier dupré |
pep8 |
|
1963 |
2017-07-08 |
xavier dupré |
add a warning + fix an import issue |
|
1962 |
2017-07-07 |
xavier dupré |
fix bad syntax |
|
1961 |
2017-07-07 |
xavier dupré |
fix a bug in rst2html |
|
1960 |
2017-07-07 |
xavier dupré |
add sphinx extension autosignature |
|
1959 |
2017-07-06 |
xavier dupré |
remove one exception |
|
1958 |
2017-07-06 |
xavier dupré |
pep8 |
|
1957 |
2017-07-06 |
xavier dupré |
remove support for sphinx < 1.6 |
|
1956 |
2017-07-05 |
xavier dupré |
fix issue in blog post + docassert |
|
1955 |
2017-07-05 |
xavier dupré |
fix rst2html, still needs to catch warnings |
|
1954 |
2017-07-05 |
xavier dupré |
fix broken unit test |
|
1953 |
2017-07-04 |
xavier dupré |
pep8 |
|
1952 |
2017-07-04 |
xavier dupré |
enable sphinx output for rst2html (not working yet) |
|
1951 |
2017-07-04 |
xavier dupré |
add emit event |
|
1950 |
2017-07-04 |
xavier dupré |
one missing refactored import |
|
1949 |
2017-07-04 |
xavier dupré |
renaming files |
|
1948 |
2017-07-04 |
xavier dupré |
add one warning to remove |
|
1947 |
2017-07-04 |
xavier dupré |
update documentation + fix in bigger and sharenet |
|
1946 |
2017-07-04 |
xavier dupré |
pep8 |
|
1945 |
2017-07-04 |
xavier dupré |
update unit due to previous changes |
|
1944 |
2017-07-03 |
xavier dupré |
move unit test + fix an issue in docassert |
|
1943 |
2017-07-03 |
xavier dupré |
improve behavior of rst2html, includes sphinx directives |
|
1942 |
2017-07-03 |
xavier dupré |
fix documentation |
|
1941 |
2017-07-03 |
xavier dupré |
fix a bug |
|
1940 |
2017-07-03 |
xavier dupré |
add tool to check list of documented parameters |
|
1939 |
2017-07-02 |
xavier dupré |
documentation API |
|
1938 |
2017-07-01 |
xavier dupré |
add warning to filter out |
|
1937 |
2017-07-01 |
xavier dupré |
switch to absolute path |
|
1936 |
2017-07-01 |
xavier dupré |
add helper for setup.py |
|
1935 |
2017-06-29 |
xavier dupré |
add build_ext as an available command |
|
1934 |
2017-06-29 |
xavier dupré |
35 to 36 |
|
1932 |
2017-06-25 |
xavier dupré |
remove svg from pdf |
|
1931 |
2017-06-18 |
xavier dupré |
srill fixing issues with plotly |
|
1930 |
2017-06-18 |
xavier dupré |
update error message |
|
1929 |
2017-06-18 |
xavier dupré |
add plotly tag |
|
1928 |
2017-06-17 |
xavier dupré |
remove an assert |
|
1927 |
2017-06-17 |
xavier dupré |
add support for cell added by plotly |
|
1926 |
2017-06-17 |
xavier dupré |
filter out one warnings when importing ipykernel |
|
1924 |
2017-06-15 |
xavier dupré |
add parameter file_filter |
|
1923 |
2017-06-12 |
xavier dupré |
fix unit test |
|
1922 |
2017-06-11 |
xavier dupré |
update jenkins build |
|
1921 |
2017-06-07 |
xavier dupré |
update blog post |
|
1920 |
2017-06-06 |
xavier dupré |
fix documentation generation |
|
1919 |
2017-06-06 |
xavier dupré |
small updates for the sphinx generation |
|
1918 |
2017-06-05 |
xavier dupré |
fix a small misspelling |
|
1917 |
2017-06-05 |
xavier dupré |
blog post to warn about a bug in sphinx for custom css |
|
1916 |
2017-06-04 |
xavier dupré |
fix for travid |
|
1915 |
2017-06-04 |
xavier dupré |
another fix for travis |
|
1914 |
2017-06-04 |
xavier dupré |
change for travis |
|
1913 |
2017-06-04 |
xavier dupré |
fix some unit test, refactoring |
|
1912 |
2017-06-04 |
xavier dupré |
update unit test to get more precise feedback |
|
1911 |
2017-06-04 |
xavier dupré |
split unit test |
|
1910 |
2017-06-04 |
xavier dupré |
fix upgrade to sphinx 1.6 |
|
1909 |
2017-05-25 |
xavier dupré |
disable one unit test for travis |
|
1908 |
2017-05-25 |
xavier dupré |
add function unrar files (relies on 7z) |
|
1907 |
2017-05-23 |
xavier dupré |
fix unit test about jenkins |
|
1906 |
2017-05-23 |
xavier dupré |
fix path in jenkins job definition + update jenkins jobs |
|
1905 |
2017-05-22 |
xavier dupré |
update unit test about jenkins build |
|
1904 |
2017-05-22 |
xavier dupré |
update build location of jenkins |
|
1903 |
2017-05-22 |
xavier dupré |
fix jenkins automation |
|
1902 |
2017-05-22 |
xavier dupré |
update jenkins_build |
|
1901 |
2017-05-22 |
xavier dupré |
improve jenkins build |
|
1900 |
2017-05-22 |
xavier dupré |
update __init__.py |
|
1899 |
2017-05-21 |
xavier dupré |
remove deprecated parameter (notebook) |
|
1898 |
2017-05-21 |
xavier dupré |
fix a bug in helpgen |
|
1896 |
2017-05-21 |
xavier dupré |
on the road to sphinx 1.6.1 |
|
1895 |
2017-05-17 |
xavier dupré |
retrieve a change for Sphinx 1.5.6 |
|
1894 |
2017-05-17 |
xavier dupré |
force the use of sphinx 1.5.6 |
|
1893 |
2017-05-17 |
xavier dupré |
update automated build |
|
1892 |
2017-05-17 |
xavier dupré |
ix –> iloc, fix for the automated generation |
|
1891 |
2017-05-17 |
xavier dupré |
enable disabled test |
|
1890 |
2017-05-17 |
xavier dupré |
fix remaining issues with the update to sphinx 1.6.1 |
|
1889 |
2017-05-16 |
xavier dupré |
upgrade to sphinnx 1.6.1 |
|
1888 |
2017-05-14 |
xavier dupré |
fix unit test |
|
1887 |
2017-05-14 |
xavier dupré |
better logging of internal references |
|
1886 |
2017-05-12 |
xavier dupré |
update function remove_extra_spaces_and_pep8 to handle strings |
|
1885 |
2017-05-08 |
xavier dupré |
update license |
|
1884 |
2017-05-08 |
xavier dupré |
update setup.py |
|
1883 |
2017-05-08 |
xavier dupré |
remove function based on tkinter, move them on tkinterquickhelper |
|
1881 |
2017-05-01 |
xavier dupré |
add method to_python to the class running notebook, IPython 6.0 now fails the conversion of a notebook when there is an IndentationError |
|
1879 |
2017-04-27 |
xavier dupré |
typo |
|
1878 |
2017-04-27 |
xavier dupré |
fix for Python 3.6 |
|
1877 |
2017-04-27 |
xavier dupré |
fix nonlocal in Python 3.6 |
|
1876 |
2017-04-27 |
xavier dupré |
blog post and documentation |
|
1875 |
2017-04-25 |
xavier dupré |
more tests about jenkins |
|
1874 |
2017-04-25 |
xavier dupré |
update jenkins job |
|
1873 |
2017-04-25 |
xavier dupré |
update local jenkins for Python 2.7 |
|
1872 |
2017-04-25 |
xavier dupré |
fix previous commit |
|
1871 |
2017-04-25 |
xavier dupré |
resolve previous modifications |
|
1870 |
2017-04-25 |
xavier dupré |
minor modification for python 2.7 |
|
1869 |
2017-04-24 |
xavier dupré |
update setup and script |
|
1868 |
2017-04-22 |
xavier dupré |
documentation configuration |
|
1866 |
2017-04-21 |
xavier dupré |
update replacement character for git repo |
|
1865 |
2017-04-19 |
xavier dupré |
pep8 |
|
1864 |
2017-04-19 |
xavier dupré |
update search for pandoc |
|
1862 |
2017-04-17 |
xavier dupré |
propagate parameter nblinks |
|
1861 |
2017-04-17 |
xavier dupré |
add the possibility to add reference to the documentation from a notebook |
|
1860 |
2017-04-16 |
xavier dupré |
first fix for references within notebooks |
|
1859 |
2017-04-15 |
xavier dupré |
fix jenkins setup |
|
1858 |
2017-04-15 |
xavier dupré |
update automated scripts |
|
1857 |
2017-04-05 |
xavier dupré |
less display when syncing |
|
1856 |
2017-04-05 |
xavier dupré |
update logging function to handle more weird characters |
|
1855 |
2017-03-25 |
xavier dupré |
less logging |
|
1854 |
2017-03-20 |
xavier dupré |
more logging |
|
1852 |
2017-03-19 |
xavier dupré |
documentation and small fixes for benchmarks |
|
1851 |
2017-03-19 |
xavier dupré |
fix documentation |
|
1850 |
2017-03-19 |
xavier dupré |
pep8 |
|
1849 |
2017-03-19 |
xavier dupré |
pep8 |
|
1848 |
2017-03-19 |
xavier dupré |
modification to the benchmark class + small style issues |
|
1847 |
2017-03-18 |
xavier dupré |
catch exception and transform them into warnings |
|
1846 |
2017-03-18 |
xavier dupré |
update requirements |
|
1845 |
2017-03-18 |
xavier dupré |
update configuration |
|
1844 |
2017-03-15 |
xavier dupré |
update style |
|
1843 |
2017-03-13 |
xavier dupré |
update custom_log with parent log |
|
1842 |
2017-03-12 |
xavier dupré |
update default conf for helpgen, deal with application in notebook (jsgrid, ipywidget) |
|
1841 |
2017-03-12 |
xavier dupré |
pep8 |
|
1840 |
2017-03-12 |
xavier dupré |
fix an issue while converting a notebook |
|
1839 |
2017-03-11 |
xavier dupré |
update python |
|
1838 |
2017-03-10 |
xavier dupré |
add unit test |
|
1837 |
2017-03-09 |
xavier dupré |
modification to deal with multiple datasets |
|
1836 |
2017-03-06 |
xavier dupré |
a few fixes |
|
1835 |
2017-03-05 |
xavier dupré |
update rst template for benchmark |
|
1834 |
2017-03-04 |
xavier dupré |
fix unit test failing to random |
|
1833 |
2017-03-04 |
xavier dupré |
allow the possibility to force running one step in the benchmark |
|
1832 |
2017-03-04 |
xavier dupré |
add description and tags |
|
1831 |
2017-03-04 |
xavier dupré |
add cache_file options for the benchmark |
|
1830 |
2017-03-04 |
xavier dupré |
fix relative path for images in benchmark class |
|
1829 |
2017-03-04 |
xavier dupré |
update code for benchmark |
|
1828 |
2017-03-03 |
xavier dupré |
more flexible when checking rst pep8 |
|
1827 |
2017-03-03 |
xavier dupré |
improve templates for benchmark |
|
1826 |
2017-03-03 |
xavier dupré |
fix issue in unit tests |
|
1825 |
2017-03-03 |
xavier dupré |
pep8 + style |
|
1824 |
2017-03-03 |
xavier dupré |
some code to help benchmarking |
|
1823 |
2017-03-02 |
xavier dupré |
more logging |
|
1822 |
2017-02-28 |
xavier dupré |
better error messages |
|
1821 |
2017-02-28 |
xavier dupré |
a few fixes for latex and less display |
|
1820 |
2017-02-27 |
xavier dupré |
minor fixes about automation |
|
1819 |
2017-02-26 |
xavier dupré |
remove a couple of warnings |
|
1818 |
2017-02-26 |
xavier dupré |
update unit test to get more logging |
|
1817 |
2017-02-26 |
xavier dupré |
fix for jenkins job and python 2.7 |
|
1816 |
2017-02-25 |
xavier dupré |
pep8 |
|
1815 |
2017-02-25 |
xavier dupré |
ftp transfer: bypass utf-8 encoding checking when the extension is |
|
1814 |
2017-02-23 |
xavier dupré |
move scripts |
|
1812 |
2017-02-23 |
xavier dupré |
fix string and buildn, try for tkinter |
|
1811 |
2017-02-23 |
xavier dupré |
add a mode to gzip a text file |
|
1810 |
2017-02-22 |
xavier dupré |
more cautious when using matplotlib to unit test something |
|
1809 |
2017-02-18 |
xavier dupré |
fix unit test |
|
1808 |
2017-02-17 |
xavier dupré |
add another parameter for conda |
|
1807 |
2017-02-17 |
xavier dupré |
udpate for conda and winpython |
|
1806 |
2017-02-17 |
xavier dupré |
update jenkins anaconda |
|
1805 |
2017-02-16 |
xavier dupré |
fix unit test |
|
1804 |
2017-02-16 |
xavier dupré |
update jenkins winpython |
|
1803 |
2017-02-16 |
xavier dupré |
fix a probably wrong import with Anaconda only |
|
1802 |
2017-02-12 |
xavier dupré |
add warning to the list |
|
1801 |
2017-02-12 |
xavier dupré |
more logging with nbexample-gallery |
|
1800 |
2017-02-12 |
xavier dupré |
better error message |
|
1799 |
2017-02-12 |
xavier dupré |
travis |
|
1798 |
2017-02-12 |
xavier dupré |
fix for python 2.7 |
|
1797 |
2017-02-11 |
xavier dupré |
update appveyor badges |
|
1796 |
2017-02-02 |
xavier dupré |
fix an infinite loop when setting up jenkins |
|
1795 |
2017-01-31 |
xavier dupré |
pep8 |
|
1794 |
2017-01-31 |
xavier dupré |
add better logs |
|
1793 |
2017-01-24 |
xavier dupré |
abspath |
|
1792 |
2017-01-22 |
xavier dupré |
small fix for ftp_transfer |
|
1791 |
2017-01-22 |
xavier dupré |
add detaild_log to execute_notebook_list |
|
1790 |
2017-01-22 |
xavier dupré |
add class CustomLog + detailed_log when running a notebook |
|
1789 |
2017-01-20 |
xavier dupré |
improve a warning |
|
1788 |
2017-01-20 |
xavier dupré |
increase the number of options considered for a jenkins job |
|
1787 |
2017-01-18 |
xavier dupré |
fx a bug with schedule and jenkins |
|
1786 |
2017-01-16 |
xavier dupré |
update unit test |
|
1785 |
2017-01-14 |
xavier dupré |
fix pep8 |
|
1784 |
2017-01-14 |
xavier dupré |
better error message |
|
1783 |
2017-01-14 |
xavier dupré |
pep8 + better error messages |
|
1782 |
2017-01-14 |
xavier dupré |
fix an issue in ftp_transfer.py |
|
1781 |
2017-01-14 |
xavier dupré |
fix pep8, add some code to clean_space.bat, update exclude_pattern in default_conf.py |
|
1780 |
2017-01-14 |
xavier dupré |
disable one part when creating the documentation |
|
1779 |
2017-01-14 |
xavier dupré |
better error messages when transferring the files through FTP |
|
1778 |
2017-01-12 |
xavier dupré |
fix issue with type error |
|
1777 |
2017-01-11 |
xavier dupré |
pep8 + documentation |
|
1776 |
2017-01-11 |
xavier dupré |
change the number of allowed exceptions |
|
1775 |
2017-01-11 |
xavier dupré |
fix for bokeh and Python 3.6 + documentation + disable one unit test for Python 2.7 |
|
1774 |
2017-01-11 |
xavier dupré |
fix a bug introduced in a previous commit |
|
1773 |
2017-01-11 |
xavier dupré |
support CMDPY and others options |
|
1772 |
2017-01-10 |
xavier dupré |
update jenkisn setup |
|
1769 |
2017-01-08 |
xavier dupré |
pep8 |
|
1768 |
2017-01-08 |
xavier dupré |
add parameter force_allow when publishing files |
|
1767 |
2017-01-07 |
xavier dupré |
update log |
|
1766 |
2017-01-07 |
xavier dupré |
remove two warnings |
|
1765 |
2017-01-07 |
xavier dupré |
add more logs when generating the documentation |
|
1764 |
2017-01-06 |
xavier dupré |
fix yaml unit test |
|
1763 |
2017-01-06 |
xavier dupré |
update local jenkins |
|
1762 |
2017-01-03 |
xavier dupré |
update requirements |
|
1761 |
2017-01-03 |
xavier dupré |
build documentation for 3.6 |
|
1760 |
2017-01-03 |
xavier dupré |
update requirements |
|
1759 |
2017-01-03 |
xavier dupré |
switch from an error to a warning with pandoc |
|
1758 |
2017-01-02 |
xavier dupré |
fix failing unit test |
|
1757 |
2017-01-02 |
xavier dupré |
update build for first build with jenkins |
|
1756 |
2017-01-02 |
xavier dupré |
fix unit test, creates a directory |
|
1755 |
2017-01-02 |
xavier dupré |
move script to bin folder |
|
1754 |
2017-01-01 |
xavier dupré |
fix error message |
|
1753 |
2017-01-01 |
xavier dupré |
update error message |
|
1752 |
2017-01-01 |
xavier dupré |
update error message |
|
1751 |
2017-01-01 |
xavier dupré |
delayed import |
|
1750 |
2017-01-01 |
xavier dupré |
fix the module when numpy is installed and compiled |
|
1749 |
2017-01-01 |
xavier dupré |
blog post |
|
1748 |
2017-01-01 |
xavier dupré |
update for python 2.7 |
|
1747 |
2017-01-01 |
xavier dupré |
fix for python 3.6 |
|
1746 |
2017-01-01 |
xavier dupré |
update unit test for Python 3.6 and jenkins |
|
1745 |
2017-01-01 |
xavier dupré |
fix for python 2.7 |
|
1744 |
2017-01-01 |
xavier dupré |
update ci for python 3.6 |
|
1743 |
2017-01-01 |
xavier dupré |
fix an issue when cleaning rst |
|
1742 |
2016-12-31 |
xavier dupré |
fix issue in math numbering |
|
1741 |
2016-12-31 |
xavier dupré |
first draft to expand a number for issue #43 |
|
1740 |
2016-12-31 |
xavier dupré |
reorder notebook based on titles, issue #44 |
|
1739 |
2016-12-30 |
xavier dupré |
increase unit test coverage |
|
1738 |
2016-12-30 |
xavier dupré |
fix a bug in notebook gallery + logging |
|
1737 |
2016-12-30 |
xavier dupré |
add option contents for mathdef extension |
|
1736 |
2016-12-29 |
xavier dupré |
fix global variable in sphinx_runpython_extension |
|
1735 |
2016-12-29 |
xavier dupré |
fix a bug in sphinx_runpython_extension about domain name |
|
1734 |
2016-12-29 |
xavier dupré |
update regular expression for notebook description |
|
1733 |
2016-12-29 |
xavier dupré |
add an exception to catch mistake when extracting decription from notebooks |
|
1732 |
2016-12-28 |
xavier dupré |
remove bad rst syntax |
|
1731 |
2016-12-28 |
xavier dupré |
add cleaning notebooks to the cleaning process + one fix for documentation |
|
1730 |
2016-12-28 |
xavier dupré |
clean rst files too along with python files |
|
1729 |
2016-12-28 |
xavier dupré |
documentation + add parameter exception to runpython |
|
1728 |
2016-12-27 |
xavier dupré |
fix label for blogs |
|
1727 |
2016-12-26 |
xavier dupré |
fix unit test |
|
1726 |
2016-12-26 |
xavier dupré |
update notebook gallery |
|
1724 |
2016-12-25 |
xavier dupré |
remove unnecessary exception |
|
1723 |
2016-12-25 |
xavier dupré |
fix two bugs with multiple documentation and multiple levels of notebooks |
|
1722 |
2016-12-24 |
xavier dupré |
add logs |
|
1721 |
2016-12-24 |
xavier dupré |
revert a label in shinx |
|
1720 |
2016-12-24 |
xavier dupré |
quick fix when a notebook cell does not contains a string |
|
1719 |
2016-12-24 |
xavier dupré |
improve notebook gallery + switch book is True by default for all documentation |
|
1718 |
2016-12-24 |
xavier dupré |
fix empty image |
|
1717 |
2016-12-24 |
xavier dupré |
update dependency for ci |
|
1716 |
2016-12-24 |
xavier dupré |
remove dependency on sphinx_nbexamples |
|
1715 |
2016-12-22 |
xavier dupré |
pep8 |
|
1714 |
2016-12-22 |
xavier dupré |
a little bit of refactoring documentation generation |
|
1713 |
2016-12-21 |
xavier dupré |
remove a last bug introduced to test |
|
1712 |
2016-12-20 |
xavier dupré |
fixes for latex |
|
1711 |
2016-12-20 |
xavier dupré |
add the possibility to tweak the full latex file before compiling it |
|
1710 |
2016-12-20 |
xavier dupré |
update notebook |
|
1709 |
2016-12-20 |
xavier dupré |
update notebooks |
|
1708 |
2016-12-20 |
xavier dupré |
better error message for run_cmd |
|
1707 |
2016-12-20 |
xavier dupré |
pep8 |
|
1706 |
2016-12-20 |
xavier dupré |
add support for notebooks gallery, update default configuration |
|
1705 |
2016-12-19 |
xavier dupré |
add sphinx-gallery extensions only when needed |
|
1704 |
2016-12-18 |
xavier dupré |
fix path in example |
|
1703 |
2016-12-18 |
xavier dupré |
add examples for sphinx-gallery #36 |
|
1702 |
2016-12-17 |
xavier dupré |
pep8 |
|
1701 |
2016-12-17 |
xavier dupré |
remove some extra processing on latex |
|
1700 |
2016-12-08 |
xavier dupré |
update dependency version for sphinx |
|
1699 |
2016-12-08 |
xavier dupré |
others fixes for Sphinx 1.5 |
|
1698 |
2016-12-08 |
xavier dupré |
update for Sphinx 1.5 |
|
1697 |
2016-12-08 |
xavier dupré |
add the possbility to modify the changes or the comments |
|
1696 |
2016-12-05 |
xavier dupré |
update setup.py |
|
1695 |
2016-12-04 |
xavier dupré |
update unittests after updating yml |
|
1694 |
2016-12-04 |
xavier dupré |
stop testing on python 3.4 |
|
1693 |
2016-12-03 |
xavier dupré |
remove download badge + blog post |
|
1692 |
2016-12-02 |
xavier dupré |
reorder lines in conf_base.py |
|
1691 |
2016-12-01 |
xavier dupré |
fix github links |
|
1690 |
2016-12-01 |
xavier dupré |
update default conf |
|
1689 |
2016-12-01 |
xavier dupré |
update default conf |
|
1688 |
2016-11-23 |
xavier dupré |
add the possibitlity to add a link for other git repos |
|
1687 |
2016-11-21 |
xavier dupré |
fix an issue with empty list |
|
1686 |
2016-11-21 |
xavier dupré |
adding indent for automated githublink + possibility to generate custom link for githublink |
|
1685 |
2016-11-21 |
xavier dupré |
fix path for javascript |
|
1684 |
2016-11-20 |
xavier dupré |
fix an issue in path for documentation generation |
|
1683 |
2016-11-20 |
xavier dupré |
fixes a few thing while generating the documentation |
|
1682 |
2016-11-20 |
xavier dupré |
ignore githublink when options are None |
|
1681 |
2016-11-20 |
xavier dupré |
add link to github for each function and class |
|
1680 |
2016-11-20 |
xavier dupré |
github format is a link not a file |
|
1679 |
2016-11-20 |
xavier dupré |
add link to the notebook on GitHub |
|
1678 |
2016-11-20 |
xavier dupré |
update classifiers |
|
1677 |
2016-11-20 |
xavier dupré |
fix githublink role |
|
1676 |
2016-11-20 |
xavier dupré |
add githublink role |
|
1675 |
2016-11-19 |
xavier dupré |
blog post |
|
1673 |
2016-11-18 |
xavier dupré |
add option to remove lines |
|
1672 |
2016-11-17 |
xavier dupré |
fix a bug in yaml parsing, allow strings as script instruction |
|
1671 |
2016-11-17 |
xavier dupré |
add possibility to split a jenkins jobs defined with yaml in multiple parts |
|
1670 |
2016-11-14 |
xavier dupré |
disable unit test on Python 2.7 |
|
1669 |
2016-11-14 |
xavier dupré |
fix pep8 |
|
1668 |
2016-11-14 |
xavier dupré |
fixes for Python 2.7 |
|
1667 |
2016-11-13 |
xavier dupré |
documentation + pep8 |
|
1666 |
2016-11-13 |
xavier dupré |
test for travis 7.2010 |
|
1665 |
2016-11-13 |
xavier dupré |
test for travis 7.2007 |
|
1664 |
2016-11-13 |
xavier dupré |
explicitely starts the kernel |
|
1663 |
2016-11-13 |
xavier dupré |
change default value for NotebookRunner(kernal=False), add extra parameters to read_json |
|
1662 |
2016-11-13 |
xavier dupré |
better consistency with StringIO, BytesIO, Python 2 |
|
1661 |
2016-11-13 |
xavier dupré |
test ofr travis 7.2006 |
|
1660 |
2016-11-13 |
xavier dupré |
test for travis 7.2005 |
|
1659 |
2016-11-13 |
xavier dupré |
test for travis 7.2003 |
|
1658 |
2016-11-13 |
xavier dupré |
test for travis 7.2002 |
|
1657 |
2016-11-13 |
xavier dupré |
update import |
|
1656 |
2016-11-13 |
xavier dupré |
test for travis 7.2001 |
|
1655 |
2016-11-13 |
xavier dupré |
test for travis 7.2000 |
|
1654 |
2016-11-13 |
xavier dupré |
test for travis 7.1999 |
|
1653 |
2016-11-13 |
xavier dupré |
test for travis 7.13 |
|
1652 |
2016-11-13 |
xavier dupré |
test for travis 7.12 |
|
1651 |
2016-11-13 |
xavier dupré |
test for travis 7.11 |
|
1650 |
2016-11-13 |
xavier dupré |
test for travis 7.10.2 |
|
1649 |
2016-11-13 |
xavier dupré |
test for travis 7.10 |
|
1648 |
2016-11-13 |
xavier dupré |
test for travis 7.3 |
|
1647 |
2016-11-13 |
xavier dupré |
test for travis 7.2 |
|
1646 |
2016-11-13 |
xavier dupré |
test for travis 7.1 |
|
1645 |
2016-11-13 |
xavier dupré |
add kernel = False |
|
1644 |
2016-11-13 |
xavier dupré |
diable runnint fr trvis |
|
1643 |
2016-11-13 |
xavier dupré |
fix setup.py |
|
1642 |
2016-11-13 |
xavier dupré |
test systme exit |
|
1641 |
2016-11-13 |
xavier dupré |
test for travis 6.3 |
|
1640 |
2016-11-12 |
xavier dupré |
tesdt for travis 6.2 |
|
1639 |
2016-11-12 |
xavier dupré |
test for travis 6.1 |
|
1638 |
2016-11-12 |
xavier dupré |
move an import to reduce dependency on numpy |
|
1637 |
2016-11-12 |
xavier dupré |
test for travis 5.24 |
|
1636 |
2016-11-12 |
xavier dupré |
test for travis 5.23 |
|
1635 |
2016-11-12 |
xavier dupré |
test for travis 5.22 |
|
1634 |
2016-11-12 |
xavier dupré |
test for travis 5.21 |
|
1633 |
2016-11-12 |
xavier dupré |
test for travis 5.20 |
|
1632 |
2016-11-12 |
xavier dupré |
test for travis 5.19 |
|
1631 |
2016-11-12 |
xavier dupré |
test for travis 5.18 |
|
1630 |
2016-11-12 |
xavier dupré |
test for travais 5.17 |
|
1629 |
2016-11-12 |
xavier dupré |
test for travis 5.16 |
|
1628 |
2016-11-12 |
xavier dupré |
test for travis 5.15 |
|
1627 |
2016-11-12 |
xavier dupré |
test for travis 5.14 |
|
1626 |
2016-11-12 |
xavier dupré |
test for travis 5.13 |
|
1625 |
2016-11-12 |
xavier dupré |
test for travis 5.12 |
|
1624 |
2016-11-12 |
xavier dupré |
test for travis 5.11 |
|
1623 |
2016-11-12 |
xavier dupré |
test for travis 5.10 |
|
1622 |
2016-11-12 |
xavier dupré |
test for travis 5.9 |
|
1621 |
2016-11-12 |
xavier dupré |
test for travis 5.8 |
|
1620 |
2016-11-12 |
xavier dupré |
test for travis 5.7 |
|
1619 |
2016-11-12 |
xavier dupré |
test for travis 5.6 |
|
1618 |
2016-11-12 |
xavier dupré |
test for travis 5.5 |
|
1617 |
2016-11-12 |
xavier dupré |
test for travis 5.3 |
|
1616 |
2016-11-12 |
xavier dupré |
test for travis 5.2 |
|
1615 |
2016-11-12 |
xavier dupré |
test for travis 5.1 |
|
1614 |
2016-11-12 |
xavier dupré |
test for travis 5 |
|
1613 |
2016-11-12 |
xavier dupré |
test for travis 4 |
|
1612 |
2016-11-12 |
xavier dupré |
new test for travis 3 |
|
1611 |
2016-11-12 |
xavier dupré |
test for travis 3 |
|
1610 |
2016-11-12 |
xavier dupré |
test for travis |
|
1609 |
2016-11-12 |
xavier dupré |
test for travis |
|
1608 |
2016-11-12 |
xavier dupré |
fix bug about duration for unit test |
|
1607 |
2016-11-12 |
xavier dupré |
test for travis |
|
1606 |
2016-11-12 |
xavier dupré |
test for travis |
|
1605 |
2016-11-12 |
xavier dupré |
test for travis |
|
1604 |
2016-11-11 |
xavier dupré |
disable exception |
|
1603 |
2016-11-11 |
xavier dupré |
disable coverage measure (check) |
|
1602 |
2016-11-11 |
xavier dupré |
update for travis |
|
1601 |
2016-11-11 |
xavier dupré |
more logging message when running unit test |
|
1600 |
2016-11-11 |
xavier dupré |
make is_url_string more robust |
|
1599 |
2016-11-11 |
xavier dupré |
better error message |
|
1598 |
2016-11-11 |
xavier dupré |
fix missing import, update behavior of a unit test on travis and appveyor |
|
1597 |
2016-11-11 |
xavier dupré |
remove the possibility of an infinite loop |
|
1596 |
2016-11-11 |
xavier dupré |
update requirements for travis |
|
1595 |
2016-11-11 |
xavier dupré |
fix a unit test about notebooks |
|
1594 |
2016-11-11 |
xavier dupré |
fix a path in a unit test |
|
1593 |
2016-11-11 |
xavier dupré |
pep8 |
|
1592 |
2016-11-11 |
xavier dupré |
better default values |
|
1591 |
2016-11-10 |
xavier dupré |
unit test + better error message |
|
1590 |
2016-11-09 |
dupre |
fix unit test due to change in yml |
|
1589 |
2016-11-09 |
dupre |
move docx compilation for a notebook into SKIP |
|
1588 |
2016-11-08 |
dupre |
pep8 |
|
1587 |
2016-11-08 |
dupre |
add unit tests |
|
1586 |
2016-11-08 |
dupre |
add parameter disable schedule |
|
1585 |
2016-11-06 |
dupre |
fix missing parameter exc |
|
1584 |
2016-11-05 |
dupre |
pep8 |
|
1583 |
2016-11-01 |
dupre |
add parameter exc to nb2html |
|
1582 |
2016-11-01 |
dupre |
add parameter exc to force the conversion of a notebook |
|
1581 |
2016-11-01 |
dupre |
add contents on index pages (automated documentation) |
|
1580 |
2016-11-01 |
dupre |
add extension jpeg |
|
1579 |
2016-10-30 |
dupre |
add jpg extension for the documentation generation |
|
1578 |
2016-10-30 |
dupre |
add a warning to filter out by default |
|
1577 |
2016-10-30 |
dupre |
move function default_filter_warning |
|
1576 |
2016-10-28 |
dupre |
update size for helpgen |
|
1575 |
2016-10-27 |
dupre |
add author in tables of changes (documentation) |
|
1573 |
2016-10-25 |
dupre |
fix documentation |
|
1572 |
2016-10-25 |
dupre |
pep8 |
|
1571 |
2016-10-25 |
dupre |
fix unit test + documentation |
|
1570 |
2016-10-25 |
dupre |
fix regular expressions in the setup + how to contribute |
|
1569 |
2016-10-22 |
dupre |
fixes for Python 2.7 |
|
1568 |
2016-10-22 |
dupre |
improve a bug in get_prefix |
|
1567 |
2016-10-22 |
dupre |
avoid uploading with a wrong subversion number |
|
1566 |
2016-10-22 |
dupre |
removes use of build_script.bat when generating jenkins jobs |
|
1565 |
2016-10-16 |
dupre |
add mails to yaml |
|
1564 |
2016-10-16 |
dupre |
update jenkins with mails |
|
1563 |
2016-10-10 |
dupre |
blog post |
|
1562 |
2016-10-09 |
dupre |
fix unit tests |
|
1561 |
2016-10-09 |
dupre |
add custom preprocessor to allow raww output for notebooks |
|
1560 |
2016-10-01 |
dupre |
documentation and fix bug , avoid havign same targetid |
|
1559 |
2016-09-30 |
dupre |
catch an exception with a better message |
|
1558 |
2016-09-29 |
dupre |
add a javascript dependency when generating when generating the documentation, fix NbImage |
|
1556 |
2016-09-27 |
dupre |
fix unit test |
|
1555 |
2016-09-27 |
dupre |
update local jenkins |
|
1554 |
2016-09-25 |
dupre |
remove unit test for functionalities which moves to jyquickhelper |
|
1553 |
2016-09-25 |
dupre |
delay import |
|
1552 |
2016-09-25 |
dupre |
pep8 |
|
1551 |
2016-09-25 |
dupre |
update notebook menu |
|
1550 |
2016-09-25 |
dupre |
fix jenkins unit test |
|
1549 |
2016-09-25 |
dupre |
update import path |
|
1548 |
2016-09-25 |
dupre |
move functions to jyquickhelper |
|
1547 |
2016-09-24 |
dupre |
fixes for python 2.7 |
|
1546 |
2016-09-24 |
dupre |
fixes for Python 2.7 |
|
1545 |
2016-09-23 |
dupre |
update appveyor |
|
1544 |
2016-09-23 |
dupre |
documentation, better unit test |
|
1543 |
2016-09-23 |
dupre |
fix an issue with 7z |
|
1542 |
2016-09-22 |
dupre |
fix a bug in process_notebook |
|
1541 |
2016-09-21 |
dupre |
fix keyring |
|
1540 |
2016-09-21 |
dupre |
fix appveyor +machinename |
|
1539 |
2016-09-21 |
dupre |
update requirements |
|
1538 |
2016-09-21 |
dupre |
add unit test for FTP |
|
1537 |
2016-09-19 |
dupre |
disable test on travis |
|
1536 |
2016-09-19 |
dupre |
add a function to convert from latex to rst with pandoc |
|
1535 |
2016-09-18 |
dupre |
switch to version 1.5 |
|
1534 |
2016-09-15 |
dupre |
fix issue when clean spaces |
|
1533 |
2016-09-10 |
dupre |
pep8 |
|
1532 |
2016-09-10 |
dupre |
update print and run_cmd |
|
1531 |
2016-09-10 |
dupre |
update unit test for travis |
|
1530 |
2016-09-10 |
dupre |
update default value for linux |
|
1529 |
2016-09-09 |
dupre |
fix missing key in ci_helper |
|
1528 |
2016-09-09 |
dupre |
add USER with USERNAME |
|
1527 |
2016-09-08 |
dupre |
fix a bug in the notebook page generation |
|
1526 |
2016-09-07 |
dupre |
fix for Python 2.7 |
|
1525 |
2016-09-07 |
dupre |
fix for python 2.7 |
|
1524 |
2016-09-07 |
dupre |
fix for python 2.7 |
|
1523 |
2016-09-07 |
dupre |
fix for Python 2.7 |
|
1522 |
2016-09-07 |
dupre |
fix for python 2.7 + pep8 |
|
1521 |
2016-09-07 |
dupre |
fix for python 2.7 |
|
1520 |
2016-09-07 |
dupre |
catch more exceptions and display more explicit messages |
|
1519 |
2016-09-06 |
dupre |
fix unit test |
|
1518 |
2016-09-06 |
dupre |
update function cleaning the repository |
|
1517 |
2016-09-05 |
dupre |
pep8 |
|
1516 |
2016-09-05 |
dupre |
fix a misspelling + a bug |
|
1515 |
2016-09-05 |
dupre |
misspellings |
|
1514 |
2016-09-04 |
dupre |
catches an exception and provides more information |
|
1513 |
2016-09-04 |
dupre |
change command line format when calling sphinx |
|
1512 |
2016-09-04 |
dupre |
add a warning to remove in the default list |
|
1511 |
2016-09-03 |
dupre |
fix unit test |
|
1510 |
2016-09-03 |
dupre |
update local jenkins |
|
1508 |
2016-09-03 |
dupre |
blog |
|
1507 |
2016-09-03 |
dupre |
update to ipykernel |
|
1506 |
2016-09-02 |
dupre |
apply regulat expression on the filename without folder (unittests) |
|
1505 |
2016-09-02 |
dupre |
fix issues in run_base_venv |
|
1504 |
2016-09-02 |
dupre |
change meaning of parameter valid |
|
1503 |
2016-09-02 |
dupre |
update on unit test |
|
1502 |
2016-09-01 |
dupre |
capture standard output for unit test in text file |
|
1501 |
2016-09-01 |
dupre |
fix bug for travis |
|
1500 |
2016-09-01 |
dupre |
first fix for unit test on appveyor |
|
1499 |
2016-08-31 |
xavier dupré |
fix issues when detecting virtual environment |
|
1498 |
2016-08-31 |
dupre |
add timeout in jenkins job |
|
1497 |
2016-08-31 |
dupre |
add helper to run script outside a virtual environment |
|
1496 |
2016-08-31 |
dupre |
fix documentation |
|
1495 |
2016-08-30 |
dupre |
fix an issue with a parameter |
|
1494 |
2016-08-30 |
dupre |
add better handling of fLOG function for help generation |
|
1493 |
2016-08-30 |
dupre |
remove epub from the list of default values |
|
1492 |
2016-08-30 |
dupre |
fix unit test |
|
1491 |
2016-08-29 |
dupre |
update local jenkins + better unit test |
|
1490 |
2016-08-29 |
dupre |
remove pdf generation, documentation |
|
1489 |
2016-08-29 |
dupre |
quick update to check something |
|
1488 |
2016-08-29 |
dupre |
fix issues with latex, run_cmd and documentation |
|
1487 |
2016-08-29 |
dupre |
syntax error |
|
1486 |
2016-08-29 |
dupre |
more logs |
|
1485 |
2016-08-28 |
dupre |
update run_cmds |
|
1484 |
2016-08-28 |
dupre |
add a unit test which does not work |
|
1483 |
2016-08-28 |
dupre |
small changes, no impact |
|
1482 |
2016-08-28 |
dupre |
update default value |
|
1481 |
2016-08-28 |
dupre |
add function to check the list of setup commands |
|
1480 |
2016-08-28 |
dupre |
update unit test for appveyor |
|
1479 |
2016-08-28 |
dupre |
disable one unit test on appveyor |
|
1478 |
2016-08-27 |
dupre |
disable unit test for Python 2.7 |
|
1477 |
2016-08-27 |
dupre |
disable unit test for Python 2.7 |
|
1476 |
2016-08-27 |
dupre |
disalbe unit test for Python 2.7 |
|
1475 |
2016-08-27 |
dupre |
update for Python 2.7 again |
|
1474 |
2016-08-27 |
dupre |
fixes for Python 2.7 |
|
1473 |
2016-08-27 |
dupre |
add yml to the list of files to copy for Python 2.7 |
|
1472 |
2016-08-27 |
dupre |
update for Python 2.7 |
|
1471 |
2016-08-27 |
dupre |
fix issues with documentation test |
|
1470 |
2016-08-27 |
dupre |
fixes for cop3to2 + documentation |
|
1469 |
2016-08-27 |
dupre |
fixes for an extra layer for the documentation |
|
1468 |
2016-08-27 |
dupre |
skip conversion for files in a virtual environment |
|
1467 |
2016-08-27 |
dupre |
fixes for Python 2.7 again |
|
1466 |
2016-08-27 |
dupre |
a few update for Python 2.7 again |
|
1465 |
2016-08-27 |
dupre |
fix for Python 2.7 |
|
1464 |
2016-08-27 |
dupre |
update for Python 2.7 |
|
1463 |
2016-08-27 |
dupre |
update local.jenkins |
|
1462 |
2016-08-27 |
dupre |
update for Python 2.7 |
|
1461 |
2016-08-27 |
dupre |
update for Python 2.7 |
|
1460 |
2016-08-27 |
dupre |
update for python 2.7 |
|
1459 |
2016-08-27 |
dupre |
update unit test |
|
1458 |
2016-08-27 |
dupre |
update for python 2.7 |
|
1457 |
2016-08-27 |
dupre |
fix issues in late compilation |
|
1456 |
2016-08-27 |
dupre |
update jenkins jobs, documentation comments |
|
1455 |
2016-08-26 |
dupre |
update jenkins definition |
|
1454 |
2016-08-26 |
dupre |
fix run_cmd |
|
1452 |
2016-08-26 |
dupre |
fix a couple of unit test, jenkins build, yaml |
|
1451 |
2016-08-26 |
dupre |
update unit test for travis |
|
1450 |
2016-08-26 |
dupre |
update unit test about run_cmd, fix issues in jenkins |
|
1449 |
2016-08-25 |
dupre |
update run_cmd and jenkins jobs |
|
1448 |
2016-08-25 |
dupre |
fix local jenkins and unit test |
|
1447 |
2016-08-25 |
dupre |
update local jenkins |
|
1446 |
2016-08-25 |
dupre |
update run_cmd to read output continuously |
|
1445 |
2016-08-25 |
dupre |
fix unit test |
|
1444 |
2016-08-25 |
dupre |
fix unit test failing in a virtual environment |
|
1443 |
2016-08-25 |
dupre |
remove unnecessary code, update unit test |
|
1442 |
2016-08-24 |
xavier dupré |
move some import to postpone warnings |
|
1441 |
2016-08-24 |
dupre |
update unit tests |
|
1440 |
2016-08-24 |
dupre |
add pyflakes back to check the code, update unit test,, update sphinx_main, more run_cmd to a separate file |
|
1439 |
2016-08-24 |
dupre |
update unit test |
|
1438 |
2016-08-23 |
dupre |
update condition to publish coverage |
|
1437 |
2016-08-23 |
dupre |
automatically delay a scheduler on jenkins if a spot is already taken |
|
1436 |
2016-08-23 |
dupre |
allow url for jenkins job based on yml |
|
1435 |
2016-08-23 |
dupre |
add subfolder for notebooks |
|
1434 |
2016-08-23 |
dupre |
another try with less nbconvert command line |
|
1433 |
2016-08-23 |
dupre |
update unit tests |
|
1432 |
2016-08-23 |
dupre |
adding comments |
|
1431 |
2016-08-23 |
dupre |
update comment |
|
1430 |
2016-08-23 |
dupre |
use cmd for notebooks conversion |
|
1429 |
2016-08-23 |
dupre |
fix unit tests |
|
1428 |
2016-08-22 |
dupre |
enable unit tests |
|
1427 |
2016-08-22 |
dupre |
update local jenkins |
|
1426 |
2016-08-22 |
dupre |
reduce the number of command line call issue #30 |
|
1425 |
2016-08-22 |
dupre |
remove call to command lines to generate the documentation |
|
1424 |
2016-08-22 |
dupre |
fix bug in coverage helper |
|
1423 |
2016-08-22 |
dupre |
fix a bug in codecov helper |
|
1422 |
2016-08-22 |
dupre |
fix a bug when calling codecov |
|
1421 |
2016-08-22 |
dupre |
allow regular expression when running unittest |
|
1420 |
2016-08-22 |
dupre |
change codecov call |
|
1419 |
2016-08-22 |
dupre |
fix unit test |
|
1418 |
2016-08-21 |
dupre |
update unit test |
|
1417 |
2016-08-21 |
dupre |
update yml |
|
1416 |
2016-08-21 |
dupre |
enable unit test, fix latest issues |
|
1415 |
2016-08-21 |
xavier dupré |
update script for jenkins and yml |
|
1414 |
2016-08-21 |
dupre |
update yml script |
|
1413 |
2016-08-21 |
dupre |
give default value for project_name |
|
1412 |
2016-08-21 |
dupre |
add environment variables |
|
1411 |
2016-08-21 |
dupre |
update notebooks |
|
1410 |
2016-08-20 |
dupre |
fix unit test |
|
1409 |
2016-08-20 |
dupre |
fix unit test for travis |
|
1408 |
2016-08-20 |
dupre |
fix unit tests |
|
1407 |
2016-08-20 |
dupre |
remove execution number from notebooks |
|
1406 |
2016-08-20 |
dupre |
update yml process |
|
1405 |
2016-08-20 |
dupre |
update for jenkins jobs |
|
1404 |
2016-08-19 |
dupre |
disable on test on travis |
|
1403 |
2016-08-19 |
dupre |
fix error leven on linux |
|
1402 |
2016-08-19 |
dupre |
update script for linux |
|
1401 |
2016-08-19 |
dupre |
add more informative message |
|
1400 |
2016-08-19 |
dupre |
update unit test |
|
1399 |
2016-08-19 |
dupre |
fix script for linux |
|
1398 |
2016-08-19 |
dupre |
update for linux |
|
1397 |
2016-08-19 |
dupre |
update unit test again for travis |
|
1396 |
2016-08-19 |
dupre |
update yaml for linux |
|
1395 |
2016-08-19 |
dupre |
catch an error and raise an exception |
|
1394 |
2016-08-19 |
dupre |
update test for yaml |
|
1393 |
2016-08-18 |
dupre |
fix unit test for yaml |
|
1392 |
2016-08-18 |
dupre |
update yaml helper |
|
1391 |
2016-08-18 |
dupre |
update for local yaml |
|
1390 |
2016-08-17 |
dupre |
add notebook for differences |
|
1389 |
2016-08-17 |
dupre |
add option label as a synonym for lid for sphinx extension |
|
1388 |
2016-08-16 |
dupre |
first step for yml local build |
|
1387 |
2016-08-12 |
dupre |
update appveyor |
|
1386 |
2016-08-12 |
dupre |
extends coverage of unit tests |
|
1385 |
2016-08-09 |
dupre |
update build script for conda |
|
1384 |
2016-08-09 |
dupre |
fix issue with Python 2.7 |
|
1383 |
2016-08-08 |
dupre |
update setup |
|
1381 |
2016-08-08 |
dupre |
fix FTP mocking + add info in blocref |
|
1380 |
2016-08-08 |
dupre |
fix mocking ftp |
|
1379 |
2016-08-08 |
dupre |
fix typo in variable name |
|
1378 |
2016-08-08 |
dupre |
fix issue with :content: tag |
|
1377 |
2016-08-08 |
xavier dupré |
update code about FTP ltransfering |
|
1376 |
2016-08-08 |
dupre |
pep8 |
|
1375 |
2016-08-07 |
xavier dupré |
update FTP callback function |
|
1374 |
2016-08-08 |
dupre |
update API for FTP transfer |
|
1373 |
2016-08-07 |
xavier dupré |
update for FTP transfer |
|
1372 |
2016-08-07 |
dupre |
update timeout default for jenkins jobs (due to sphinx slow down) |
|
1371 |
2016-08-07 |
dupre |
fix conda environment |
|
1370 |
2016-08-07 |
dupre |
update scripts |
|
1369 |
2016-08-07 |
dupre |
fix broken unit test |
|
1368 |
2016-08-07 |
dupre |
update scipt for conda |
|
1367 |
2016-08-07 |
dupre |
update conda build |
|
1366 |
2016-08-07 |
dupre |
display information while generation the documentation (info level) |
|
1365 |
2016-08-07 |
dupre |
pep8 |
|
1364 |
2016-08-07 |
dupre |
fixes for anaconda, reduce hash length for jenkins |
|
1363 |
2016-08-06 |
dupre |
increase timeout for sphinx in jenkins jobs (resolving references takes longer) |
|
1362 |
2016-08-05 |
dupre |
update dependencies |
|
1361 |
2016-08-05 |
dupre |
remove a default behavior for latex |
|
1359 |
2016-08-05 |
dupre |
update documentation |
|
1358 |
2016-08-05 |
dupre |
update for python 2.7 |
|
1357 |
2016-08-04 |
dupre |
add a function to check a bug |
|
1356 |
2016-08-01 |
dupre |
clean files |
|
1355 |
2016-08-01 |
dupre |
pep8 |
|
1354 |
2016-08-01 |
dupre |
fix unit test for appveyor + use fLOG instead of print for unit tests on cli |
|
1353 |
2016-07-31 |
dupre |
update appveyor |
|
1352 |
2016-07-28 |
dupre |
update for appveyor |
|
1351 |
2016-07-28 |
dupre |
update appveyor |
|
1350 |
2016-07-28 |
dupre |
update appveyor |
|
1349 |
2016-07-27 |
dupre |
fix a bug for coverage 4.2 |
|
1348 |
2016-07-26 |
dupre |
update setup.py |
|
1347 |
2016-07-26 |
dupre |
update pyquickhelper to flake8 3.0 and pycodestyle 2.0 |
|
1346 |
2016-07-26 |
dupre |
remove argparse from requirements |
|
1345 |
2016-07-25 |
dupre |
update jenkins helper with parameters for unit test |
|
1344 |
2016-07-24 |
dupre |
update skip functions |
|
1342 |
2016-07-24 |
dupre |
add option to run unit test if their estimated time is below a certain threshold |
|
1341 |
2016-07-23 |
dupre |
pep8 |
|
1340 |
2016-07-23 |
dupre |
add parameter unzip to ungzip_files |
|
1338 |
2016-07-23 |
dupre |
update get_url_content_timeout to download by chunk |
|
1337 |
2016-07-16 |
dupre |
change default value for mathdef_link_only |
|
1336 |
2016-07-16 |
dupre |
shorten the documention to avoid todos |
|
1335 |
2016-07-16 |
dupre |
remove todoext in summaries |
|
1334 |
2016-07-15 |
dupre |
fix missing import |
|
1333 |
2016-07-15 |
dupre |
fix python 2.7 |
|
1332 |
2016-07-15 |
dupre |
disable a unit test for Python 2.7 |
|
1331 |
2016-07-15 |
dupre |
fix for python 2.7 |
|
1330 |
2016-07-15 |
dupre |
fix for python 2.7 |
|
1329 |
2016-07-15 |
dupre |
fix for python 2.7 |
|
1328 |
2016-07-15 |
dupre |
fix unit teest |
|
1327 |
2016-07-15 |
dupre |
pep8 |
|
1326 |
2016-07-15 |
dupre |
fix unit test after last update |
|
1324 |
2016-07-15 |
dupre |
documentation, use of exref |
|
1323 |
2016-07-15 |
dupre |
add sphinx extension exref |
|
1321 |
2016-07-15 |
dupre |
add pseudo content to blocref |
|
1320 |
2016-07-15 |
dupre |
add magic command nbref and fixes documentation to support it |
|
1318 |
2016-07-15 |
dupre |
add another warning to hide by default |
|
1317 |
2016-07-15 |
dupre |
set default sort order |
|
1316 |
2016-07-15 |
dupre |
fix unit test on travis |
|
1315 |
2016-07-15 |
dupre |
add sphinx extension for faqref |
|
1314 |
2016-07-14 |
dupre |
fix a bug on linux |
|
1313 |
2016-07-14 |
dupre |
fix unit test |
|
1312 |
2016-07-14 |
dupre |
partially disable a unit test |
|
1311 |
2016-07-14 |
dupre |
fix issues with unit test |
|
1310 |
2016-07-14 |
dupre |
add faqref sphinx directive |
|
1309 |
2016-07-14 |
dupre |
add unit test for tkinter |
|
1308 |
2016-07-14 |
dupre |
fix bug in todoext |
|
1307 |
2016-07-14 |
dupre |
add unit test for file_split |
|
1306 |
2016-07-14 |
dupre |
update sphinx extension |
|
1305 |
2016-07-14 |
dupre |
add unit test |
|
1304 |
2016-07-14 |
dupre |
remove unused code |
|
1303 |
2016-07-14 |
dupre |
remove unused code |
|
1302 |
2016-07-09 |
dupre |
update appveyor |
|
1301 |
2016-07-09 |
dupre |
fix typo |
|
1300 |
2016-07-09 |
dupre |
add automatically index for mathdef |
|
1299 |
2016-07-09 |
dupre |
try to fix python 2.7 on the build machine |
|
1298 |
2016-07-08 |
dupre |
change variable names |
|
1297 |
2016-07-08 |
dupre |
add default path |
|
1296 |
2016-07-08 |
dupre |
change set to tuple |
|
1295 |
2016-07-08 |
dupre |
update unit test for Python 2.7 |
|
1294 |
2016-07-08 |
dupre |
update unit test |
|
1293 |
2016-07-08 |
dupre |
set numfig to True |
|
1292 |
2016-07-08 |
dupre |
remove get_graphviz_dot |
|
1291 |
2016-07-07 |
dupre |
add index in mathdef, blocref, todoext |
|
1290 |
2016-07-06 |
dupre |
update automated documentation |
|
1289 |
2016-07-05 |
dupre |
extend the list of warnings filtered out |
|
1288 |
2016-07-05 |
dupre |
filter warnings + documentation |
|
1287 |
2016-07-05 |
dupre |
remove test about not very used options |
|
1285 |
2016-07-04 |
dupre |
fix import issue, add comments |
|
1284 |
2016-06-29 |
dupre |
change a default value |
|
1283 |
2016-06-25 |
dupre |
configuration, documentation |
|
1282 |
2016-06-24 |
dupre |
add tag hidden, date, release to todoext |
|
1281 |
2016-06-23 |
dupre |
add blocref extension |
|
1280 |
2016-06-22 |
dupre |
add extra lines around example and FAQ |
|
1279 |
2016-06-22 |
dupre |
fix number of for definition, … |
|
1278 |
2016-06-22 |
dupre |
add latex packaages + fix link in mathdef |
|
1277 |
2016-06-21 |
dupre |
add sphinx extension mathdef |
|
1276 |
2016-06-19 |
dupre |
add a default value |
|
1275 |
2016-06-19 |
dupre |
update default configuration for Sphinx |
|
1274 |
2016-06-18 |
dupre |
fix link images in slides |
|
1273 |
2016-06-18 |
dupre |
add pycodestyle |
|
1272 |
2016-06-17 |
dupre |
fix appveyor |
|
1271 |
2016-06-17 |
dupre |
remove unnecessary code |
|
1270 |
2016-06-15 |
dupre |
fix an issue with indices |
|
1269 |
2016-06-14 |
dupre |
fix a type issue when estimating notebook slide splitting |
|
1268 |
2016-06-14 |
dupre |
add missing extensions when converting notebooks |
|
1267 |
2016-06-12 |
dupre |
copy images from notebook folder to build folder (latex compilation) |
|
1266 |
2016-06-11 |
dupre |
add parameter keep_item to add_menu_notebook to display a submenu |
|
1265 |
2016-06-11 |
dupre |
update default configuration |
|
1264 |
2016-06-11 |
dupre |
update default configuration for projects |
|
1263 |
2016-06-11 |
dupre |
fix link to blog post |
|
1261 |
2016-06-07 |
dupre |
add priority to todoext |
|
1260 |
2016-06-07 |
dupre |
update todoext with cost |
|
1259 |
2016-06-07 |
dupre |
improve help generation |
|
1258 |
2016-06-07 |
dupre |
fix documentation |
|
1257 |
2016-06-06 |
dupre |
fix issue link in the documentation |
|
1256 |
2016-06-06 |
dupre |
fix documentation |
|
1255 |
2016-06-06 |
dupre |
missing modification from the previous commit |
|
1254 |
2016-06-06 |
dupre |
fix setup and link to github |
|
1253 |
2016-06-06 |
dupre |
add tag issue to sphinx extension todoext |
|
1252 |
2016-06-06 |
dupre |
change waffle label |
|
1251 |
2016-06-06 |
dupre |
add link to waffle badge |
|
1250 |
2016-06-06 |
dupre |
add module nbpresent to appveyor |
|
1249 |
2016-06-06 |
dupre |
fix failing unit test |
|
1248 |
2016-06-06 |
dupre |
add module in auto_setup_dep.py |
|
1247 |
2016-06-05 |
dupre |
add function nb2present |
|
1246 |
2016-06-05 |
dupre |
add notebook conversion to html with nbpresent |
|
1244 |
2016-05-29 |
dupre |
update logging |
|
1242 |
2016-05-29 |
dupre |
remove unnecessary condition |
|
1241 |
2016-05-29 |
dupre |
fix previous fix |
|
1240 |
2016-05-29 |
dupre |
fix unit test for appveyor |
|
1239 |
2016-05-29 |
dupre |
add unit test for the code related to the setup |
|
1238 |
2016-05-23 |
dupre |
disable another test for Python 2.7 |
|
1237 |
2016-05-23 |
dupre |
disable a unit test for Python 2.7 |
|
1236 |
2016-05-23 |
dupre |
disable a unit test for compression |
|
1235 |
2016-05-22 |
dupre |
fix for Python 2.7 |
|
1234 |
2016-05-22 |
dupre |
pep8 |
|
1233 |
2016-05-22 |
dupre |
another fix for Python 2.7 |
|
1232 |
2016-05-22 |
dupre |
delay unncessary import changing matplotlib backend |
|
1231 |
2016-05-22 |
dupre |
fix for Python 2.7 |
|
1230 |
2016-05-22 |
dupre |
more explicit error message in unit test for Python 2.7 |
|
1229 |
2016-05-21 |
dupre |
fix travis |
|
1228 |
2016-05-21 |
dupre |
improve compression functions |
|
1227 |
2016-05-16 |
dupre |
fix for Python 2.7 |
|
1226 |
2016-05-15 |
dupre |
fix for python 2.7 |
|
1225 |
2016-05-15 |
dupre |
fix for Python 2.7 |
|
1224 |
2016-05-15 |
dupre |
fix unit test |
|
1223 |
2016-05-15 |
dupre |
fix unit test |
|
1222 |
2016-05-15 |
dupre |
extend unit test coverage |
|
1221 |
2016-05-15 |
dupre |
extend unit test coverage |
|
1220 |
2016-05-11 |
dupre |
fix jenkins for Python 2.7 |
|
1219 |
2016-05-09 |
dupre |
fix a file name for the documentation |
|
1218 |
2016-05-08 |
dupre |
disable a test ofr Python 2.7 |
|
1217 |
2016-05-07 |
dupre |
more explicit error message |
|
1216 |
2016-05-07 |
dupre |
update for python 2.7 |
|
1215 |
2016-05-07 |
dupre |
update for python 2.7 |
|
1214 |
2016-05-07 |
dupre |
update pep8, fix an issue with flake8 |
|
1213 |
2016-05-07 |
dupre |
add option math_number_all |
|
1212 |
2016-05-05 |
dupre |
catch an exception to get better insight |
|
1211 |
2016-05-05 |
dupre |
raise more exception, change a default value for parameter |
|
1209 |
2016-05-04 |
dupre |
update travis, appveyor, flake8 |
|
1208 |
2016-05-04 |
dupre |
update travis |
|
1207 |
2016-05-01 |
dupre |
fix a bug in command @FAQ and @code |
|
1206 |
2016-04-30 |
dupre |
less categories displayed |
|
1205 |
2016-04-26 |
dupre |
deal with the case when latex is not installed |
|
1204 |
2016-04-26 |
dupre |
replace an exception by a warning |
|
1203 |
2016-04-26 |
dupre |
only display warning when there are some |
|
1202 |
2016-04-25 |
dupre |
update build_script |
|
1201 |
2016-04-24 |
dupre |
fix appveyor |
|
1200 |
2016-04-24 |
dupre |
fix import issue for jupyter |
|
1199 |
2016-04-24 |
dupre |
update post_processing of notebooks |
|
1198 |
2016-04-23 |
dupre |
change links on notebook pages |
|
1197 |
2016-04-23 |
dupre |
add module backports |
|
1196 |
2016-04-22 |
dupre |
dpcumentation |
|
1195 |
2016-04-20 |
dupre |
add more explicit error message |
|
1194 |
2016-04-17 |
dupre |
fix rst2html, avoid checking latex, dot |
|
1193 |
2016-04-17 |
dupre |
update dependencies, avoid raising an exception |
|
1191 |
2016-04-16 |
dupre |
fix one unittest due to nbconvert changes |
|
1190 |
2016-04-16 |
dupre |
update pyquickhelper with latest version of jupyter |
|
1189 |
2016-04-16 |
dupre |
add parameter replacements |
|
1188 |
2016-04-14 |
dupre |
update for Python 2.7 (sphinx) |
|
1187 |
2016-04-13 |
dupre |
update for Python 2.7 |
|
1186 |
2016-04-10 |
dupre |
remove unnecessary code |
|
1184 |
2016-04-10 |
dupre |
add shortcut |
|
1182 |
2016-04-10 |
dupre |
add visit and depart function for todoextlist |
|
1181 |
2016-04-10 |
dupre |
fix a last issue in rst2html about latex expression (number was missing) |
|
1180 |
2016-04-10 |
dupre |
refactor rst2html, handle more extensions |
|
1178 |
2016-04-07 |
dupre |
update templating, exceptions and unit test |
|
1177 |
2016-04-07 |
dupre |
fix a bug in todoext, add parameter tag |
|
1176 |
2016-04-05 |
dupre |
update default configuration |
|
1175 |
2016-04-04 |
dupre |
update appveyor |
|
1174 |
2016-04-04 |
dupre |
skip files not found when compressing |
|
1173 |
2016-04-04 |
dupre |
fix import issues and small bug in sphinx_todoext_extension |
|
1172 |
2016-04-04 |
dupre |
add custom directive todoext |
|
1171 |
2016-04-04 |
dupre |
refactoring, move sphinx extension to a specific folder |
|
1170 |
2016-04-04 |
dupre |
disable unit test on appveyor |
|
1169 |
2016-04-03 |
dupre |
switch from pngmath to imgmath |
|
1168 |
2016-04-03 |
dupre |
fix an issue on travis |
|
1167 |
2016-04-03 |
dupre |
update a unit test |
|
1166 |
2016-04-03 |
dupre |
fix wrong imports |
|
1165 |
2016-04-02 |
dupre |
allow to cache url when testing notebooks (step 1) |
|
1164 |
2016-04-02 |
dupre |
fix parameter bootswatch_navbar_links |
|
1163 |
2016-03-30 |
dupre |
disable a unit test for Python 2.7 |
|
1162 |
2016-03-30 |
dupre |
others fixes for python 27 |
|
1161 |
2016-03-30 |
dupre |
add unittest GUI + fix for Python 2.7 |
|
1160 |
2016-03-30 |
dupre |
fix upper case issue |
|
1159 |
2016-03-30 |
dupre |
fix a misspelling + improve error message |
|
1158 |
2016-03-30 |
dupre |
fix for python 2.7 |
|
1157 |
2016-03-30 |
dupre |
update for python 2.7 |
|
1156 |
2016-03-29 |
dupre |
fix unit tests, update get_…program |
|
1155 |
2016-03-29 |
dupre |
refactoring, split a big file into 3 (utils_tests.py) |
|
1154 |
2016-03-29 |
dupre |
pep8 |
|
1153 |
2016-03-29 |
dupre |
use jupyter-nbconvert instead of ipython nbcnvert |
|
1152 |
2016-03-28 |
dupre |
fix another unit test broken by Sphinx 1.4 |
|
1150 |
2016-03-28 |
dupre |
fix pyquickhelper for Sphinx 1.4 |
|
1149 |
2016-03-28 |
dupre |
fix appveyor |
|
1148 |
2016-03-28 |
dupre |
applies pep8 |
|
1147 |
2016-03-28 |
dupre |
add parameter hide warning |
|
1146 |
2016-03-28 |
dupre |
fix unit test on travis |
|
1145 |
2016-03-28 |
dupre |
fix a bug in add_missing_development_version |
|
1144 |
2016-03-28 |
dupre |
add method add_missing_development_version, more test for mako and jinja2 |
|
1142 |
2016-03-28 |
dupre |
add mako to requirements |
|
1141 |
2016-03-28 |
dupre |
add templating functionality mako + jinja2 |
|
1140 |
2016-03-27 |
dupre |
applies pep8 |
|
1139 |
2016-03-27 |
xavier dupré |
fix issue for python 2.7 |
|
1138 |
2016-03-27 |
xavier dupré |
fix for python 2.7 |
|
1137 |
2016-03-27 |
xavier dupré |
checkings |
|
1136 |
2016-03-27 |
xavier dupré |
typo |
|
1135 |
2016-03-27 |
xavier dupré |
update script for jenkins and python 27 |
|
1134 |
2016-03-27 |
dupre |
update unit tests |
|
1133 |
2016-03-26 |
dupre |
improve unit tests |
|
1132 |
2016-03-26 |
dupre |
giving up on build on python 2.7 |
|
1131 |
2016-03-26 |
dupre |
remove build 2.7 on travis… |
|
1130 |
2016-03-26 |
dupre |
update for travis and python 2.7 |
|
1129 |
2016-03-26 |
dupre |
fix a unit test + update for python 2.7 |
|
1128 |
2016-03-26 |
dupre |
documentation + unit tests |
|
1127 |
2016-03-26 |
dupre |
update for travis |
|
1126 |
2016-03-26 |
dupre |
update for travis |
|
1125 |
2016-03-26 |
dupre |
catch an exception |
|
1124 |
2016-03-26 |
dupre |
update for travis |
|
1123 |
2016-03-26 |
dupre |
remove too long lines |
|
1122 |
2016-03-26 |
dupre |
update for travis and appveyor |
|
1121 |
2016-03-26 |
dupre |
update two unit test for travis |
|
1120 |
2016-03-26 |
dupre |
update notebooks due to previous refactoring, fix docstring2html when documentation is None |
|
1119 |
2016-03-26 |
dupre |
add parameter extended to check_pep8 |
|
1118 |
2016-03-26 |
dupre |
remove shortcuts, update version number, refactoring |
|
1117 |
2016-03-26 |
dupre |
update df2rst |
|
1116 |
2016-03-23 |
dupre |
add function walk |
|
1115 |
2016-03-21 |
dupre |
add parameter fLOG to function synchronize_folder |
|
1113 |
2016-03-11 |
dupre |
update assert |
|
1111 |
2016-03-10 |
dupre |
add parameter stdin=False when running notebooks |
|
1110 |
2016-03-08 |
dupre |
add parameter kernel to avoid running the kernel for the documentation generation |
|
1108 |
2016-03-06 |
dupre |
add a parameter custom_style to the default configuration |
|
1107 |
2016-03-06 |
dupre |
update the list of folders to look into |
|
1106 |
2016-03-06 |
dupre |
revert previous modifications |
|
1105 |
2016-03-05 |
dupre |
update build scripts |
|
1104 |
2016-03-04 |
dupre |
allow comment with < > characters in it |
|
1103 |
2016-03-01 |
dupre |
update default configuration |
|
1102 |
2016-02-28 |
dupre |
fix a unit test for anaconda (partially disable it) |
|
1101 |
2016-02-28 |
dupre |
fix type issue for linux |
|
1100 |
2016-02-28 |
dupre |
fix dependency for automated builds |
|
1099 |
2016-02-28 |
dupre |
update unit tests for Anaconda |
|
1098 |
2016-02-28 |
dupre |
switch from pycryptodome to pycryptodomex |
|
1097 |
2016-02-27 |
dupre |
fixes for Python 2.7 (copy js, css, issue with BytesIO) |
|
1096 |
2016-02-27 |
dupre |
update timeout with a single constant |
|
1095 |
2016-02-26 |
dupre |
fix a bug due to a type issue |
|
1094 |
2016-02-26 |
dupre |
add the timeout in the options |
|
1093 |
2016-02-24 |
dupre |
update with tiemout |
|
1092 |
2016-02-24 |
dupre |
disable a unit test on Anaconda |
|
1091 |
2016-02-24 |
dupre |
add function html_in_frame |
|
1090 |
2016-02-16 |
dupre |
fix unit test on travis |
|
1089 |
2016-02-16 |
dupre |
add exception |
|
1088 |
2016-02-15 |
dupre |
add missing path before running runpython sphinx custom command on a separate process |
|
1087 |
2016-02-15 |
dupre |
add option process to command runpython |
|
1086 |
2016-02-14 |
dupre |
update readme |
|
1085 |
2016-02-14 |
dupre |
fix a bug in a unit test broken by parametrer sharepost |
|
1084 |
2016-02-14 |
dupre |
add custom role bigger, make dates bigger in blog post, add share button in blog post |
|
1083 |
2016-02-14 |
dupre |
add custom directive to add share button for twitter, linkedin, facebook |
|
1082 |
2016-02-13 |
dupre |
improve function unzip |
|
1081 |
2016-02-13 |
dupre |
check existence of a variable in sys for documentation |
|
1080 |
2016-02-13 |
dupre |
add unit test to tet runpython explicitely |
|
1079 |
2016-02-13 |
dupre |
disable displays in unit test, fix a bug in runpython extension |
|
1078 |
2016-02-13 |
dupre |
add parameter sesysvar, increase unit test coverage, catch stdout, stderr to unit test some functions related to unit testing |
|
1077 |
2016-02-13 |
dupre |
add option to enable disable pieces of documentation |
|
1076 |
2016-02-06 |
dupre |
add blog post + documentation + rename a unit test |
|
1075 |
2016-02-05 |
dupre |
fix bug introduced by previous commit |
|
1074 |
2016-02-05 |
dupre |
add function read_csv |
|
1073 |
2016-02-05 |
dupre |
update unit test code |
|
1072 |
2016-01-22 |
dupre |
update unit test function |
|
1071 |
2016-01-22 |
dupre |
fix exception call |
|
1070 |
2016-01-21 |
dupre |
update unit test error handling |
|
1069 |
2016-01-21 |
dupre |
process error from setup_hook due to a change in pip 8.0 |
|
1068 |
2016-01-19 |
dupre |
update script for jenkins |
|
1067 |
2016-01-04 |
dupre |
add function is_file_string |
|
1064 |
2016-01-02 |
dupre |
refactoring |
|
1063 |
2016-01-02 |
dupre |
documentation + unit test fix |
|
1062 |
2016-01-02 |
dupre |
move function is_travis_or_appveyor, fix for coverage publishing |
|
1061 |
2016-01-02 |
dupre |
update command line for codecov |
|
1060 |
2016-01-02 |
dupre |
update requirements |
|
1059 |
2016-01-02 |
dupre |
fix an exception |
|
1058 |
2016-01-02 |
dupre |
fix a name issue + documentation |
|
1057 |
2016-01-02 |
dupre |
update to publish coverage to codecov |
|
1056 |
2016-01-01 |
dupre |
disable another unit test on Python 2.7 |
|
1055 |
2016-01-01 |
dupre |
fix two unittests |
|
1054 |
2016-01-01 |
dupre |
fix a few issues to an untested code |
|
1053 |
2016-01-01 |
dupre |
update with command line for coverage |
|
1051 |
2016-01-01 |
dupre |
documentation + error message |
|
1050 |
2016-01-01 |
dupre |
fix unit test issues (key must be bytes for encryption) |
|
1049 |
2016-01-01 |
dupre |
add magic commands to encrypt, decrypt, compress, visualize differences |
|
1048 |
2015-12-31 |
dupre |
fix an issue due to a probable recent change in jupyter notebooks |
|
1047 |
2015-12-31 |
dupre |
disable unit test on Python 2.7 for encryption, does not work well on Python 2.7 |
|
1045 |
2015-12-31 |
dupre |
add command line encrypt_file, decrypt_file |
|
1044 |
2015-12-30 |
dupre |
update function zipfiles to get relative paths |
|
1043 |
2015-12-28 |
dupre |
more displays while running unit tests |
|
1041 |
2015-12-27 |
dupre |
fix setup classifiers |
|
1040 |
2015-12-27 |
dupre |
update setup.py, remove issue with a logging function |
|
1039 |
2015-12-25 |
dupre |
remove a previous change and disable a unit test which cannot work on Python 2.7 |
|
1038 |
2015-12-25 |
dupre |
fix unicode issue for Python 2.7 |
|
1037 |
2015-12-24 |
dupre |
add parameter fLOG in some places |
|
1036 |
2015-12-24 |
dupre |
disable unit test on travis |
|
1035 |
2015-12-24 |
dupre |
add parameter fLOG to generate_help_sphinx |
|
1034 |
2015-12-24 |
dupre |
update error message |
|
1033 |
2015-12-24 |
dupre |
update pyquickhelper and unit tests |
|
1032 |
2015-12-24 |
dupre |
update unit test for a better display |
|
1031 |
2015-12-24 |
dupre |
test the unit tests |
|
1030 |
2015-12-22 |
dupre |
documentation + pep8 |
|
1029 |
2015-12-22 |
dupre |
update appveyor |
|
1028 |
2015-12-21 |
dupre |
disable a unit test on travis because not impletmented on linux |
|
1027 |
2015-12-21 |
dupre |
add uni tests |
|
1026 |
2015-12-21 |
dupre |
fix an issue with encoding |
|
1023 |
2015-12-17 |
dupre |
fix two unit tests |
|
1022 |
2015-12-17 |
dupre |
add a file for MockTransferFile, documentation |
|
1021 |
2015-12-15 |
dupre |
update, fix an exception |
|
1020 |
2015-12-14 |
dupre |
update setup, expose more parameters |
|
1019 |
2015-12-13 |
dupre |
improve runpython |
|
1018 |
2015-12-12 |
dupre |
refactoring, update searchbox |
|
1017 |
2015-12-12 |
dupre |
update default configuration for pyquickhelper |
|
1016 |
2015-12-12 |
dupre |
fix unit test |
|
1015 |
2015-12-12 |
dupre |
add landscape |
|
1013 |
2015-12-12 |
dupre |
simplify download download_requirejs |
|
1012 |
2015-12-12 |
dupre |
add function to download require.js (required for slides) |
|
1010 |
2015-12-10 |
dupre |
update automation script |
|
1009 |
2015-12-09 |
dupre |
remove dateutils |
|
1008 |
2015-12-05 |
dupre |
blog post |
|
1007 |
2015-12-04 |
dupre |
update building script |
|
1006 |
2015-12-03 |
dupre |
update jenkins server |
|
1005 |
2015-12-02 |
dupre |
add setup_hook |
|
1004 |
2015-11-23 |
dupre |
add parameter copy_add_ext |
|
1003 |
2015-11-22 |
dupre |
update git |
|
1002 |
2015-11-22 |
dupre |
update git function repo_ls for travis |
|
1001 |
2015-11-22 |
dupre |
add regular expression while deciphering encrypting data |
|
1000 |
2015-11-22 |
dupre |
update git command to use the same command line |
|
999 |
2015-11-22 |
dupre |
update error message |
|
998 |
2015-11-21 |
dupre |
update for git |
|
997 |
2015-11-21 |
dupre |
update appveyor |
|
996 |
2015-11-21 |
dupre |
update appveyor |
|
995 |
2015-11-21 |
dupre |
display pythonexe to be sure it is the right one |
|
994 |
2015-11-19 |
dupre |
add command line encrypt and decrypt |
|
993 |
2015-11-17 |
dupre |
applies pep8 |
|
992 |
2015-11-16 |
dupre |
update encrypted backup |
|
991 |
2015-11-15 |
dupre |
implements an encrypted backup on a hard drive |
|
989 |
2015-11-15 |
dupre |
fix unit test for python 3.5 (pycrypto not always available) |
|
988 |
2015-11-15 |
dupre |
better handling of errors |
|
987 |
2015-11-15 |
dupre |
update script info |
|
986 |
2015-11-15 |
dupre |
disable unit test for python 2 |
|
985 |
2015-11-15 |
dupre |
update block size to upload faster |
|
984 |
2015-11-15 |
dupre |
fix issues with lzma for python 2 |
|
983 |
2015-11-15 |
dupre |
add backup on FTP |
|
982 |
2015-11-14 |
dupre |
change hash |
|
981 |
2015-11-14 |
dupre |
update encrypted backup |
|
980 |
2015-11-14 |
dupre |
add API to backup files on the cloud |
|
979 |
2015-11-14 |
dupre |
update pyquickhelper with programmatic encrypted backup |
|
978 |
2015-11-14 |
dupre |
encrypt, decrypt files |
|
977 |
2015-11-12 |
dupre |
fix a bug in auto_setup_dep.py |
|
976 |
2015-11-12 |
dupre |
update auto_setup_dep.py for Anaconda |
|
975 |
2015-11-10 |
dupre |
update for appveyor |
|
974 |
2015-11-09 |
dupre |
pep8 |
|
973 |
2015-11-09 |
dupre |
add extensions when preparing source file for python 2.7 |
|
972 |
2015-11-08 |
dupre |
reduce a long line |
|
971 |
2015-11-07 |
dupre |
update documentation to fix a unit test |
|
970 |
2015-11-07 |
dupre |
update requirements.txt |
|
969 |
2015-11-07 |
dupre |
add unit test for a magic command |
|
968 |
2015-11-07 |
dupre |
add a new page gathering magic commands, uses tag @NB |
|
967 |
2015-11-07 |
dupre |
update build script |
|
966 |
2015-11-05 |
dupre |
update build script |
|
965 |
2015-11-05 |
dupre |
fix bugs due to previous refactoring for Jenkins |
|
964 |
2015-11-04 |
dupre |
fix a small bug in scrip |
|
963 |
2015-11-04 |
dupre |
remove redondancy when building script |
|
962 |
2015-11-04 |
dupre |
adjust a unit test for python 3.5 |
|
961 |
2015-11-03 |
dupre |
update to fix issues with python 3.5 virtual environment |
|
959 |
2015-11-02 |
dupre |
fix a bug in pyquickhelper about script generation for python 3.5 |
|
958 |
2015-11-01 |
dupre |
update the code to call python instead of pip to import modules |
|
957 |
2015-11-01 |
dupre |
fix a bug introduced by previous commit |
|
956 |
2015-11-01 |
dupre |
update jenkins scripts |
|
955 |
2015-11-01 |
dupre |
udpate scripts for Python 3.5 |
|
954 |
2015-11-01 |
dupre |
fix path to python 2.7 for jenkins scripts |
|
953 |
2015-10-31 |
xavier dupré |
fix issue with setup on 2.7 |
|
952 |
2015-10-31 |
dupre |
updaye jenkins scripts |
|
951 |
2015-10-31 |
dupre |
fix jenkins for 2.7 |
|
950 |
2015-10-31 |
dupre |
update jenkins scripts |
|
949 |
2015-10-31 |
dupre |
fix script for jenkins |
|
948 |
2015-10-31 |
dupre |
update unit test due to recent changes |
|
947 |
2015-10-31 |
dupre |
simplify build script |
|
946 |
2015-10-31 |
dupre |
update setup.py |
|
945 |
2015-10-31 |
dupre |
fix pep8 issues, cheap trick for pyquickhelper and jenkins on py35 |
|
944 |
2015-10-31 |
dupre |
remove a warning |
|
943 |
2015-10-31 |
dupre |
better consistency when defining jenkins jobs |
|
942 |
2015-10-29 |
dupre |
update unit tests |
|
941 |
2015-10-29 |
dupre |
attempts to fix unit test on appveyor |
|
940 |
2015-10-29 |
dupre |
fix an issue with travis and appveyor |
|
939 |
2015-10-28 |
dupre |
update unit test |
|
938 |
2015-10-28 |
dupre |
update unit test for travis and appveyor |
|
937 |
2015-10-28 |
dupre |
fix 2 unit tests for travis |
|
936 |
2015-10-27 |
dupre |
refactor, more consistent on tests remove on travis, appveyor |
|
935 |
2015-10-27 |
dupre |
update appveyor |
|
934 |
2015-10-27 |
dupre |
update code for python 3.5 |
|
933 |
2015-10-27 |
dupre |
remove _virtualenv from the list of folder to copy |
|
932 |
2015-10-27 |
dupre |
add function to get call stack |
|
931 |
2015-10-27 |
dupre |
fix unit test + remove too many prints |
|
930 |
2015-10-27 |
dupre |
update appveyor |
|
929 |
2015-10-27 |
dupre |
update fix for Python 3.5 |
|
928 |
2015-10-27 |
dupre |
update appveyor |
|
927 |
2015-10-27 |
dupre |
update appveyor |
|
926 |
2015-10-27 |
dupre |
update appveyor |
|
925 |
2015-10-27 |
dupre |
update appveyor |
|
924 |
2015-10-27 |
dupre |
update setup.py |
|
923 |
2015-10-27 |
dupre |
update setup.py |
|
922 |
2015-10-27 |
dupre |
update yml |
|
921 |
2015-10-27 |
dupre |
update appveyor |
|
920 |
2015-10-27 |
dupre |
update appveyor |
|
919 |
2015-10-27 |
dupre |
update appveyor |
|
918 |
2015-10-27 |
dupre |
remove unneeded part |
|
917 |
2015-10-27 |
dupre |
add appveyor |
|
916 |
2015-10-26 |
dupre |
update pyquickhelper to fix virtual environments on python 3.5 |
|
915 |
2015-10-24 |
dupre |
fix a bug when delete a job on Jenkins |
|
914 |
2015-10-24 |
dupre |
better exception in unit test |
|
913 |
2015-10-23 |
dupre |
fix a dependency, disable a unit test on python 2 |
|
912 |
2015-10-21 |
dupre |
update build setup |
|
911 |
2015-10-21 |
dupre |
remove references to pyquickhelper when building |
|
910 |
2015-10-18 |
dupre |
bug fix in python 2.7 |
|
909 |
2015-10-14 |
dupre |
add parameter filename to the function filtering out files when uploading files through FTP |
|
908 |
2015-10-13 |
dupre |
do not catch exception anymore when computing hash string |
|
906 |
2015-10-11 |
dupre |
catch SystemExit for function run_cmd |
|
905 |
2015-10-11 |
dupre |
increase size for pandoc when converting a notebook |
|
904 |
2015-10-11 |
dupre |
fix unit test and update default configuration |
|
902 |
2015-10-10 |
dupre |
add epub copy |
|
901 |
2015-10-10 |
dupre |
switch from matplotlib latex engine to local latex engine for formula |
|
900 |
2015-10-10 |
dupre |
fix bugs in windows scripts introduced by previous commit |
|
899 |
2015-10-10 |
dupre |
fix issue with _virtualenv, documentation, better checkings for Jenkins |
|
898 |
2015-10-09 |
dupre |
add epub by default when generating the documentation |
|
897 |
2015-10-08 |
dupre |
allow multiple roots for the documentatino server |
|
896 |
2015-10-08 |
dupre |
credentials can be different for each project for the jenkins server) |
|
895 |
2015-10-05 |
dupre |
fix sort_values for pandas 0.16 |
|
894 |
2015-10-05 |
dupre |
deals with several version of pandas |
|
893 |
2015-10-05 |
dupre |
update pyquickhelper due to changes in pandas 0.17 (sort –> sort_values) |
|
892 |
2015-10-05 |
dupre |
post process notebook conversion in python |
|
890 |
2015-10-05 |
dupre |
better error message |
|
889 |
2015-10-04 |
dupre |
update setup to create build_sphinx_all |
|
888 |
2015-10-01 |
dupre |
update helgen on Windows (/ –> ) |
|
887 |
2015-10-01 |
dupre |
add script auto_cmd_copy_sphinx.bat |
|
886 |
2015-09-30 |
dupre |
avoid importing matplotlib through pandas too soon |
|
885 |
2015-09-29 |
dupre |
add a notebook for unit testing purposes |
|
884 |
2015-09-28 |
dupre |
update Mozilla/5.0 on windows |
|
883 |
2015-09-28 |
dupre |
update javascript for automated menu |
|
882 |
2015-09-27 |
dupre |
class MagicParser now interpret list, tuple, dictionaries |
|
881 |
2015-09-26 |
dupre |
applies pep 8 |
|
879 |
2015-09-26 |
dupre |
update javascript for notebook |
|
878 |
2015-09-26 |
dupre |
fix javascript in notebook, leaves comment to remove later |
|
877 |
2015-09-26 |
dupre |
update javascipt for the automated menu |
|
876 |
2015-09-24 |
xavier dupré |
change default value for local pypi server |
|
875 |
2015-09-24 |
dupre |
fix an issue for python 2.7, jenkins |
|
874 |
2015-09-24 |
dupre |
update scripts for python 27 |
|
873 |
2015-09-22 |
dupre |
update README.rst |
|
872 |
2015-09-22 |
dupre |
update jenkins class to deal with more python engines |
|
871 |
2015-09-20 |
dupre |
applies pep8 |
|
869 |
2015-09-20 |
dupre |
add output |
|
868 |
2015-09-20 |
dupre |
fix missing import in runpython |
|
867 |
2015-09-19 |
dupre |
catch execution stack in runpython |
|
866 |
2015-09-18 |
dupre |
revert to python 3.4 build_script.bat |
|
865 |
2015-09-17 |
dupre |
moving import to the beginning of files |
|
864 |
2015-09-17 |
dupre |
disable a test on python 2.7 |
|
863 |
2015-09-17 |
dupre |
update to deal with Python 3.5, minimizes dependencies |
|
862 |
2015-09-13 |
dupre |
fix name of a parameter for -h, –help automatically added |
|
861 |
2015-09-12 |
dupre |
add eval_type to MagicCommandParser.add_argument |
|
860 |
2015-09-12 |
dupre |
copy the argument to avoid being dependant of further processing |
|
859 |
2015-09-12 |
dupre |
fix bugs in MagicParser when parameter are being evaluating |
|
858 |
2015-09-12 |
dupre |
add parameter no_eval to method add_argument |
|
857 |
2015-09-10 |
dupre |
fix a dependency |
|
856 |
2015-09-09 |
dupre |
fix a bug introduced by the previous commit |
|
855 |
2015-09-08 |
dupre |
fix a few issues for python 2.7 |
|
854 |
2015-09-08 |
dupre |
remove other annoying characters when compiling the documentation |
|
853 |
2015-09-08 |
dupre |
a few update to fix the module for python 2.7 |
|
852 |
2015-09-07 |
dupre |
fix issues while reading blospost (same update as for rst2html) + unit test |
|
851 |
2015-09-07 |
dupre |
fix issues when parsing sphinx documentation with custom environment (rst2html) |
|
850 |
2015-09-07 |
dupre |
pep8 |
|
849 |
2015-09-07 |
dupre |
catch the standard output when parsing a blogpost (replace an error by a warning) |
|
848 |
2015-09-07 |
dupre |
replace an exception by a warning |
|
847 |
2015-09-07 |
dupre |
try to fix unit test , changing the order |
|
846 |
2015-09-06 |
dupre |
move a unit test by the end, disable some unnecessary instructions for sphinx |
|
845 |
2015-09-06 |
dupre |
change the ordering of unit test |
|
844 |
2015-09-06 |
dupre |
fix a unit test, improve robustness of rst2html |
|
843 |
2015-09-06 |
dupre |
update unittests after the change in rst2html |
|
842 |
2015-09-06 |
dupre |
more explicit error message |
|
841 |
2015-09-06 |
dupre |
add the possibility to test a sphinx directives |
|
840 |
2015-09-06 |
dupre |
improve rst2html to deal with sphinx directives |
|
838 |
2015-09-06 |
dupre |
rename a file run_script –> runpython |
|
837 |
2015-09-06 |
dupre |
move import requests into the function which needs it |
|
836 |
2015-09-06 |
dupre |
reordering of import instructions |
|
834 |
2015-09-06 |
dupre |
mispelling for an exception class name |
|
833 |
2015-09-06 |
dupre |
add more extension to copy for copy27 |
|
832 |
2015-09-06 |
dupre |
data for unit test |
|
830 |
2015-09-04 |
dupre |
import import syntax |
|
829 |
2015-09-04 |
dupre |
str –> unicode for python 2.7 |
|
828 |
2015-09-03 |
dupre |
extends hash length |
|
827 |
2015-08-31 |
dupre |
fix two import issues |
|
826 |
2015-08-31 |
dupre |
fix some issues while generating the documentation |
|
825 |
2015-08-30 |
dupre |
fix an annoying bug while replacing unicode characters |
|
824 |
2015-08-30 |
dupre |
replace unicode characters in latex produced by nbconvert |
|
823 |
2015-08-30 |
dupre |
better error message for winpython, chineses in latex? |
|
822 |
2015-08-29 |
dupre |
add pipedeptree to the virtual environment when checking readme.rst for pipy |
|
821 |
2015-08-27 |
dupre |
update build script, more explicit design |
|
820 |
2015-08-26 |
dupre |
change a bad design into something more explicit for the function automating the setup |
|
819 |
2015-08-26 |
dupre |
move a function |
|
818 |
2015-08-26 |
dupre |
remove space |
|
817 |
2015-08-26 |
dupre |
update jenkins_job with install, fix in utils_test.py |
|
816 |
2015-08-25 |
dupre |
disable a test on travis |
|
815 |
2015-08-25 |
dupre |
fix for linux and unit test |
|
814 |
2015-08-25 |
dupre |
add function to ping a machine |
|
813 |
2015-08-24 |
dupre |
change an extension for the unit test in python 2.7 |
|
812 |
2015-08-24 |
dupre |
fix an import issue |
|
811 |
2015-08-24 |
dupre |
fix a bug for python 2.7 |
|
810 |
2015-08-24 |
dupre |
add dependency on metakernel |
|
809 |
2015-08-24 |
dupre |
improve the function which checks the documentation did not let any unresolved reference |
|
808 |
2015-08-23 |
dupre |
remove previous changed, add a better message exception |
|
807 |
2015-08-23 |
dupre |
add jupyter function missing in previous version of IPython (for Anaconda 2) |
|
806 |
2015-08-22 |
dupre |
fix an import issue for Python 2 |
|
805 |
2015-08-22 |
dupre |
add function to call before and after the documentation generation |
|
804 |
2015-08-22 |
dupre |
process_standard_options_for_setup accepts 2tuple for unittests_modules |
|
803 |
2015-08-22 |
dupre |
files can be removed from the coverage report |
|
801 |
2015-08-20 |
dupre |
blog + fix in windows scripts |
|
800 |
2015-08-19 |
dupre |
add warnings when a test was not run |
|
799 |
2015-08-19 |
dupre |
disable custom jupyter kernels on travis |
|
798 |
2015-08-19 |
dupre |
disable custom jupyter kernels on travis |
|
797 |
2015-08-19 |
dupre |
function install_jupyter_kernel to add a kernel for jupyter, can now specify a kernel for unittesting purposes |
|
796 |
2015-08-19 |
dupre |
update script _build_script with local dependencies |
|
795 |
2015-08-18 |
dupre |
disable a unit test on travis |
|
794 |
2015-08-18 |
dupre |
disable the testing of a notebook on travis (permission error) |
|
793 |
2015-08-18 |
dupre |
fix a unit test broken by a previous commit |
|
792 |
2015-08-18 |
dupre |
fix a syntax error |
|
791 |
2015-08-18 |
dupre |
update script to run notebook with local dependencies |
|
790 |
2015-08-18 |
dupre |
update unit test for travis (jupyter_cmd + extension) |
|
789 |
2015-08-18 |
dupre |
add dependency to jupyter in setup_script_dependency_py |
|
788 |
2015-08-18 |
dupre |
add function to install notebook extensions, switch command line from ipython to jupyter, update documentation |
|
787 |
2015-08-15 |
dupre |
update version number, add function check_readme_syntax |
|
786 |
2015-08-15 |
dupre |
disable a unit test on anaconda |
|
785 |
2015-08-15 |
dupre |
improve an error message |
|
784 |
2015-08-15 |
dupre |
disable a unit test for python 2.7 |
|
783 |
2015-08-15 |
dupre |
fix a unit test for python 2.7 |
|
782 |
2015-08-15 |
dupre |
disable a unit test for python 2.7 and anaconda |
|
781 |
2015-08-15 |
dupre |
update readme.rst, disable a test when run in a virtual environment |
|
780 |
2015-08-14 |
dupre |
update unit tests |
|
779 |
2015-08-14 |
dupre |
fix readme.rst (for pypi), add a test to check its syntax |
|
778 |
2015-08-14 |
dupre |
disable a unit test when IPython is not recent enough |
|
777 |
2015-08-14 |
dupre |
update jenkins_server with the latest version of pymyinstall |
|
776 |
2015-08-14 |
dupre |
disable a function on python 2.7 |
|
775 |
2015-08-13 |
dupre |
fix for python 2.7 |
|
774 |
2015-08-13 |
dupre |
add dependency to jupyter_console |
|
773 |
2015-08-13 |
dupre |
change option -m to -u |
|
772 |
2015-08-13 |
dupre |
disable a unit test |
|
771 |
2015-08-13 |
dupre |
remove venv.__version__ |
|
770 |
2015-08-13 |
dupre |
update to Jupyter 4.0 |
|
769 |
2015-08-13 |
dupre |
disable a unit test |
|
768 |
2015-08-11 |
dupre |
update script to check readme.rst |
|
767 |
2015-08-10 |
dupre |
add test to test readme.rst with docutils==0.8 |
|
766 |
2015-08-09 |
dupre |
update a failing unit test on Windows |
|
765 |
2015-08-08 |
dupre |
update script auto_run27 to remove the loop |
|
764 |
2015-08-08 |
dupre |
add basic checking for readme.rst |
|
763 |
2015-08-08 |
dupre |
add –stop to nosetests to stop after the first exception |
|
762 |
2015-08-08 |
dupre |
add function to parse markdown, tries to resolve python 2.7 issues |
|
761 |
2015-08-07 |
dupre |
update .coveragerc |
|
760 |
2015-08-07 |
dupre |
update .coveragerc |
|
758 |
2015-08-07 |
dupre |
check a folder exists before cleaning it |
|
757 |
2015-08-07 |
dupre |
add verbose to coveralls |
|
756 |
2015-08-07 |
dupre |
update unit_tests run, saves reports in XML, binary format |
|
755 |
2015-08-07 |
dupre |
first try to update documentation for unit tests |
|
754 |
2015-08-07 |
dupre |
update Sphinx command runpython with options rst, sin sout |
|
753 |
2015-08-05 |
dupre |
add sphinx command runpython to produce RST documentation |
|
752 |
2015-08-02 |
dupre |
update README.rst |
|
751 |
2015-08-02 |
dupre |
replace none value by space when converting a table to html |
|
750 |
2015-08-02 |
dupre |
replace None by empty string in df2rst |
|
748 |
2015-08-02 |
dupre |
improve documentation generation |
|
747 |
2015-07-30 |
dupre |
add generation of pyproj, spaces, remove extra character in the documentation |
|
746 |
2015-07-27 |
dupre |
fix setup.py, update documentation, fix a bug in doc server |
|
745 |
2015-07-19 |
dupre |
avoid file such as .settings to mess up when unit test try to guess the project name |
|
744 |
2015-07-19 |
dupre |
rename a label |
|
743 |
2015-07-19 |
dupre |
fix links, remove extension for blogs |
|
742 |
2015-07-18 |
dupre |
update code for French language |
|
740 |
2015-07-18 |
dupre |
fix a misspelling on a function name |
|
739 |
2015-07-18 |
dupre |
better verification process after sphinx |
|
738 |
2015-07-18 |
dupre |
fix an import in a unit test |
|
737 |
2015-07-18 |
dupre |
improve the documentation, add constructor into the documentation, check syntax of produced files |
|
736 |
2015-07-18 |
dupre |
split sphinx_main.py into two files |
|
735 |
2015-07-18 |
dupre |
udpate scripts |
|
734 |
2015-07-17 |
dupre |
fix an import issue, remove a keyword global |
|
732 |
2015-07-16 |
dupre |
fix a bug occuring when converting unit test files to python 2.7 |
|
730 |
2015-07-15 |
xavier dupré |
remove extra space |
|
729 |
2015-07-15 |
dupre |
fix the function adding HTML menu |
|
728 |
2015-07-15 |
dupre |
update documentation |
|
727 |
2015-07-15 |
dupre |
add more test to detect errors earlier when generating the documentation |
|
726 |
2015-07-15 |
dupre |
add extra checkings when generating the documentation |
|
725 |
2015-07-15 |
dupre |
add error + others checkings |
|
724 |
2015-07-15 |
dupre |
update javascript for the automated menu |
|
723 |
2015-07-14 |
dupre |
update unit test for anaconda |
|
722 |
2015-07-14 |
xavier dupré |
update jenkins script for pyquickhelper |
|
721 |
2015-07-14 |
xavier dupré |
fix an issue with copy by reference |
|
720 |
2015-07-14 |
dupre |
update jenkins scripts |
|
719 |
2015-07-14 |
dupre |
add build script when updating modules |
|
718 |
2015-07-14 |
xavier dupré |
remove a conversion which fails when sending the request to Jenkins |
|
717 |
2015-07-14 |
dupre |
update post_process.py |
|
716 |
2015-07-14 |
dupre |
enable disable test |
|
715 |
2015-07-14 |
dupre |
forgotten from previous commit |
|
714 |
2015-07-14 |
dupre |
more unit test, disable svg through includegraphics from latex (does not work) |
|
713 |
2015-07-11 |
dupre |
replace an exception by a warning |
|
712 |
2015-07-05 |
dupre |
remove extra spaces |
|
711 |
2015-06-30 |
dupre |
fix blogtoc.html |
|
710 |
2015-06-29 |
dupre |
quick fix for blogtoc.html |
|
709 |
2015-06-26 |
dupre |
update jenkins jobs |
|
708 |
2015-06-25 |
dupre |
add function remove_character_under32 to remove all unexpected characters in a latex document |
|
707 |
2015-06-21 |
dupre |
update setup.py |
|
706 |
2015-06-19 |
dupre |
add page title to the blog |
|
705 |
2015-06-19 |
dupre |
add titles to aggregated blog post pages |
|
704 |
2015-06-19 |
dupre |
fix an issue when converting SVG in notebook (check existence of Inkscape) |
|
703 |
2015-06-19 |
dupre |
remove options -v for script local_pypi generated for jenkins |
|
702 |
2015-06-19 |
dupre |
change the navigational bar |
|
701 |
2015-06-19 |
dupre |
add extension to copy on the notebook folder (svg) |
|
700 |
2015-06-19 |
dupre |
add an extension when computing the size of a cell |
|
699 |
2015-06-18 |
dupre |
update notebook due to the last change (remove ipythonhelper from __init__.py) |
|
698 |
2015-06-18 |
dupre |
calls fix_tkinter..helper, do not import ipythonhelper function in __init__.py |
|
697 |
2015-06-17 |
dupre |
fix a variable name |
|
696 |
2015-06-17 |
dupre |
catch another encoding issue |
|
695 |
2015-06-16 |
dupre |
fix a link (extension was missing) |
|
694 |
2015-06-16 |
dupre |
fix an issue while checking file existence of a very long string |
|
693 |
2015-06-16 |
dupre |
fix an encoding issue while running the unit test |
|
692 |
2015-06-16 |
dupre |
improve navigational bar for the documentation |
|
691 |
2015-06-10 |
dupre |
call setup_hook in script any_setup_command |
|
690 |
2015-06-08 |
dupre |
update jenkins script with custom script |
|
689 |
2015-06-07 |
dupre |
remove coverage picture |
|
688 |
2015-06-07 |
dupre |
update documentation with coverage |
|
687 |
2015-06-07 |
dupre |
improve a unit test for travis |
|
686 |
2015-06-06 |
dupre |
fix failing unit test due to a change in call_setup_hook |
|
685 |
2015-06-06 |
dupre |
avoid use admonition when not needed for blog post |
|
684 |
2015-06-06 |
dupre |
more consistent blog processing, remove a deprecated function |
|
683 |
2015-06-06 |
dupre |
update license variable |
|
682 |
2015-06-06 |
dupre |
update category links for blog posts |
|
681 |
2015-06-06 |
dupre |
fix a unit test on travis |
|
680 |
2015-06-06 |
dupre |
improve a unit test, more explicit message |
|
679 |
2015-06-05 |
dupre |
add missing eol |
|
678 |
2015-06-05 |
dupre |
change order in jenkins operations |
|
677 |
2015-06-05 |
dupre |
add command setup;py setup_hook |
|
675 |
2015-06-02 |
dupre |
update automated scripts |
|
674 |
2015-06-02 |
dupre |
move some exceptions to a separate file |
|
673 |
2015-06-02 |
dupre |
fix a path in windows automated scripts |
|
672 |
2015-05-30 |
dupre |
add shortcuts to pip_helper |
|
671 |
2015-05-29 |
dupre |
documentation + change some default settings for jenkins |
|
670 |
2015-05-29 |
dupre |
fix two dependencies |
|
669 |
2015-05-28 |
dupre |
fix issues when building version 2.7 for others modules, fix options success only for jenkins |
|
668 |
2015-05-28 |
dupre |
update jenkins job to avoid starting a job if the previous one has failed |
|
667 |
2015-05-27 |
xavier dupré |
update unit test, pip behaves in a weird way in virtual environments |
|
666 |
2015-05-28 |
dupre |
fix a unit test on travis |
|
665 |
2015-05-28 |
dupre |
update helper for pip, do not use the command line anymore |
|
664 |
2015-05-27 |
dupre |
update unit test, more explicit message |
|
663 |
2015-05-27 |
dupre |
version 1.2, add pip functionality, change magic_parser constructor |
|
662 |
2015-05-25 |
dupre |
fix a bug in nb2slides, type |
|
661 |
2015-05-24 |
xavier dupré |
add build_script before calling the script to build the setup |
|
660 |
2015-05-24 |
dupre |
update job name on jenkins |
|
659 |
2015-05-24 |
dupre |
add more scripts to jenkins [setup], [setup_big] |
|
658 |
2015-05-24 |
dupre |
fix an issue in the setup |
|
657 |
2015-05-24 |
dupre |
debug |
|
656 |
2015-05-24 |
dupre |
add missing dependency |
|
655 |
2015-05-24 |
dupre |
another fix for jenkins |
|
654 |
2015-05-24 |
dupre |
update jenkins_server.py, consequence of previous commit |
|
653 |
2015-05-24 |
dupre |
add –no-cache-dir when installing pyquickhelper for Python 2 |
|
652 |
2015-05-24 |
dupre |
compile htmlhelp in a separate folder, it changes the encoding |
|
651 |
2015-05-24 |
dupre |
explicit html output encoding for sphinx |
|
650 |
2015-05-24 |
dupre |
remove extra spaces |
|
649 |
2015-05-24 |
dupre |
fix unit test for python 2.7 |
|
648 |
2015-05-23 |
dupre |
remove a line used for debug |
|
646 |
2015-05-23 |
dupre |
fix the build for ipython |
|
645 |
2015-05-23 |
dupre |
add functions nb2slides, nb2html |
|
644 |
2015-05-23 |
dupre |
add a unit test to test the ipython command line |
|
643 |
2015-05-23 |
dupre |
use include_folder parameter in change_status_folder |
|
642 |
2015-05-23 |
dupre |
call get_temp_folder in a unit test instead of cleaning a temporary folder |
|
641 |
2015-05-23 |
dupre |
fix a build, missing import |
|
640 |
2015-05-23 |
dupre |
add parameter to _setup_hook, propagate through documentation and unit test |
|
639 |
2015-05-23 |
dupre |
documentation, +merge_notebook, use logging, update change_file_status |
|
638 |
2015-05-22 |
dupre |
switching back to default behavior for function run_unittests_for_setup |
|
637 |
2015-05-22 |
dupre |
fix an issue with scripts LONG and SKIP |
|
636 |
2015-05-22 |
dupre |
split cmd into a list |
|
635 |
2015-05-22 |
dupre |
fix a variable name |
|
634 |
2015-05-22 |
dupre |
use subprocess.call |
|
633 |
2015-05-22 |
dupre |
add sys.exit to the script to run to call _setup_hook |
|
632 |
2015-05-22 |
dupre |
pep8 |
|
631 |
2015-05-22 |
dupre |
add more print when calling _setup_hook |
|
630 |
2015-05-21 |
dupre |
fix minor issues (variables names, string, imported modules) |
|
629 |
2015-05-21 |
dupre |
run _setup_hook in a separate process |
|
628 |
2015-05-21 |
dupre |
change dependency, update windows scripts |
|
627 |
2015-05-21 |
dupre |
add a missing parameter |
|
626 |
2015-05-21 |
dupre |
fix an issue for jenkins jobs |
|
625 |
2015-05-20 |
dupre |
more options to generate jenkins jobs, add .chm format for the automated help on Windows |
|
623 |
2015-05-19 |
dupre |
fix an issue with the previous refactoring (xml config cannot start with a space) |
|
622 |
2015-05-19 |
dupre |
fix fir the setup 27 |
|
620 |
2015-05-19 |
dupre |
add options to job definition for Jenkins |
|
619 |
2015-05-19 |
dupre |
fix a bug in build script (do not run two different setup.py from the same current folder, python is messing up the build folders) |
|
618 |
2015-05-19 |
dupre |
avoid empty titles in notebooks |
|
616 |
2015-05-19 |
dupre |
fix a path issue when importing the module (help generation) |
|
615 |
2015-05-19 |
dupre |
fix a unit test about Jenkins (related to previous commit) |
|
614 |
2015-05-19 |
dupre |
upate jenkins script, moves the call to _setup_hook to setup.py for sphinx |
|
613 |
2015-05-18 |
dupre |
add function _setup_hook to initialize the module before unit tests or documentation generation |
|
612 |
2015-05-18 |
dupre |
change add_notebook_menu to deal with several levels |
|
611 |
2015-05-17 |
dupre |
applies pep8 |
|
610 |
2015-05-17 |
dupre |
a bug which would happen if the unit test fails |
|
609 |
2015-05-17 |
dupre |
fix a variable name in the automated documentation |
|
608 |
2015-05-17 |
dupre |
measure the processing time for each notebook run in unit test |
|
607 |
2015-05-16 |
dupre |
fix a symbol on blog post pages |
|
606 |
2015-05-16 |
dupre |
adapt the script copying reveal.js when there are several layout |
|
605 |
2015-05-16 |
dupre |
add flag -u to tell python.exe to print standard output while running and not only at the end |
|
604 |
2015-05-16 |
dupre |
add a test case for the function add_tag_slide, fix a bug |
|
603 |
2015-05-16 |
dupre |
enable coverage computation back (t was disabled) + handle the case when there is no notebook |
|
601 |
2015-05-16 |
dupre |
method add_tag_slide to autmatically split a notebook into slides |
|
600 |
2015-05-15 |
dupre |
update reveal.js to use sphinx’s version, tweak the produces html slides |
|
599 |
2015-05-15 |
dupre |
remove unncessary blocking in .gitignore |
|
598 |
2015-05-15 |
dupre |
add reveal.js during the documentation generation |
|
597 |
2015-05-15 |
dupre |
change job name on jenkins |
|
596 |
2015-05-15 |
dupre |
add script auto_doc_server.py and .bat, changes the job name in jenkinshelper |
|
595 |
2015-05-15 |
dupre |
new trie to fix the build |
|
594 |
2015-05-15 |
dupre |
fix an import issue, finalize the automated menu on notebooks |
|
593 |
2015-05-15 |
dupre |
remove a matplotlib import from the root |
|
592 |
2015-05-15 |
dupre |
fix an issue with nbconvert, better javascript for menus, change the way tkinter issue is handled |
|
591 |
2015-05-15 |
dupre |
blog + menu for notebooks + fix graphs on travis |
|
590 |
2015-05-14 |
dupre |
add function add_notebook_menu to add a menu within a notebook |
|
589 |
2015-05-14 |
dupre |
fix an issue when converting a notebook into RST (case issue when using intern references) |
|
588 |
2015-05-14 |
dupre |
fix a module name |
|
587 |
2015-05-14 |
dupre |
documentation, third try to fix an issue with tkinter and virtual env |
|
586 |
2015-05-14 |
dupre |
second try for tkinter, fix an issue with a default value for extra_ext |
|
585 |
2015-05-14 |
dupre |
fix an issue tkinter on virtual environment |
|
584 |
2015-05-14 |
dupre |
add function store_notebook_path |
|
582 |
2015-05-14 |
dupre |
update notebook_runner to deal with widgets |
|
581 |
2015-05-14 |
dupre |
add interactive controls to the notebook connected to a function |
|
580 |
2015-05-14 |
dupre |
update a notebook for ipython 3 |
|
579 |
2015-05-14 |
dupre |
change return type of function process_notebook, return skipped notebooks, add parameter extra_ext to the setup_helper functions |
|
578 |
2015-05-14 |
dupre |
avoid choosing “.” as a path with python34 is not found |
|
577 |
2015-05-11 |
dupre |
expose default_engine _paths to python engine (build_script) |
|
576 |
2015-05-10 |
dupre |
more explicit message |
|
575 |
2015-05-10 |
dupre |
? |
|
574 |
2015-05-10 |
dupre |
update test_changes, it does not use another module anymore |
|
573 |
2015-05-10 |
dupre |
update .ignore |
|
572 |
2015-05-10 |
dupre |
allow the blog list to be given as a file name |
|
571 |
2015-05-10 |
dupre |
blgo post about write_module_scripts |
|
570 |
2015-05-10 |
dupre |
add function write_module_scripts which produces a script to grab and read blog post |
|
569 |
2015-05-09 |
xavier dupré |
avoid pip install for pyquickhelper when building for python 2.7 and jenkins |
|
568 |
2015-05-09 |
xavier dupré |
update the local pypi script |
|
567 |
2015-05-09 |
xavier dupré |
update build script to give a different name to all virtual environment |
|
566 |
2015-05-09 |
xavier dupré |
update script for jenkins (virtual environment) |
|
565 |
2015-05-09 |
xavier dupré |
still updating scripts for jenkins, fix a bug (variables having the same name) |
|
564 |
2015-05-09 |
xavier dupré |
fix script for python 2.7, refine script for _LONG, _SKIP under jenkins |
|
563 |
2015-05-08 |
xavier dupré |
fix the setup for python 2.7, not perfect but working |
|
562 |
2015-05-08 |
dupre |
convert notebooks to slides |
|
561 |
2015-05-08 |
xavier dupré |
simplify the build scripts |
|
560 |
2015-05-08 |
xavier dupré |
disable another unit test on linux |
|
559 |
2015-05-08 |
xavier dupré |
disable a unit test on linux (not implemented yet) |
|
558 |
2015-05-08 |
xavier dupré |
modification for the notebook + fix a bug for Linux |
|
557 |
2015-05-08 |
xavier dupré |
fix another path issue introduced for WinPython |
|
556 |
2015-05-08 |
xavier dupré |
fix a path issue in the script introduced for WinPython |
|
555 |
2015-05-08 |
xavier dupré |
disable 2 unit tests in a conda virtual environment |
|
554 |
2015-05-08 |
xavier dupré |
patch for winpython |
|
553 |
2015-05-08 |
xavier dupré |
fixed build for pyquickhelper on python 2.7 |
|
552 |
2015-05-08 |
xavier dupré |
remove echo off, add flag -v to pypi script |
|
551 |
2015-05-08 |
xavier dupré |
new series of fixes for Jenkins |
|
550 |
2015-05-08 |
xavier dupré |
fix an issue in a script |
|
549 |
2015-05-08 |
xavier dupré |
update jenkins script, add a description, deal with anaconda |
|
548 |
2015-05-07 |
dupre |
update build script |
|
546 |
2015-05-06 |
dupre |
fix unit test for python 2.7 |
|
545 |
2015-05-06 |
dupre |
refine setup.py, add unittests [LONG], [SKIP], download content with timeout, update jenkins |
|
544 |
2015-05-05 |
dupre |
fix an issue with the name of the virtual environment in the automated scripts |
|
543 |
2015-05-05 |
dupre |
update setup.py |
|
542 |
2015-05-04 |
dupre |
avoid raising an exception (it should be enabled back when linux script are ready) |
|
541 |
2015-05-04 |
dupre |
better default values for jenkins script |
|
540 |
2015-05-04 |
dupre |
fix script for python 27 |
|
539 |
2015-05-04 |
dupre |
remove auto_setup_dep.py |
|
538 |
2015-05-04 |
dupre |
fix a unit test failing on linux |
|
537 |
2015-05-04 |
dupre |
update the script which run unit test and generates the documentation from a virtual environment |
|
536 |
2015-05-04 |
dupre |
update script automatically generated by the module |
|
535 |
2015-05-03 |
dupre |
fix path issues |
|
534 |
2015-05-03 |
dupre |
fix a couple of issues with virtual environments and paths |
|
533 |
2015-05-03 |
dupre |
fix a failing unit test (path changed) |
|
532 |
2015-05-03 |
dupre |
add the script automation to the module, it automatically creates scripts |
|
531 |
2015-05-01 |
dupre |
cancel the previous commit |
|
530 |
2015-05-01 |
dupre |
remove extra space |
|
529 |
2015-05-01 |
dupre |
check incoherence in jenkins job |
|
528 |
2015-04-29 |
dupre |
update jenkins_helper to be more robust, disable flake8 on anaconda |
|
526 |
2015-04-29 |
dupre |
fix a bug with the code automating the creation of jenkins jobs |
|
525 |
2015-04-29 |
dupre |
cosmetic |
|
524 |
2015-04-29 |
dupre |
improve pep8, somehow anaconda behaves differently (more strict) |
|
523 |
2015-04-29 |
dupre |
fix a unit test failing on linux |
|
522 |
2015-04-28 |
dupre |
fix an issue with jenkins and python 2.7 |
|
521 |
2015-04-28 |
dupre |
update jenkins automation |
|
520 |
2015-04-28 |
dupre |
update build_setup_help_on_windows to run unit tests on anaconda |
|
519 |
2015-04-27 |
dupre |
update readme.rst |
|
518 |
2015-04-27 |
dupre |
update readme.rst |
|
517 |
2015-04-27 |
dupre |
change an example in a notebook to avoid importing scikit-learn |
|
516 |
2015-04-27 |
dupre |
add a unit test, fix na import issue in a notebook |
|
515 |
2015-04-27 |
dupre |
fix a series of small bugs, missing import in a notebook, type for python 2.7, expose another parameter in setup_helper |
|
514 |
2015-04-27 |
dupre |
add the path to the module when running notebook in a unit test |
|
513 |
2015-04-26 |
dupre |
add a unit test to test the notebooks, improve the functionss to run a notebook |
|
512 |
2015-04-26 |
dupre |
fix a couple of issues in notebooks, missing import |
|
511 |
2015-04-26 |
dupre |
documentation and blog_root |
|
509 |
2015-04-25 |
dupre |
add a missing parameter when building the version for python 2.7 |
|
508 |
2015-04-25 |
dupre |
fix unit tests for python 2.7 |
|
507 |
2015-04-25 |
dupre |
fix a bug and switch to uppercase |
|
506 |
2015-04-25 |
dupre |
fix a couple of issues in documentation generation, add dependencies for Jenkins jobs |
|
505 |
2015-04-25 |
dupre |
add a link to the blog post main page from the index page |
|
503 |
2015-04-24 |
dupre |
remove mandatory version on ipython |
|
502 |
2015-04-24 |
dupre |
update the setup, move dependency to optional |
|
501 |
2015-04-24 |
dupre |
fix an issue when getting the documentation for a static method |
|
500 |
2015-04-23 |
dupre |
fix another issue for python 2.7 |
|
499 |
2015-04-23 |
dupre |
change the font for diffview, fix the inline parameter |
|
498 |
2015-04-23 |
dupre |
fix an issue with python 2.7 |
|
497 |
2015-04-23 |
dupre |
finalize the function producing a diff to insert in a notebook |
|
496 |
2015-04-23 |
dupre |
revisit the functions about diffjs (diff with javascript) |
|
495 |
2015-04-22 |
dupre |
shorten path of module while generating the automated documentation |
|
494 |
2015-04-22 |
dupre |
avoid the generation of the documentation to fail when there is no notebook |
|
493 |
2015-04-21 |
dupre |
remove spaces in setup |
|
492 |
2015-04-21 |
dupre |
update setup.py again |
|
491 |
2015-04-21 |
dupre |
update setup.py |
|
490 |
2015-04-21 |
dupre |
move utils_tests, shorten setup.py, fix a version issue |
|
488 |
2015-04-21 |
dupre |
environment variable USERNAME does not exists on Travis |
|
487 |
2015-04-21 |
dupre |
update setup.py to enforce the writing of version.txt |
|
486 |
2015-04-21 |
dupre |
relative path when running coverage while running unit tests |
|
485 |
2015-04-20 |
dupre |
add link to the post to the aggregated pages |
|
484 |
2015-04-20 |
dupre |
update function py3to2 to enable alias when importing local modules |
|
483 |
2015-04-19 |
dupre |
another series of fixes for python 2.7 and its ugly encoding |
|
482 |
2015-04-18 |
dupre |
fix a failing unit test for python 2.7 |
|
481 |
2015-04-18 |
dupre |
disable a unit test on travis |
|
480 |
2015-04-18 |
dupre |
remove extra spaces |
|
479 |
2015-04-18 |
xavier dupré |
fix issues in the latest added unit test |
|
478 |
2015-04-18 |
dupre |
disable a unit test on travis |
|
477 |
2015-04-18 |
dupre |
accept regular expressions and functions to filter out files when using FTP transfer |
|
476 |
2015-04-18 |
dupre |
more coverage for the functions generating documentation, fix a few relative paths, FTP transfer is more flexible |
|
475 |
2015-04-18 |
dupre |
fix a unit test for Travis |
|
474 |
2015-04-18 |
dupre |
update a unit test failing on Travis |
|
473 |
2015-04-18 |
dupre |
more explicit error for a unit test |
|
472 |
2015-04-17 |
dupre |
add a couple of unit tests to slightly increase the coverage |
|
471 |
2015-04-17 |
dupre |
finalize the migration of the module to python 2.7 |
|
470 |
2015-04-17 |
dupre |
flake8 |
|
469 |
2015-04-17 |
dupre |
do some replacement in the setup |
|
468 |
2015-04-17 |
dupre |
failed try |
|
467 |
2015-04-16 |
dupre |
make the class BlogPost sortable |
|
466 |
2015-04-16 |
dupre |
python 2.7 is more robust as every string is unicode |
|
465 |
2015-04-16 |
dupre |
first version of the migration of the module python2.7 |
|
463 |
2015-04-16 |
dupre |
update .gitignore |
|
462 |
2015-04-16 |
dupre |
update jenkins and unit test to be more robust |
|
461 |
2015-04-16 |
dupre |
update notebook_runner to ipython 3.1 |
|
460 |
2015-04-15 |
dupre |
fix a bug introduced during the migration of function run_notebook for ipython 3.1 |
|
456 |
2015-04-15 |
dupre |
update open_ipython_notebook to accept a custom path |
|
455 |
2015-04-15 |
dupre |
fix notebooks conversion with IPython 3 |
|
454 |
2015-04-15 |
dupre |
fix requirements to use the latest ipython |
|
453 |
2015-04-15 |
dupre |
migration to ipython 3 |
|
452 |
2015-04-13 |
dupre |
replace an exception by a warnings when transfering javascripts files to the site (for snap) |
|
451 |
2015-04-13 |
dupre |
add a function to modifiy the root of static files in notebooks when generating the documentation |
|
450 |
2015-04-12 |
dupre |
another try to add a link to blog post without manually adding it (still looking for an automated way to add label) |
|
448 |
2015-04-12 |
dupre |
add bokeh extension to add bokeh graphs in the documentation |
|
447 |
2015-04-11 |
dupre |
add blog links |
|
446 |
2015-04-11 |
dupre |
fix some issues with different configurations for the help generation introduced by a new functionality (blogs) |
|
445 |
2015-04-11 |
dupre |
split a big file into 3 (sphinx_main.py) |
|
444 |
2015-04-11 |
dupre |
add missing template when a project contains multiple config files |
|
443 |
2015-04-11 |
dupre |
add commit number to the changes page (documentation generation) |
|
442 |
2015-04-11 |
dupre |
better error message in exception HelpGenException |
|
441 |
2015-04-10 |
dupre |
add another during blog generation |
|
440 |
2015-04-09 |
dupre |
set the language to “en” when it is not specified |
|
439 |
2015-04-08 |
dupre |
fix an issue with links to images in blogs (very basic for the moment) |
|
438 |
2015-04-07 |
dupre |
new blog post |
|
437 |
2015-04-07 |
dupre |
fix the link the blog post in rss.xml |
|
436 |
2015-04-07 |
dupre |
remove extra spaces |
|
435 |
2015-04-07 |
dupre |
add a function to modify a file just before uploading it to a website |
|
434 |
2015-04-07 |
dupre |
modifies .ignore |
|
433 |
2015-04-07 |
dupre |
add link to RSS feed, still an issue with some links |
|
432 |
2015-04-06 |
dupre |
fix unit tests for travis |
|
431 |
2015-04-06 |
dupre |
update unit tests |
|
430 |
2015-04-05 |
xavier dupré |
encoding back to what it was |
|
429 |
2015-04-05 |
dupre |
modifies encoding again |
|
428 |
2015-04-05 |
dupre |
change many encodings from utf8 to utf-8-sig when reading files |
|
427 |
2015-04-05 |
dupre |
improve a message in a exception |
|
426 |
2015-04-05 |
dupre |
replace queue by Queue for python 2.7 |
|
425 |
2015-04-05 |
dupre |
update .ignore |
|
424 |
2015-04-05 |
dupre |
finalize the generation of blog post inside the documentation (missing: sidebar + rss.xml) |
|
422 |
2015-04-05 |
dupre |
fix flake8 |
|
421 |
2015-04-05 |
dupre |
blog are processed, indexes has still to be improved |
|
418 |
2015-04-04 |
dupre |
add function to check cython existence |
|
417 |
2015-04-04 |
dupre |
first step in processing blog post inserted in the documentation |
|
416 |
2015-04-04 |
dupre |
copy pdf output, add instructions in latex preamble |
|
415 |
2015-04-03 |
dupre |
add a file as an example for an extra file for documentation |
|
414 |
2015-04-02 |
dupre |
replace an exception by a warning, enable pdf help generation |
|
413 |
2015-03-31 |
dupre |
better error messages + default option where generating latex (sphinx) |
|
412 |
2015-03-24 |
dupre |
more logging when uploading files |
|
411 |
2015-03-23 |
dupre |
remove extra spaces |
|
410 |
2015-03-23 |
dupre |
check that file be removed (generated by the documentation) |
|
409 |
2015-03-23 |
dupre |
fix a bug introducted in a previous commit |
|
408 |
2015-03-23 |
dupre |
about jenkins build |
|
407 |
2015-03-23 |
dupre |
about jenkins build |
|
406 |
2015-03-23 |
dupre |
fix an import error |
|
405 |
2015-03-23 |
dupre |
catches an exception, restart the generation to see if it removes errors when the documentation is generated from scratch |
|
404 |
2015-03-22 |
dupre |
improve default_conv.py (when parameters have different types) |
|
403 |
2015-03-21 |
dupre |
fix a bug introduced in the previous commits (function returning a different number of parameters) |
|
402 |
2015-03-21 |
dupre |
fix missing import |
|
401 |
2015-03-21 |
dupre |
replace an exception by a warning |
|
400 |
2015-03-21 |
dupre |
give more statistics on code, change default configuration for help generation |
|
399 |
2015-03-21 |
dupre |
fix a bug introducted in the two last commits |
|
398 |
2015-03-21 |
dupre |
improve a unit test |
|
397 |
2015-03-21 |
dupre |
applies flake8 |
|
396 |
2015-03-20 |
dupre |
add warnings when a file with an expected path is detected |
|
395 |
2015-03-20 |
dupre |
add function to update status of files within a folder |
|
393 |
2015-03-17 |
dupre |
update version_number before generating the setup |
|
391 |
2015-03-17 |
dupre |
improve class FtpTransfer |
|
389 |
2015-03-16 |
dupre |
more logging when generating the documentation |
|
388 |
2015-03-12 |
dupre |
add helper for jenkins |
|
387 |
2015-03-07 |
dupre |
add notebook name when raising an exception during its execution |
|
386 |
2015-03-07 |
xavier dupré |
add functionalities to adapt the code from python 3 to python 2 |
|
385 |
2015-03-01 |
dupre |
fix import issue |
|
384 |
2015-03-01 |
dupre |
avoid evaluating arguments with choices in MagicParser |
|
383 |
2015-03-01 |
dupre |
also evalute expression such class.method in magic_parser.py |
|
382 |
2015-03-01 |
dupre |
disable logging inside docstring2html |
|
381 |
2015-03-01 |
dupre |
allow more than two format for docstring2html |
|
380 |
2015-03-01 |
dupre |
avoid the help to be displayed twice for a command magic |
|
379 |
2015-03-01 |
dupre |
remove flag aggressive when using pep8 |
|
378 |
2015-03-01 |
dupre |
update function has_x_server to make it work on windows |
|
376 |
2015-03-01 |
dupre |
update a function name, add suffix pep8 |
|
375 |
2015-03-01 |
dupre |
modify the setup syntax |
|
374 |
2015-03-01 |
dupre |
add autopep8 to the list of dependencies |
|
373 |
2015-03-01 |
dupre |
do not apply pep8 on big files |
|
372 |
2015-03-01 |
dupre |
applies autopep8 again |
|
370 |
2015-02-28 |
dupre |
applies autopep8 on the module |
|
369 |
2015-02-28 |
dupre |
remove documentation from travis build |
|
368 |
2015-02-28 |
dupre |
remove unit tests building notebooks |
|
367 |
2015-02-28 |
dupre |
remove two unit tests |
|
366 |
2015-02-28 |
dupre |
remove one unit test |
|
365 |
2015-02-28 |
dupre |
improve documentation |
|
364 |
2015-02-28 |
dupre |
run unit test when X server is not available |
|
363 |
2015-02-28 |
dupre |
remove warnings from the documentation generate by rst2html + update unit tests |
|
362 |
2015-02-28 |
dupre |
add function to display HTML help on a notebook |
|
361 |
2015-02-28 |
dupre |
update requirements |
|
360 |
2015-02-28 |
dupre |
update requirements |
|
359 |
2015-02-28 |
dupre |
update requirements |
|
358 |
2015-02-28 |
dupre |
update requirements |
|
357 |
2015-02-28 |
dupre |
update for travis |
|
356 |
2015-02-28 |
dupre |
add dependency on IPython, docutil |
|
355 |
2015-02-28 |
dupre |
add travis.yml |
|
354 |
2015-02-28 |
dupre |
shortcuts |
|
353 |
2015-02-28 |
dupre |
increase unit test coverage |
|
352 |
2015-02-26 |
dupre |
improve documentation generation when importing modules to extract information about functions, classes… |
|
351 |
2015-02-24 |
dupre |
fix an issue while importing a module (do not import it, load the module) |
|
349 |
2015-02-23 |
dupre |
add function remove_diacritics |
|
348 |
2015-02-23 |
dupre |
fix an issue when generation the documentation for another project (reason is unclear) |
|
347 |
2015-02-23 |
dupre |
fix the same bug |
|
346 |
2015-02-23 |
dupre |
fix a bug |
|
345 |
2015-02-23 |
dupre |
catch an exception, avoid generating documentation for a file not in a module |
|
344 |
2015-02-22 |
dupre |
remove spaces |
|
343 |
2015-02-22 |
dupre |
better error message |
|
342 |
2015-02-22 |
dupre |
improve an error messae while generation the documentation |
|
341 |
2015-02-22 |
dupre |
add trace information when generation the documentation |
|
340 |
2015-02-22 |
dupre |
fix import_pywin32 for WinPython |
|
339 |
2015-02-21 |
dupre |
update publish_on_pypi.bat |
|
338 |
2015-02-19 |
dupre |
switch from fancybox to images, add a fix for Anaconda |
|
337 |
2015-02-19 |
dupre |
fix setup batch |
|
336 |
2015-02-17 |
dupre |
build the setup with any python distribution |
|
335 |
2015-02-15 |
dupre |
catches exception when preprocessing file to publish |
|
334 |
2015-02-15 |
dupre |
add possibility to add a footer or to preprocess a file before uploading it to the website |
|
333 |
2015-02-14 |
dupre |
documentation + clean unnecessary methods |
|
332 |
2015-02-14 |
dupre |
add class TransferFTP, FolderTransferFTP |
|
331 |
2015-02-13 |
dupre |
add parameter module_name to distinguish between folder name and module name (documentation generation) |
|
330 |
2015-02-05 |
dupre |
more comments and unit tests |
|
329 |
2015-02-05 |
dupre |
add parameter skip_function to unit_tests.main |
|
328 |
2015-02-05 |
dupre |
modification for an empty notebook |
|
327 |
2015-02-05 |
dupre |
add logging function to run_notebook |
|
326 |
2015-02-05 |
dupre |
fix another issue in NbImage |
|
325 |
2015-02-05 |
dupre |
shorter path in NbImage |
|
324 |
2015-02-05 |
dupre |
improve robustness of notebook_runner, better error message, close ipython kernel |
|
323 |
2015-02-03 |
dupre |
better exception handling in notebook_runner |
|
322 |
2015-02-03 |
dupre |
add parameter valid when running a notebook |
|
321 |
2015-02-03 |
dupre |
add function run_notebook to run a notebook end to end |
|
320 |
2015-02-03 |
dupre |
improve str_to_datetime which converts a string into a date |
|
319 |
2015-02-02 |
dupre |
change version number to 1.0 |
|
318 |
2015-01-25 |
dupre |
shebang |
|
317 |
2015-01-25 |
dupre |
fix release |
|
316 |
2015-01-22 |
dupre |
replace utf by utf8x in latex files before compiling documentation |
|
315 |
2015-01-20 |
dupre |
documentation generation is more robust |
|
314 |
2015-01-19 |
dupre |
fix batch setup file |
|
313 |
2015-01-19 |
dupre |
improve documentation generation, fix a bug in examples |
|
312 |
2015-01-19 |
dupre |
introduce a bug in a the documentation (has to be fixed later) |
|
310 |
2015-01-17 |
dupre |
small patches for documentation generation, run_cmd |
|
309 |
2015-01-17 |
dupre |
change textquotesingle{} into ‘ when converting a notebook |
|
308 |
2015-01-17 |
dupre |
rename a documentation file |
|
307 |
2015-01-17 |
dupre |
documentation, setup modification |
|
306 |
2015-01-17 |
dupre |
remove clean_pyd.py, move it to the setup |
|
305 |
2015-01-16 |
dupre |
second fix for the building script |
|
304 |
2015-01-16 |
dupre |
improve the building script |
|
303 |
2015-01-05 |
dupre |
add class MagicClassWithHelpers + unit test + refactoring |
|
302 |
2015-01-04 |
dupre |
use context by default in MagicCommandParser |
|
301 |
2015-01-04 |
dupre |
add a function to evaluate a string given a context |
|
300 |
2015-01-04 |
dupre |
mistake about shlex in setup.py |
|
299 |
2015-01-03 |
dupre |
add module shlex to the mandatory dependencies |
|
298 |
2015-01-03 |
dupre |
check files exist in zip7_files |
|
297 |
2015-01-03 |
dupre |
expose more function in __init__.py |
|
296 |
2015-01-03 |
dupre |
add function zip7_files |
|
295 |
2015-01-03 |
dupre |
documentation + expose more functions to __init__.py |
|
294 |
2015-01-03 |
dupre |
remove unnecessary import |
|
293 |
2015-01-03 |
dupre |
remove sync, move files to filehelper, add function download |
|
292 |
2015-01-01 |
dupre |
add parameter fLOG to function run_cmd |
|
289 |
2014-12-31 |
dupre |
documentation, logging |
|
288 |
2014-12-30 |
dupre |
add an extra checking while generating the documentation (due to encoding issue, otherwise it happens later in generate.py - sphinx) |
|
287 |
2014-12-30 |
dupre |
another fix, missing module |
|
286 |
2014-12-30 |