Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanLoh committed Nov 22, 2024
1 parent 6e92126 commit 010ca2c
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
nenupy.schedule.open\_time.NenuCalendar
=======================================

.. currentmodule:: nenupy.schedule.open_time

.. autoclass:: NenuCalendar
:members:
:show-inheritance:
:inherited-members:



.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~NenuCalendar.__init__
~NenuCalendar.from_ics
~NenuCalendar.from_xls
~NenuCalendar.info
~NenuCalendar.month_plot
~NenuCalendar.plot
~NenuCalendar.write_vcr_csv






29 changes: 29 additions & 0 deletions docs/source/_autosummary/nenupy.schedule.open_time.XLSFile.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
nenupy.schedule.open\_time.XLSFile
==================================

.. currentmodule:: nenupy.schedule.open_time

.. autoclass:: XLSFile
:members:
:show-inheritance:
:inherited-members:



.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~XLSFile.__init__
~XLSFile.info
~XLSFile.to_ical
~XLSFile.to_ics






Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
nenupy.schedule.open\_time.excel\_to\_ics
=========================================

.. currentmodule:: nenupy.schedule.open_time

.. autofunction:: excel_to_ics
40 changes: 40 additions & 0 deletions docs/source/_autosummary/nenupy.schedule.open_time.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
nenupy.schedule.open\_time
==========================

.. automodule:: nenupy.schedule.open_time







.. rubric:: Functions

.. autosummary::
:toctree:

excel_to_ics





.. rubric:: Classes

.. autosummary::
:toctree:
:template: custom-class-template.rst

NenuCalendar
NenuEvent
XLSFile









3 changes: 2 additions & 1 deletion docs/source/io/tf_reading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ One can access the current state of these parameters by calling

.. code-block:: python
>>> sp.pipeline.parameters.info()
>>> print( sp.pipeline.parameters.info() )
channels: 64
dt: 0.02097152 s
df: 3051.7578125 Hz
Expand All @@ -129,6 +129,7 @@ One can access the current state of these parameters by calling
stokes: I
ignore_volume_warning: False
.. _custom_pipeline_param_doc:

Pipeline parameter modification
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion nenupy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2023, nenupy"
__credits__ = ["Alan Loh"]
__license__ = "MIT"
__version__ = "2.7.11"
__version__ = "2.7.12"
__maintainer__ = "Alan Loh"
__email__ = "alan.loh@obspm.fr"

Expand Down

0 comments on commit 010ca2c

Please sign in to comment.