[master] Friday's documenation&refactorization

Vratislav Podzimek vpodzime at redhat.com
Fri Apr 5 08:16:27 UTC 2013


The patch was generated with the following command:
find . -type f -name '*.py' -exec sed -ir 's?^\(\s\+\)@\(.*:.*\)$?\1:\2?' '{}' \;

It migrates our epydoc-based docstrings to the new syntax used by the Sphinx
tool which we use also for the new code. Since it affects only docstrings, there
should cause no harm to the git history.

Vratislav Podzimek (1):
  Use Sphinx syntax for docstrings

 pyanaconda/exception.py                    |  6 +--
 pyanaconda/flags.py                        |  4 +-
 pyanaconda/iutil.py                        |  8 ++--
 pyanaconda/keyboard.py                     | 66 +++++++++++++++---------------
 pyanaconda/localization.py                 | 10 ++---
 pyanaconda/network.py                      |  6 +--
 pyanaconda/ntp.py                          | 24 +++++------
 pyanaconda/safe_dbus.py                    | 58 +++++++++++++-------------
 pyanaconda/timezone.py                     | 18 ++++----
 pyanaconda/ui/gui/__init__.py              |  4 +-
 pyanaconda/ui/gui/spokes/datetime_spoke.py | 10 ++---
 pyanaconda/ui/gui/spokes/welcome.py        |  2 +-
 12 files changed, 108 insertions(+), 108 deletions(-)

-- 
1.7.11.7



More information about the anaconda-patches mailing list