Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation for pyface.action and pyface.tasks.action submodules #843

Merged
merged 3 commits into from
Dec 11, 2020

Commits on Dec 10, 2020

  1. CLN : Add docs to api modules in *action submodules

    specifically, the pyface.tasks.action and pyface.action submodules.
    
    Additionally, some of the comments on traits in code have been updated
    so that they get picked up by sphinx and get documented in the
    autogenerated API docs
    
    Finally, two spelling corrections have been made.
    Sai Rahul Poruri committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    d947e92 View commit details
    Browse the repository at this point in the history
  2. CLN : Add module docstrings to toolkit-specific implementation modules

    	modified:   pyface/action/menu_bar_manager.py
    	modified:   pyface/action/menu_manager.py
    	modified:   pyface/action/status_bar_manager.py
    	modified:   pyface/action/tool_bar_manager.py
    	modified:   pyface/action/tool_palette_manager.py
    Sai Rahul Poruri committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    6921d15 View commit details
    Browse the repository at this point in the history
  3. CLN : Address review comments

    	modified:   pyface/action/api.py
    	modified:   pyface/tasks/action/api.py
    	modified:   pyface/tasks/action/listening_action.py
    Sai Rahul Poruri committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    17d0c82 View commit details
    Browse the repository at this point in the history