44 < head >
55 < meta charset ="utf-8 " />
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > Overview: module code — vtools 0.0.0 documentation</ title >
7+ < title > Overview: module code — vtools 3.9.5.post5+dirty documentation</ title >
88 < link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css?v=fa44fd50 " />
99 < link rel ="stylesheet " type ="text/css " href ="../_static/alabaster.css?v=12dfc556 " />
1010 < link rel ="stylesheet " type ="text/css " href ="../_static/plot_directive.css " />
11- < script src ="../_static/documentation_options.js?v=7026087e "> </ script >
11+ < script src ="../_static/documentation_options.js?v=0ca39674 "> </ script >
1212 < script src ="../_static/doctools.js?v=888ff710 "> </ script >
1313 < script src ="../_static/sphinx_highlight.js?v=dc90522c "> </ script >
1414 < script crossorigin ="anonymous " integrity ="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA= " src ="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js "> </ script >
@@ -63,6 +63,7 @@ <h3>Navigation</h3>
6363< li class ="toctree-l1 "> < a class ="reference internal " href ="../notebooks/merge_splice.html#ts_merge:-strict-priority-option "> < code class ="docutils literal notranslate "> < span class ="pre "> ts_merge</ span > </ code > : strict priority option</ a > </ li >
6464< li class ="toctree-l1 "> < a class ="reference internal " href ="../notebooks/extrapolation.html "> Extrapolation</ a > </ li >
6565< li class ="toctree-l1 "> < a class ="reference internal " href ="../notebooks/transition.html "> Transitioning</ a > </ li >
66+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../notebooks/neighbor_fill.html "> Filling Series Based on a Neighbor (like series)</ a > </ li >
6667< li class ="toctree-l1 "> < a class ="reference internal " href ="../contributing.html "> Contributing</ a > </ li >
6768< li class ="toctree-l1 "> < a class ="reference internal " href ="../authors.html "> Authors</ a > </ li >
6869< li class ="toctree-l1 "> < a class ="reference internal " href ="../modules.html "> API Reference</ a > </ li >
@@ -104,8 +105,13 @@ <h3 id="searchlabel">Quick search</h3>
104105 < div class ="body " role ="main ">
105106
106107 < h1 > All modules for which code is available</ h1 >
107- < ul > < li > < a href ="_functools.html "> _functools</ a > </ li >
108+ < ul > < li > < a href ="_abc.html "> _abc</ a > </ li >
109+ < li > < a href ="_functools.html "> _functools</ a > </ li >
110+ < li > < a href ="builtins.html "> builtins</ a > </ li >
111+ < li > < a href ="dataclasses.html "> dataclasses</ a > </ li >
112+ < li > < a href ="enum.html "> enum</ a > </ li >
108113< li > < a href ="mpl_toolkits/axes_grid1/inset_locator.html "> mpl_toolkits.axes_grid1.inset_locator</ a > </ li >
114+ < li > < a href ="pandas/_libs/tslibs/offsets.html "> pandas._libs.tslibs.offsets</ a > </ li >
109115< li > < a href ="scipy/interpolate/_cubic.html "> scipy.interpolate._cubic</ a > </ li >
110116< li > < a href ="scipy/interpolate/_interpolate.html "> scipy.interpolate._interpolate</ a > </ li >
111117< li > < a href ="scipy/ndimage/_filters.html "> scipy.ndimage._filters</ a > </ li >
@@ -114,7 +120,15 @@ <h1>All modules for which code is available</h1>
114120< li > < a href ="scipy/signal/_peak_finding.html "> scipy.signal._peak_finding</ a > </ li >
115121< li > < a href ="scipy/signal/_savitzky_golay.html "> scipy.signal._savitzky_golay</ a > </ li >
116122< li > < a href ="scipy/signal/_signaltools.html "> scipy.signal._signaltools</ a > </ li >
123+ < li > < a href ="sklearn/linear_model/_coordinate_descent.html "> sklearn.linear_model._coordinate_descent</ a > </ li >
124+ < li > < a href ="sklearn/neighbors/_regression.html "> sklearn.neighbors._regression</ a > </ li >
125+ < li > < a href ="sklearn/pipeline.html "> sklearn.pipeline</ a > </ li >
126+ < li > < a href ="sklearn/preprocessing/_data.html "> sklearn.preprocessing._data</ a > </ li >
127+ < li > < a href ="sklearn/utils/_metadata_requests.html "> sklearn.utils._metadata_requests</ a > </ li >
117128< li > < a href ="statsmodels/nonparametric/smoothers_lowess.html "> statsmodels.nonparametric.smoothers_lowess</ a > </ li >
129+ < li > < a href ="statsmodels/robust/norms.html "> statsmodels.robust.norms</ a > </ li >
130+ < li > < a href ="statsmodels/robust/robust_linear_model.html "> statsmodels.robust.robust_linear_model</ a > </ li >
131+ < li > < a href ="statsmodels/tsa/statespace/mlemodel.html "> statsmodels.tsa.statespace.mlemodel</ a > </ li >
118132< li > < a href ="vtools/data/dst.html "> vtools.data.dst</ a > </ li >
119133< li > < a href ="vtools/data/gap.html "> vtools.data.gap</ a > </ li >
120134< li > < a href ="vtools/data/sample_series.html "> vtools.data.sample_series</ a > </ li >
@@ -124,6 +138,7 @@ <h1>All modules for which code is available</h1>
124138< li > < a href ="vtools/datastore/read_ts.html "> vtools.datastore.read_ts</ a > </ li >
125139< li > < a href ="vtools/functions/_monotonic_spline.html "> vtools.functions._monotonic_spline</ a > </ li >
126140< li > < a href ="vtools/functions/climatology.html "> vtools.functions.climatology</ a > </ li >
141+ < li > < a href ="vtools/functions/colname_align.html "> vtools.functions.colname_align</ a > </ li >
127142< li > < a href ="vtools/functions/envelope.html "> vtools.functions.envelope</ a > </ li >
128143< li > < a href ="vtools/functions/error_detect.html "> vtools.functions.error_detect</ a > </ li >
129144< li > < a href ="vtools/functions/example2.html "> vtools.functions.example2</ a > </ li >
@@ -133,14 +148,17 @@ <h1>All modules for which code is available</h1>
133148< li > < a href ="vtools/functions/interpolate.html "> vtools.functions.interpolate</ a > </ li >
134149< li > < a href ="vtools/functions/lag_cross_correlation.html "> vtools.functions.lag_cross_correlation</ a > </ li >
135150< li > < a href ="vtools/functions/merge.html "> vtools.functions.merge</ a > </ li >
151+ < li > < a href ="vtools/functions/neighbor_fill.html "> vtools.functions.neighbor_fill</ a > </ li >
136152< li > < a href ="vtools/functions/period_op.html "> vtools.functions.period_op</ a > </ li >
137- < li > < a href ="vtools/functions/read_dss.html "> vtools.functions.read_dss</ a > </ li >
138153< li > < a href ="vtools/functions/savitzky_golay.html "> vtools.functions.savitzky_golay</ a > </ li >
154+ < li > < a href ="vtools/functions/separate_species.html "> vtools.functions.separate_species</ a > </ li >
139155< li > < a href ="vtools/functions/skill_metrics.html "> vtools.functions.skill_metrics</ a > </ li >
140156< li > < a href ="vtools/functions/tidalhl.html "> vtools.functions.tidalhl</ a > </ li >
141157< li > < a href ="vtools/functions/tidalhours.html "> vtools.functions.tidalhours</ a > </ li >
142158< li > < a href ="vtools/functions/transition.html "> vtools.functions.transition</ a > </ li >
143159< li > < a href ="vtools/functions/unit_conversions.html "> vtools.functions.unit_conversions</ a > </ li >
160+ < li > < a href ="vtools/functions/unit_conversions_orig.html "> vtools.functions.unit_conversions_orig</ a > </ li >
161+ < li > < a href ="vtools/functions/viz_gap.html "> vtools.functions.viz_gap</ a > </ li >
144162</ ul >
145163
146164 </ div >
0 commit comments