Skip to content

Commit 170b284

Browse files
authored
Merge pull request #442 from igerber/fix-audit-407-r2
fix-audit-407-r2: restore inventory + cross-refs for 19 :no-index: orphan classes
2 parents c56dbcb + 68a6972 commit 170b284

20 files changed

Lines changed: 731 additions & 0 deletions
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
diff\_diff.Alert
2+
================
3+
4+
.. currentmodule:: diff_diff
5+
6+
.. autoclass:: Alert
7+
:no-members:
8+
9+
10+
.. rubric:: Methods
11+
12+
.. autosummary::
13+
14+
~Alert.__init__
15+
16+
17+
18+
19+
.. rubric:: Attributes
20+
21+
.. autosummary::
22+
23+
~Alert.code
24+
~Alert.severity
25+
~Alert.message
26+
~Alert.observed
27+
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
diff\_diff.BandwidthResult
2+
==========================
3+
4+
.. currentmodule:: diff_diff
5+
6+
.. autoclass:: BandwidthResult
7+
:no-members:
8+
9+
10+
.. rubric:: Methods
11+
12+
.. autosummary::
13+
14+
~BandwidthResult.__init__
15+
16+
17+
18+
19+
.. rubric:: Attributes
20+
21+
.. autosummary::
22+
23+
~BandwidthResult.h_mse
24+
~BandwidthResult.b_mse
25+
~BandwidthResult.c_bw
26+
~BandwidthResult.bw_mp2
27+
~BandwidthResult.bw_mp3
28+
~BandwidthResult.stage_d1_V
29+
~BandwidthResult.stage_d1_B1
30+
~BandwidthResult.stage_d1_B2
31+
~BandwidthResult.stage_d1_R
32+
~BandwidthResult.stage_d2_V
33+
~BandwidthResult.stage_d2_B1
34+
~BandwidthResult.stage_d2_B2
35+
~BandwidthResult.stage_d2_R
36+
~BandwidthResult.stage_b_V
37+
~BandwidthResult.stage_b_B1
38+
~BandwidthResult.stage_b_B2
39+
~BandwidthResult.stage_b_R
40+
~BandwidthResult.stage_h_V
41+
~BandwidthResult.stage_h_B1
42+
~BandwidthResult.stage_h_B2
43+
~BandwidthResult.stage_h_R
44+
~BandwidthResult.n
45+
~BandwidthResult.kernel
46+
~BandwidthResult.boundary
47+
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
diff\_diff.BiasCorrectedFit
2+
===========================
3+
4+
.. currentmodule:: diff_diff
5+
6+
.. autoclass:: BiasCorrectedFit
7+
:no-members:
8+
9+
10+
.. rubric:: Methods
11+
12+
.. autosummary::
13+
14+
~BiasCorrectedFit.__init__
15+
16+
17+
18+
19+
.. rubric:: Attributes
20+
21+
.. autosummary::
22+
23+
~BiasCorrectedFit.influence_function
24+
~BiasCorrectedFit.estimate_classical
25+
~BiasCorrectedFit.estimate_bias_corrected
26+
~BiasCorrectedFit.se_classical
27+
~BiasCorrectedFit.se_robust
28+
~BiasCorrectedFit.ci_low
29+
~BiasCorrectedFit.ci_high
30+
~BiasCorrectedFit.alpha
31+
~BiasCorrectedFit.h
32+
~BiasCorrectedFit.b
33+
~BiasCorrectedFit.bandwidth_source
34+
~BiasCorrectedFit.bandwidth_diagnostics
35+
~BiasCorrectedFit.n_used
36+
~BiasCorrectedFit.n_total
37+
~BiasCorrectedFit.kernel
38+
~BiasCorrectedFit.boundary
39+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
diff\_diff.BusinessContext
2+
==========================
3+
4+
.. currentmodule:: diff_diff
5+
6+
.. autoclass:: BusinessContext
7+
:no-members:
8+
9+
10+
.. rubric:: Methods
11+
12+
.. autosummary::
13+
14+
~BusinessContext.__init__
15+
16+
17+
18+
19+
.. rubric:: Attributes
20+
21+
.. autosummary::
22+
23+
~BusinessContext.outcome_label
24+
~BusinessContext.outcome_unit
25+
~BusinessContext.outcome_direction
26+
~BusinessContext.business_question
27+
~BusinessContext.treatment_label
28+
~BusinessContext.alpha
29+
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
diff\_diff.BusinessReport
2+
=========================
3+
4+
.. currentmodule:: diff_diff
5+
6+
.. autoclass:: BusinessReport
7+
:no-members:
8+
9+
10+
.. rubric:: Methods
11+
12+
.. autosummary::
13+
14+
~BusinessReport.__init__
15+
~BusinessReport.caveats
16+
~BusinessReport.export_markdown
17+
~BusinessReport.full_report
18+
~BusinessReport.headline
19+
~BusinessReport.summary
20+
~BusinessReport.to_dict
21+
~BusinessReport.to_json
22+
23+
24+
25+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
diff\_diff.DiagnosticReport
2+
===========================
3+
4+
.. currentmodule:: diff_diff
5+
6+
.. autoclass:: DiagnosticReport
7+
:no-members:
8+
9+
10+
.. rubric:: Methods
11+
12+
.. autosummary::
13+
14+
~DiagnosticReport.__init__
15+
~DiagnosticReport.export_markdown
16+
~DiagnosticReport.full_report
17+
~DiagnosticReport.run_all
18+
~DiagnosticReport.summary
19+
~DiagnosticReport.to_dataframe
20+
~DiagnosticReport.to_dict
21+
22+
23+
24+
25+
.. rubric:: Attributes
26+
27+
.. autosummary::
28+
29+
~DiagnosticReport.applicable_checks
30+
~DiagnosticReport.skipped_checks
31+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
diff\_diff.DiagnosticReportResults
2+
==================================
3+
4+
.. currentmodule:: diff_diff
5+
6+
.. autoclass:: DiagnosticReportResults
7+
:no-members:
8+
9+
10+
.. rubric:: Methods
11+
12+
.. autosummary::
13+
14+
~DiagnosticReportResults.__init__
15+
16+
17+
18+
19+
.. rubric:: Attributes
20+
21+
.. autosummary::
22+
23+
~DiagnosticReportResults.warnings
24+
~DiagnosticReportResults.schema
25+
~DiagnosticReportResults.interpretation
26+
~DiagnosticReportResults.applicable_checks
27+
~DiagnosticReportResults.skipped_checks
28+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
diff\_diff.HADPretestReport
2+
===========================
3+
4+
.. currentmodule:: diff_diff
5+
6+
.. autoclass:: HADPretestReport
7+
:no-members:
8+
9+
10+
.. rubric:: Methods
11+
12+
.. autosummary::
13+
14+
~HADPretestReport.__init__
15+
~HADPretestReport.print_summary
16+
~HADPretestReport.summary
17+
~HADPretestReport.to_dataframe
18+
~HADPretestReport.to_dict
19+
20+
21+
22+
23+
.. rubric:: Attributes
24+
25+
.. autosummary::
26+
27+
~HADPretestReport.aggregate
28+
~HADPretestReport.homogeneity_joint
29+
~HADPretestReport.pretrends_joint
30+
~HADPretestReport.qug
31+
~HADPretestReport.stute
32+
~HADPretestReport.yatchew
33+
~HADPretestReport.all_pass
34+
~HADPretestReport.verdict
35+
~HADPretestReport.alpha
36+
~HADPretestReport.n_obs
37+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
diff\_diff.LocalLinearFit
2+
=========================
3+
4+
.. currentmodule:: diff_diff
5+
6+
.. autoclass:: LocalLinearFit
7+
:no-members:
8+
9+
10+
.. rubric:: Methods
11+
12+
.. autosummary::
13+
14+
~LocalLinearFit.__init__
15+
16+
17+
18+
19+
.. rubric:: Attributes
20+
21+
.. autosummary::
22+
23+
~LocalLinearFit.intercept
24+
~LocalLinearFit.slope
25+
~LocalLinearFit.n_effective
26+
~LocalLinearFit.bandwidth
27+
~LocalLinearFit.kernel
28+
~LocalLinearFit.boundary
29+
~LocalLinearFit.residuals
30+
~LocalLinearFit.kernel_weights
31+
~LocalLinearFit.design_matrix
32+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
diff\_diff.OutcomeShape
2+
=======================
3+
4+
.. currentmodule:: diff_diff
5+
6+
.. autoclass:: OutcomeShape
7+
:no-members:
8+
9+
10+
.. rubric:: Methods
11+
12+
.. autosummary::
13+
14+
~OutcomeShape.__init__
15+
16+
17+
18+
19+
.. rubric:: Attributes
20+
21+
.. autosummary::
22+
23+
~OutcomeShape.n_distinct_values
24+
~OutcomeShape.pct_zeros
25+
~OutcomeShape.value_min
26+
~OutcomeShape.value_max
27+
~OutcomeShape.skewness
28+
~OutcomeShape.excess_kurtosis
29+
~OutcomeShape.is_integer_valued
30+
~OutcomeShape.is_count_like
31+
~OutcomeShape.is_bounded_unit
32+

0 commit comments

Comments
 (0)