-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Backport documentation fixes and bugfixes for 7.1.0 release (#777)
* Add a section to the documentation on the basics of Pyface Widgets. (#739) (cherry picked from commit 86c9a9c) * avoid importing ArrayDataModel if numpy is not installed (#749) * avoid importing ArrayDataModel if numpy is not installed * replace try except with look-before-you-leap approach * typo (cherry picked from commit a68eb28) * Add api.py to data view packages (#750) * Add/update api.py modules for data views. * Use data view api modules in examples. * Add data view api modules to documentation examples. * Add some extra imports, change import locations. * Test API modules in pyface.data_view (#752) * Add test for pyface.data_view.api * Add test for pyface.data_view.exporters.api * Add test for data models API Make sure the api module is importable even if we don't have NumPy * Add tests to help developers keeping the list up-to-date * Fix language in a comment * Remove mixins from .api. * Adjust tests. Co-authored-by: Kit Choi <[email protected]> (cherry picked from commit e9b7d96) * Mention the data view API being provisional in the User Manual (#758) (cherry picked from commit cfb3f8c) * Set comparison mode to identity for MDataViewWidget.exporters (#759) (cherry picked from commit d5f5e7f) * Skip tests packages in API documentation (#761) (cherry picked from commit 9f13097) * Skip load_tests in API documentation (#762) * Skip load_tests in autodoc * Local flake8 (cherry picked from commit a3ad0f2) * Additional documentation for the DataView (#763) * Add documentation on Drag and Drop. * Add a note about DataViewGetError. * More notes on value types. * Apply suggestions from code review Co-authored-by: Kit Choi <[email protected]> * Fix references to exporters. Co-authored-by: Kit Choi <[email protected]> (cherry picked from commit 3acd644) * FIX docs click command to work on windows (#764) * FIX : Docs build on windows modified: etstool.py * Update etstool.py Co-authored-by: Kit Choi <[email protected]> Co-authored-by: Kit Choi <[email protected]> (cherry picked from commit bac64de) * CLN : Rename api-docs click command to docs (#766) Now, traitsui and pyface have the same command name - reducing unnecessary cognitive overhead. modified: etstool.py (cherry picked from commit 3a6d349) * FIX : Correct a docstring (#767) (cherry picked from commit 95d0474) * Get ModalDialogTester tests working on pyqt5 (#768) * FIX : Get ModalDialogTester tests working on pyqt5 The tests were previously being skipped because they failed mysteriously on pyqt5 - on further investigation, I saw weird errors related to two of the tests - a missing AttributeError for self.gui modified: pyface/ui/qt4/util/tests/test_modal_dialog_tester.py * FIX : Reverse order of superclasses modified: pyface/ui/qt4/util/tests/test_modal_dialog_tester.py (cherry picked from commit 96b8580) * Address sphinx warnings when building docs (#769) * FIX : Address sphinx warnings when building docs * FIX : Revert a confusing change (i couldnt come up with a worse commit message) modified: pyface/timer/do_later.py (cherry picked from commit 5b21b49) * Explicitly extract data from bytearrays rather than rely on wrapper. (#773) (cherry picked from commit 0d5565f) * Update changelog Co-authored-by: Corran Webster <[email protected]> Co-authored-by: aaronayres35 <[email protected]> Co-authored-by: Poruri Sai Rahul <[email protected]>
- Loading branch information
1 parent
5818182
commit 1426bc5
Showing
38 changed files
with
588 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _fields: | ||
|
||
====== | ||
Fields | ||
====== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
.. _overview: | ||
|
||
======== | ||
Overview | ||
======== | ||
|
Oops, something went wrong.