Skip to content

Commit

Permalink
update func name
Browse files Browse the repository at this point in the history
  • Loading branch information
xyluo25 committed Mar 30, 2024
1 parent ef0c14f commit 44af614
Show file tree
Hide file tree
Showing 76 changed files with 155 additions and 159 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pf.show_util_func_by_category()
pf.show_util_func_by_keyword()

# show all available functions by keyword in func_name
pf.find_func_by_keyword("show")
pf.find_util_func_by_keyword("show")

```

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.add_dir_to_env.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.adddir\_to\_env
=======================
pyufunc.add\_dir\_to\_env
=========================

.. automodule:: pyufunc

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.calcdistance\_on\_unit\_sphere
======================================
pyufunc.calc\_distance\_on\_unit\_sphere
========================================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.check_filename.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.checkfilename
=====================
pyufunc.check\_filename
=======================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.check_files_existence.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.checkfiles\_existence
=============================
pyufunc.check\_files\_existence
===============================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.check_platform.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.checkplatform
=====================
pyufunc.check\_platform
=======================

.. automodule:: pyufunc

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.createcircle\_at\_point\_with\_radius
=============================================
pyufunc.create\_circle\_at\_point\_with\_radius
===============================================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.create_tempfile.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.createtempfile
======================
pyufunc.create\_tempfile
========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.cvt_PIL_img_to_bytes.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.cvtPIL\_img\_to\_bytes
==============================
pyufunc.cvt\_PIL\_img\_to\_bytes
================================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.cvt_dt_to_tz.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.cvtdt\_to\_tz
=====================
pyufunc.cvt\_dt\_to\_tz
=======================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.cvt_img_CV_to_PIL.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.cvtimg\_CV\_to\_PIL
===========================
pyufunc.cvt\_img\_CV\_to\_PIL
=============================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.cvt_img_PIL_to_CV.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.cvtimg\_PIL\_to\_CV
===========================
pyufunc.cvt\_img\_PIL\_to\_CV
=============================

.. automodule:: pyufunc

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.cvtimg\_bytes\_to\_PIL\_img
===================================
pyufunc.cvt\_img\_bytes\_to\_PIL\_img
=====================================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.cvt_img_to_bytes.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.cvtimg\_to\_bytes
=========================
pyufunc.cvt\_img\_to\_bytes
===========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.cvt_int_to_alpha.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.cvtint\_to\_alpha
=========================
pyufunc.cvt\_int\_to\_alpha
===========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.find_closest_point.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.findclosest\_point
==========================
pyufunc.find\_closest\_point
============================

.. automodule:: pyufunc

Expand Down
7 changes: 0 additions & 7 deletions docs/source/reference/api/pyufunc.find_func_by_keyword.rst

This file was deleted.

4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.find_k_nearest_points.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.findk\_nearest\_points
==============================
pyufunc.find\_k\_nearest\_points
================================

.. automodule:: pyufunc

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
pyufunc.find\_util\_func\_by\_keyword
=====================================

.. automodule:: pyufunc

.. autofunction:: find_util_func_by_keyword

4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.fmt_dt_to_str.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.fmtdt\_to\_str
======================
pyufunc.fmt\_dt\_to\_str
========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.func_running_time.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.funcrunning\_time
=========================
pyufunc.func\_running\_time
===========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.func_time.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.functime
================
pyufunc.func\_time
==================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.generate_password.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.generatepassword
========================
pyufunc.generate\_password
==========================

.. automodule:: pyufunc

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.generateunique\_filename
================================
pyufunc.generate\_unique\_filename
==================================

.. automodule:: pyufunc

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.getcoordinates\_from\_geom
==================================
pyufunc.get\_coordinates\_from\_geom
====================================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.get_dir_size.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.getdir\_size
====================
pyufunc.get\_dir\_size
======================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.get_file_size.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.getfile\_size
=====================
pyufunc.get\_file\_size
=======================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.get_filenames_by_ext.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.getfilenames\_by\_ext
=============================
pyufunc.get\_filenames\_by\_ext
===============================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.get_host_ip.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.gethost\_ip
===================
pyufunc.get\_host\_ip
=====================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.get_time_diff_in_unit.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.gettime\_diff\_in\_unit
===============================
pyufunc.get\_time\_diff\_in\_unit
=================================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.get_timezone.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.gettimezone
===================
pyufunc.get\_timezone
=====================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.get_user_defined_func.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.getuser\_defined\_func
==============================
pyufunc.get\_user\_defined\_func
================================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.github_file_downloader.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.githubfile\_downloader
==============================
pyufunc.github\_file\_downloader
================================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.github_get_status.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.githubget\_status
=========================
pyufunc.github\_get\_status
===========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.gmns_geo.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.gmnsgeo
===============
pyufunc.gmns\_geo
=================

.. automodule:: pyufunc.gmns_geo

4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.group_dt_daily.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.groupdt\_daily
======================
pyufunc.group\_dt\_daily
========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.group_dt_hourly.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.groupdt\_hourly
=======================
pyufunc.group\_dt\_hourly
=========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.group_dt_minutely.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.groupdt\_minutely
=========================
pyufunc.group\_dt\_minutely
===========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.group_dt_monthly.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.groupdt\_monthly
========================
pyufunc.group\_dt\_monthly
==========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.group_dt_weekly.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.groupdt\_weekly
=======================
pyufunc.group\_dt\_weekly
=========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.group_dt_yearly.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.groupdt\_yearly
=======================
pyufunc.group\_dt\_yearly
=========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.img_resize.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.imgresize
=================
pyufunc.img\_resize
===================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.img_rotate.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.imgrotate
=================
pyufunc.img\_rotate
===================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.img_rotate_bound.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.imgrotate\_bound
========================
pyufunc.img\_rotate\_bound
==========================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.img_show.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.imgshow
===============
pyufunc.img\_show
=================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.img_translate.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.imgtranslate
====================
pyufunc.img\_translate
======================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.import_package.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.importpackage
=====================
pyufunc.import\_package
=======================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.is_CV_img.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.isCV\_img
=================
pyufunc.is\_CV\_img
===================

.. automodule:: pyufunc

Expand Down
4 changes: 2 additions & 2 deletions docs/source/reference/api/pyufunc.is_PIL_img.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pyufunc.isPIL\_img
==================
pyufunc.is\_PIL\_img
====================

.. automodule:: pyufunc

Expand Down
Loading

0 comments on commit 44af614

Please sign in to comment.