solarwindpy 0.0.1.dev0__py3-none-any.whl → 0.1.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of solarwindpy might be problematic. Click here for more details.
- plans/.velocity/metrics.json +96 -0
- plans/0-overview-template.md +268 -0
- plans/N-phase-template.md +106 -0
- plans/PLAN_AUDIT_SUMMARY.md +173 -0
- plans/TEMPLATE-USAGE-GUIDE.md +198 -0
- plans/__init__.py +1 -0
- plans/abandoned/compaction-agent-system/0-Overview.md +123 -0
- plans/abandoned/compaction-agent-system/agents-index-update-plan.md +109 -0
- plans/abandoned/compaction-agent-system/compacted_state.md +85 -0
- plans/abandoned/compaction-agent-system/implementation-plan.md +107 -0
- plans/abandoned/compaction-agent-system/system-validation-report.md +159 -0
- plans/abandoned/compaction-agent-system/usage-guide.md +210 -0
- plans/abandoned/hook-system-enhancement/0-Overview.md +214 -0
- plans/abandoned/hook-system-enhancement/1-Phase1-Core-Infrastructure.md +313 -0
- plans/abandoned/hook-system-enhancement/2-Phase2-Intelligent-Testing.md +385 -0
- plans/abandoned/hook-system-enhancement/3-Phase3-Physics-Validation.md +444 -0
- plans/abandoned/hook-system-enhancement/4-Phase4-Performance-Monitoring.md +458 -0
- plans/abandoned/hook-system-enhancement/5-Phase5-Developer-Experience.md +532 -0
- plans/abandoned/hook-system-enhancement/6-Implementation-Timeline.md +274 -0
- plans/abandoned/hook-system-enhancement/7-Risk-Management.md +376 -0
- plans/abandoned/hook-system-enhancement/8-Testing-Strategy.md +579 -0
- plans/abandoned/readthedocs-automation/0-Overview.md +247 -0
- plans/abandoned/readthedocs-automation/1-Emergency-Documentation-Fixes.md +270 -0
- plans/abandoned/readthedocs-automation/2-Template-System-Enhancement.md +811 -0
- plans/abandoned/readthedocs-automation/3-Quality-Audit-ReadTheDocs-Integration.md +844 -0
- plans/abandoned/readthedocs-automation/4-Plan-Consolidation-Cleanup.md +632 -0
- plans/abandoned/readthedocs-automation/9-Closeout.md +207 -0
- plans/abandoned/readthedocs-automation/ABANDONMENT_REASON.md +72 -0
- plans/cicd-architecture-redesign/0-Overview.md +193 -0
- plans/cicd-architecture-redesign/1-Workflow-Creation.md +103 -0
- plans/cicd-architecture-redesign/2-Version-Detection.md +123 -0
- plans/cicd-architecture-redesign/3-Deployment-Gates.md +169 -0
- plans/cicd-architecture-redesign/4-RC-Testing.md +194 -0
- plans/cicd-architecture-redesign/5-TestPyPI-Validation.md +264 -0
- plans/cicd-architecture-redesign/6-Production-Release.md +263 -0
- plans/cicd-architecture-redesign/7-Cleanup.md +243 -0
- plans/cicd-architecture-redesign/8-Documentation.md +285 -0
- plans/cicd-architecture-redesign/Closeout.md +225 -0
- plans/closeout-template.md +259 -0
- plans/completed/circular-import-audit/0-Overview.md +152 -0
- plans/completed/circular-import-audit/1-Static-Dependency-Analysis.md +62 -0
- plans/completed/circular-import-audit/2-Dynamic-Import-Testing.md +56 -0
- plans/completed/circular-import-audit/3-Performance-Impact-Assessment.md +56 -0
- plans/completed/circular-import-audit/4-Issue-Remediation.md +78 -0
- plans/completed/circular-import-audit/5-Preventive-Infrastructure.md +89 -0
- plans/completed/claude-settings-ecosystem-alignment/0-Overview.md +162 -0
- plans/completed/claude-settings-ecosystem-alignment/1-Security-Foundation.md +148 -0
- plans/completed/claude-settings-ecosystem-alignment/2-Hook-Integration.md +158 -0
- plans/completed/claude-settings-ecosystem-alignment/3-Agent-System-Integration.md +177 -0
- plans/completed/claude-settings-ecosystem-alignment/4-Enhanced-Workflow-Automation.md +159 -0
- plans/completed/claude-settings-ecosystem-alignment/5-Validation-Monitoring.md +181 -0
- plans/completed/claude-settings-ecosystem-alignment/compacted_session_state.md +290 -0
- plans/completed/combined_plan_with_checklist_documentation/1-Overview-and-Goals.md +51 -0
- plans/completed/combined_plan_with_checklist_documentation/2-Toolchain-and-Hosting.md +69 -0
- plans/completed/combined_plan_with_checklist_documentation/3-Repository-Structure.md +61 -0
- plans/completed/combined_plan_with_checklist_documentation/4-Configuration-and-Standards.md +70 -0
- plans/completed/combined_plan_with_checklist_documentation/5-Documentation-Content.md +62 -0
- plans/completed/combined_plan_with_checklist_documentation/6-CI-CD-and-Validation.md +58 -0
- plans/completed/combined_plan_with_checklist_documentation/7-Maintenance.md +55 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/0-Overview.md +135 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/1-Common-fixtures.md +59 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/10-power_laws.md +56 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/2-core.py-FitFunction.md +118 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/3-gaussians.py-Gaussian-GaussianNormalized-GaussianLn.md +69 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/4-trend_fits.py-TrendFit.md +99 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/5-plots.py-FFPlot.md +98 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/6-tex_info.py-TeXinfo.md +79 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/7-Justification.md +49 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/8-exponentials.md +64 -0
- plans/completed/combined_test_plan_with_checklist_fitfunctions/9-lines.md +58 -0
- plans/completed/combined_test_plan_with_checklist_plotting/0-Overview.md +142 -0
- plans/completed/combined_test_plan_with_checklist_plotting/1-base.py.md +90 -0
- plans/completed/combined_test_plan_with_checklist_plotting/10-labels-special.py.md +102 -0
- plans/completed/combined_test_plan_with_checklist_plotting/11-labels-chemistry.py.md +212 -0
- plans/completed/combined_test_plan_with_checklist_plotting/12-labels-composition.py.md +242 -0
- plans/completed/combined_test_plan_with_checklist_plotting/13-labels-datetime.py.md +247 -0
- plans/completed/combined_test_plan_with_checklist_plotting/14-labels-elemental_abundance.py.md +274 -0
- plans/completed/combined_test_plan_with_checklist_plotting/15-visual-validation.md +256 -0
- plans/completed/combined_test_plan_with_checklist_plotting/16-integration-testing.md +266 -0
- plans/completed/combined_test_plan_with_checklist_plotting/17-performance-benchmarks.md +267 -0
- plans/completed/combined_test_plan_with_checklist_plotting/18-Fixtures-and-Utilities.md +86 -0
- plans/completed/combined_test_plan_with_checklist_plotting/2-agg_plot.py.md +90 -0
- plans/completed/combined_test_plan_with_checklist_plotting/3-histograms.py.md +201 -0
- plans/completed/combined_test_plan_with_checklist_plotting/4-scatter.py.md +167 -0
- plans/completed/combined_test_plan_with_checklist_plotting/5-spiral.py.md +216 -0
- plans/completed/combined_test_plan_with_checklist_plotting/6-orbits.py.md +108 -0
- plans/completed/combined_test_plan_with_checklist_plotting/7-tools.py.md +86 -0
- plans/completed/combined_test_plan_with_checklist_plotting/8-select_data_from_figure.py.md +97 -0
- plans/completed/combined_test_plan_with_checklist_plotting/9-labels-base.py.md +88 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/.gitkeep +0 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/0-Overview.md +170 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/1-Package-Entry-Point-__init__.py.md +121 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/2-Core-Base-Classes-base.py.md +142 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/3-Plotting-Helpers-plots.py.md +123 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/4-LISIRD-Sub-package.md +119 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/5-Extrema-Calculator.md +103 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/6-Sunspot-Number-Sub-package.md +163 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/7-Sunspot-Number-Init.py.md +217 -0
- plans/completed/combined_test_plan_with_checklist_solar_activity/compacted_state.md +52 -0
- plans/completed/compaction-agent-modernization/0-Overview.md +156 -0
- plans/completed/compaction-agent-modernization/1-Architecture-Audit-Gap-Analysis.md +132 -0
- plans/completed/compaction-agent-modernization/2-Token-Baseline-Recalibration.md +153 -0
- plans/completed/compaction-agent-modernization/3-Agent-Reference-Updates.md +184 -0
- plans/completed/compaction-agent-modernization/4-Compression-Algorithm-Modernization.md +238 -0
- plans/completed/compaction-agent-modernization/5-Workflow-Integration-Streamlining.md +252 -0
- plans/completed/compaction-agent-modernization/6-Template-Structure-Optimization.md +240 -0
- plans/completed/compaction-agent-modernization/7-Integration-Testing-Validation.md +292 -0
- plans/completed/compaction-hook-enhancement/0-Overview.md +150 -0
- plans/completed/compaction-hook-enhancement/1-Token-Estimation-Enhancement.md +179 -0
- plans/completed/compaction-hook-enhancement/2-Compression-Intelligence.md +294 -0
- plans/completed/compaction-hook-enhancement/3-Git-Integration-Metadata.md +310 -0
- plans/completed/compaction-hook-enhancement/4-Session-Continuity-Features.md +358 -0
- plans/completed/compaction-hook-enhancement/5-Testing-Strategy.md +404 -0
- plans/completed/compaction-hook-enhancement/6-Integration-Roadmap.md +319 -0
- plans/completed/compaction-hook-enhancement/compacted_state.md +142 -0
- plans/completed/docstring-audit-enhancement/0-Overview.md +274 -0
- plans/completed/docstring-audit-enhancement/1-Infrastructure-Setup-and-Validation-Tools.md +206 -0
- plans/completed/docstring-audit-enhancement/2-Core-Physics-Modules-Enhancement.md +237 -0
- plans/completed/docstring-audit-enhancement/3-Fitfunctions-Mathematical-Modules-Enhancement.md +188 -0
- plans/completed/docstring-audit-enhancement/4-Plotting-Visualization-Modules-Enhancement.md +243 -0
- plans/completed/docstring-audit-enhancement/5-Specialized-Modules-Enhancement.md +216 -0
- plans/completed/docstring-audit-enhancement/6-Validation-and-Integration.md +216 -0
- plans/completed/fitfunctions-testing-implementation/0-Overview.md +130 -0
- plans/completed/fitfunctions-testing-implementation/1-Test-Infrastructure-Setup.md +79 -0
- plans/completed/fitfunctions-testing-implementation/2-Common-Fixtures-Test-Utilities.md +104 -0
- plans/completed/fitfunctions-testing-implementation/3-Core-FitFunction-Testing.md +168 -0
- plans/completed/fitfunctions-testing-implementation/4-Specialized-Function-Classes.md +210 -0
- plans/completed/fitfunctions-testing-implementation/5-Advanced-Classes-Testing.md +214 -0
- plans/completed/fitfunctions-testing-implementation/6-Plotting-Integration-Testing.md +231 -0
- plans/completed/fitfunctions-testing-implementation/7-Extended-Coverage-BONUS.md +184 -0
- plans/completed/numpy-docstring-conversion-plan/numpy-docstring-conversion-plan.md +118 -0
- plans/completed/pr-review-remediation/0-Overview.md +138 -0
- plans/completed/pr-review-remediation/1-Critical-Safety-Improvements.md +179 -0
- plans/completed/pr-review-remediation/2-Smart-Timeouts-Validation.md +399 -0
- plans/completed/pr-review-remediation/3-Enhanced-GitHub-Integration.md +258 -0
- plans/completed/pr-review-remediation/compacted_state.md +66 -0
- plans/completed/python-310-migration/0-Overview.md +390 -0
- plans/completed/python-310-migration/1-Planning-Setup.md +164 -0
- plans/completed/python-310-migration/2-Implementation.md +256 -0
- plans/completed/python-310-migration/3-Testing-Validation.md +335 -0
- plans/completed/python-310-migration/4-Documentation-Release.md +274 -0
- plans/completed/python-310-migration/5-Closeout.md +252 -0
- plans/completed/requirements-management-consolidation/0-Overview.md +118 -0
- plans/completed/requirements-management-consolidation/1-Documentation-Validation-Environment-Setup.md +116 -0
- plans/completed/requirements-management-consolidation/2-Requirements-Consolidation.md +161 -0
- plans/completed/requirements-management-consolidation/3-Workflow-Automation-Final-Integration.md +196 -0
- plans/completed/single-ecosystem-plan-implementation/0-Overview.md +83 -0
- plans/completed/single-ecosystem-plan-implementation/1-Plan-Preservation-Session-Management.md +38 -0
- plans/completed/single-ecosystem-plan-implementation/2-File-Structure-Optimization.md +43 -0
- plans/completed/single-ecosystem-plan-implementation/3-Plan-Migration-Archive-Setup.md +82 -0
- plans/completed/single-ecosystem-plan-implementation/4-Agent-System-Transformation.md +108 -0
- plans/completed/single-ecosystem-plan-implementation/5-Template-System-Enhancement.md +131 -0
- plans/completed/single-ecosystem-plan-implementation/6-Final-Validation-Testing.md +120 -0
- plans/completed/test-directory-consolidation/0-Overview.md +51 -0
- plans/completed/test-directory-consolidation/1-Structure-Preparation.md +82 -0
- plans/completed/test-directory-consolidation/2-File-Migration.md +100 -0
- plans/completed/test-directory-consolidation/3-Import-Transformation.md +117 -0
- plans/completed/test-directory-consolidation/4-Configuration-Consolidation.md +140 -0
- plans/completed/test-directory-consolidation/5-Validation.md +152 -0
- plans/completed/test-directory-consolidation/6-Cleanup.md +156 -0
- plans/completed/test-planning-agents-architecture/0-Overview.md +79 -0
- plans/completed/test-planning-agents-architecture/1-Branch-Isolation-Testing.md +49 -0
- plans/completed/test-planning-agents-architecture/2-Cross-Branch-Coordination.md +51 -0
- plans/completed/test-planning-agents-architecture/3-Merge-Workflow-Testing.md +48 -0
- plans/deployment-semver-pypi-rtd/0-Overview.md +463 -0
- plans/deployment-semver-pypi-rtd/1-Semantic-Versioning-Foundation.md +136 -0
- plans/deployment-semver-pypi-rtd/2-PyPI-Deployment-Infrastructure.md +168 -0
- plans/deployment-semver-pypi-rtd/3-Release-Automation.md +214 -0
- plans/deployment-semver-pypi-rtd/4-Plan-Closeout.md +543 -0
- plans/deployment-semver-pypi-rtd/compacted_session_state.md +172 -0
- plans/deployment-semver-pypi-rtd/compacted_state.md +131 -0
- plans/documentation-code-audit/0-Overview.md +393 -0
- plans/documentation-code-audit/1-Discovery-Inventory.md +183 -0
- plans/documentation-code-audit/2-Execution-Environment-Setup.md +263 -0
- plans/documentation-code-audit/3-Systematic-Validation.md +322 -0
- plans/documentation-code-audit/4-Code-Example-Remediation.md +358 -0
- plans/documentation-code-audit/5-Physics-MultiIndex-Compliance.md +464 -0
- plans/documentation-code-audit/6-Doctest-Integration.md +523 -0
- plans/documentation-code-audit/7-Reporting-Documentation.md +498 -0
- plans/documentation-code-audit/8-Closeout.md +456 -0
- plans/documentation-rebuild-session/compacted_state.md +109 -0
- plans/documentation-rendering-fixes/0-Overview.md +104 -0
- plans/documentation-rendering-fixes/1-Sphinx-Build-Diagnostics-Warning-Audit.md +101 -0
- plans/documentation-rendering-fixes/2-Configuration-Infrastructure-Fixes.md +113 -0
- plans/documentation-rendering-fixes/3-Docstring-Syntax-Audit-Repair.md +131 -0
- plans/documentation-rendering-fixes/4-HTML-Page-Rendering-Verification.md +113 -0
- plans/documentation-rendering-fixes/5-Advanced-Documentation-Quality-Assurance.md +119 -0
- plans/documentation-rendering-fixes/6-Documentation-Build-Optimization-Testing.md +129 -0
- plans/documentation-rendering-fixes/compacted_state.md +132 -0
- plans/documentation-template-fix/0-Overview.md +197 -0
- plans/documentation-template-fix/1-Template-System-Analysis.md +269 -0
- plans/documentation-template-fix/2-Template-Modification.md +609 -0
- plans/documentation-template-fix/3-Build-System-Integration.md +766 -0
- plans/documentation-template-fix/4-Testing-Validation.md +1399 -0
- plans/documentation-template-fix/5-Documentation-Training.md +602 -0
- plans/documentation-workflow-fix/0-Overview.md +222 -0
- plans/documentation-workflow-fix/1-Immediate-Fixes.md +238 -0
- plans/documentation-workflow-fix/2-Configuration-Setup.md +298 -0
- plans/documentation-workflow-fix/3-Pre-commit-Integration.md +382 -0
- plans/documentation-workflow-fix/4-Workflow-Improvements.md +446 -0
- plans/documentation-workflow-fix/5-Documentation-and-Training.md +527 -0
- plans/duplicate-object-warnings-fix-plan.md +130 -0
- plans/github-issues-migration/0-Overview.md +510 -0
- plans/github-issues-migration/1-Foundation-Label-System.md +180 -0
- plans/github-issues-migration/2-Migration-Tool-Rewrite.md +235 -0
- plans/github-issues-migration/3-CLI-Integration-Automation.md +169 -0
- plans/github-issues-migration/4-Validated-Migration.md +252 -0
- plans/github-issues-migration/5-Documentation-Training.md +171 -0
- plans/github-issues-migration/6-Closeout.md +179 -0
- plans/github-workflows-repair/repair-plan.md +299 -0
- plans/issues_from_plans.py +342 -0
- plans/pr-270-doc-validation-fixes/0-Overview.md +354 -0
- plans/pr-270-doc-validation-fixes/1-Critical-PR-Fixes.md +117 -0
- plans/pr-270-doc-validation-fixes/2-Framework-Right-Sizing.md +129 -0
- plans/pr-270-doc-validation-fixes/3-Sustainable-Documentation.md +126 -0
- plans/pr-270-doc-validation-fixes/4-Closeout-Migration.md +143 -0
- plans/pr-270-doc-validation-fixes/PLAN_COMPLETED.md +149 -0
- plans/python-310-migration/0-Overview.md +390 -0
- plans/python-310-migration/1-Planning-Setup.md +164 -0
- plans/python-310-migration/2-Implementation.md +256 -0
- plans/python-310-migration/3-Testing-Validation.md +335 -0
- plans/python-310-migration/4-Documentation-Release.md +274 -0
- plans/python-310-migration/5-Closeout.md +252 -0
- plans/readthedocs-simplified/0-Overview.md +243 -0
- plans/readthedocs-simplified/1-Immediate-Fixes.md +216 -0
- plans/readthedocs-simplified/2-Template-Simplification.md +278 -0
- plans/readthedocs-simplified/3-ReadTheDocs-Setup.md +298 -0
- plans/readthedocs-simplified/4-Testing-Validation.md +328 -0
- plans/readthedocs-simplified/5-Closeout.md +231 -0
- plans/readthedocs-simplified/compacted_state.md +127 -0
- plans/session-compaction-2025-08-12/compacted_state.md +114 -0
- plans/session-compaction-2025-08-13/compacted_state.md +145 -0
- plans/session-continuity-protocol/0-Overview.md +35 -0
- plans/session-continuity-protocol/1-Core-Principles-Framework.md +40 -0
- plans/session-continuity-protocol/2-Pre-Session-Validation-System.md +79 -0
- plans/session-continuity-protocol/3-Context-Switching-Prevention.md +87 -0
- plans/session-continuity-protocol/4-Progress-Tracking-Recovery.md +100 -0
- plans/sphinx-warnings-analysis.md +222 -0
- plans/systemprompt-optimization/0-Overview.md +447 -0
- plans/systemprompt-optimization/1-Deploy-SystemPrompt.md +114 -0
- plans/systemprompt-optimization/2-Documentation-Alignment.md +198 -0
- plans/systemprompt-optimization/3-Monitoring-Infrastructure.md +396 -0
- plans/systemprompt-optimization/4-Implementation-Script.md +450 -0
- plans/systemprompt-optimization/9-Closeout.md +165 -0
- plans/systemprompt-optimization/compacted_state.md +143 -0
- plans/template-value-propositions/0-Overview.md +357 -0
- plans/template-value-propositions/1-Value-Proposition-Framework-Design.md +144 -0
- plans/template-value-propositions/2-Plan-Template-Enhancement.md +178 -0
- plans/template-value-propositions/3-Value-Generator-Hook-Implementation.md +291 -0
- plans/template-value-propositions/4-Value-Validator-Hook-Implementation.md +274 -0
- plans/template-value-propositions/5-Documentation-Agent-Updates.md +219 -0
- plans/template-value-propositions/6-Integration-Testing-Validation.md +247 -0
- plans/tests-audit/0-Overview.md +410 -0
- plans/tests-audit/1-Discovery-Inventory.md +170 -0
- plans/tests-audit/2-Physics-Validation-Audit.md +195 -0
- plans/tests-audit/3-Architecture-Compliance.md +195 -0
- plans/tests-audit/4-Numerical-Stability-Analysis.md +203 -0
- plans/tests-audit/5-Documentation-Enhancement.md +220 -0
- plans/tests-audit/6-Audit-Deliverables.md +220 -0
- plans/tests-audit/7-Closeout.md +252 -0
- plans/tests-audit/artifacts/ARCHITECTURE_COMPLIANCE_REPORT.md +315 -0
- plans/tests-audit/artifacts/ARCHITECTURE_RECOMMENDATIONS.md +943 -0
- plans/tests-audit/artifacts/COMPREHENSIVE_AUDIT_REPORT.md +356 -0
- plans/tests-audit/artifacts/CONTRIBUTING_ENHANCED_TEMPLATE.md +419 -0
- plans/tests-audit/artifacts/COVERAGE_GAP_ANALYSIS.md +152 -0
- plans/tests-audit/artifacts/DOCUMENTATION_ENHANCEMENT_REPORT.md +502 -0
- plans/tests-audit/artifacts/EXECUTIVE_AUDIT_SUMMARY.md +129 -0
- plans/tests-audit/artifacts/IMPLEMENTATION_ROADMAP.md +647 -0
- plans/tests-audit/artifacts/NUMERICAL_RECOMMENDATIONS.md +739 -0
- plans/tests-audit/artifacts/NUMERICAL_STABILITY_GUIDE_TEMPLATE.rst +451 -0
- plans/tests-audit/artifacts/NUMERICAL_STABILITY_REPORT.md +301 -0
- plans/tests-audit/artifacts/PHASE_3_SUMMARY.md +280 -0
- plans/tests-audit/artifacts/PHASE_4_SUMMARY.md +229 -0
- plans/tests-audit/artifacts/PHASE_5_SUMMARY.md +292 -0
- plans/tests-audit/artifacts/PHASE_6_CLOSEOUT.md +278 -0
- plans/tests-audit/artifacts/PHYSICS_GUIDE_TEMPLATE.rst +268 -0
- plans/tests-audit/artifacts/PHYSICS_VALIDATION_REPORT.md +235 -0
- plans/tests-audit/artifacts/TECHNICAL_DELIVERABLES_PACKAGE.md +2502 -0
- plans/tests-audit/artifacts/TEST_INVENTORY.csv +1204 -0
- plans/tests-audit/artifacts/TEST_INVENTORY.md +135 -0
- plans/tests-audit/artifacts/test_discovery_analysis.py +231 -0
- plans/tests-audit/artifacts/test_parser.py +395 -0
- solarwindpy/README.md +3 -0
- solarwindpy/Untitled.ipynb +54 -0
- solarwindpy/__init__.py +74 -0
- solarwindpy/core/__init__.py +23 -0
- solarwindpy/core/alfvenic_turbulence.py +804 -0
- solarwindpy/core/base.py +267 -0
- solarwindpy/core/ions.py +309 -0
- solarwindpy/core/plasma.py +2133 -0
- solarwindpy/core/spacecraft.py +256 -0
- solarwindpy/core/tensor.py +90 -0
- solarwindpy/core/units_constants.py +199 -0
- solarwindpy/core/vector.py +328 -0
- solarwindpy/fitfunctions/__init__.py +20 -0
- solarwindpy/fitfunctions/core.py +734 -0
- solarwindpy/fitfunctions/exponentials.py +188 -0
- solarwindpy/fitfunctions/gaussians.py +264 -0
- solarwindpy/fitfunctions/lines.py +116 -0
- solarwindpy/fitfunctions/moyal.py +71 -0
- solarwindpy/fitfunctions/plots.py +751 -0
- solarwindpy/fitfunctions/power_laws.py +209 -0
- solarwindpy/fitfunctions/tex_info.py +568 -0
- solarwindpy/fitfunctions/trend_fits.py +482 -0
- solarwindpy/instabilities/__init__.py +16 -0
- solarwindpy/instabilities/beta_ani.py +82 -0
- solarwindpy/instabilities/verscharen2016.py +631 -0
- solarwindpy/plotting/__init__.py +33 -0
- solarwindpy/plotting/agg_plot.py +489 -0
- solarwindpy/plotting/base.py +465 -0
- solarwindpy/plotting/hist1d.py +405 -0
- solarwindpy/plotting/hist2d.py +1035 -0
- solarwindpy/plotting/histograms.py +1845 -0
- solarwindpy/plotting/labels/__init__.py +104 -0
- solarwindpy/plotting/labels/base.py +686 -0
- solarwindpy/plotting/labels/chemistry.py +19 -0
- solarwindpy/plotting/labels/composition.py +100 -0
- solarwindpy/plotting/labels/datetime.py +235 -0
- solarwindpy/plotting/labels/elemental_abundance.py +73 -0
- solarwindpy/plotting/labels/special.py +794 -0
- solarwindpy/plotting/orbits.py +515 -0
- solarwindpy/plotting/scatter.py +99 -0
- solarwindpy/plotting/select_data_from_figure.py +329 -0
- solarwindpy/plotting/spiral.py +980 -0
- solarwindpy/plotting/tools.py +434 -0
- solarwindpy/scripts/__init__.py +1 -0
- solarwindpy/scripts/logs/.gitignore +1 -0
- solarwindpy/solar_activity/__init__.py +53 -0
- solarwindpy/solar_activity/base.py +605 -0
- solarwindpy/solar_activity/lisird/__init__.py +3 -0
- solarwindpy/solar_activity/lisird/extrema_calculator.py +394 -0
- solarwindpy/solar_activity/lisird/lisird.py +319 -0
- solarwindpy/solar_activity/plots.py +116 -0
- solarwindpy/solar_activity/sunspot_number/.DS_Store +0 -0
- solarwindpy/solar_activity/sunspot_number/__init__.py +3 -0
- solarwindpy/solar_activity/sunspot_number/sidc.py +556 -0
- solarwindpy/solar_activity/sunspot_number/ssn_extrema.csv +72 -0
- solarwindpy/solar_activity/sunspot_number/ssn_extrema.csv.silso +72 -0
- solarwindpy/tools/__init__.py +162 -0
- solarwindpy-0.1.1.dist-info/METADATA +181 -0
- solarwindpy-0.1.1.dist-info/RECORD +409 -0
- {solarwindpy-0.0.1.dev0.dist-info → solarwindpy-0.1.1.dist-info}/WHEEL +1 -1
- solarwindpy-0.1.1.dist-info/licenses/LICENSE.rst +32 -0
- solarwindpy-0.1.1.dist-info/top_level.txt +3 -0
- tests/__init__.py +1 -0
- tests/conftest.py +10 -0
- tests/core/__init__.py +1 -0
- tests/core/test_alfvenic_turbulence.py +544 -0
- tests/core/test_base.py +112 -0
- tests/core/test_base_head_tail.py +29 -0
- tests/core/test_base_mi_tuples.py +11 -0
- tests/core/test_core_verify_datetimeindex.py +32 -0
- tests/core/test_ions.py +325 -0
- tests/core/test_plasma.py +2581 -0
- tests/core/test_plasma_io.py +12 -0
- tests/core/test_quantities.py +507 -0
- tests/core/test_spacecraft.py +210 -0
- tests/core/test_units_constants.py +22 -0
- tests/data/epoch.csv +4 -0
- tests/data/plasma.csv +4 -0
- tests/data/spacecraft.csv +4 -0
- tests/fitfunctions/conftest.py +60 -0
- tests/fitfunctions/test_core.py +193 -0
- tests/fitfunctions/test_exponentials.py +342 -0
- tests/fitfunctions/test_gaussians.py +142 -0
- tests/fitfunctions/test_lines.py +349 -0
- tests/fitfunctions/test_moyal.py +258 -0
- tests/fitfunctions/test_plots.py +258 -0
- tests/fitfunctions/test_power_laws.py +365 -0
- tests/fitfunctions/test_tex_info.py +183 -0
- tests/fitfunctions/test_trend_fit_properties.py +31 -0
- tests/fitfunctions/test_trend_fits.py +244 -0
- tests/plotting/__init__.py +1 -0
- tests/plotting/labels/__init__.py +1 -0
- tests/plotting/labels/test_chemistry.py +243 -0
- tests/plotting/labels/test_composition.py +345 -0
- tests/plotting/labels/test_datetime.py +445 -0
- tests/plotting/labels/test_elemental_abundance.py +366 -0
- tests/plotting/labels/test_init.py +66 -0
- tests/plotting/labels/test_labels_base.py +347 -0
- tests/plotting/labels/test_special.py +550 -0
- tests/plotting/test_agg_plot.py +602 -0
- tests/plotting/test_base.py +752 -0
- tests/plotting/test_fixtures_utilities.py +775 -0
- tests/plotting/test_histograms.py +546 -0
- tests/plotting/test_integration.py +675 -0
- tests/plotting/test_orbits.py +435 -0
- tests/plotting/test_performance.py +708 -0
- tests/plotting/test_scatter.py +752 -0
- tests/plotting/test_select_data_from_figure.py +1209 -0
- tests/plotting/test_spiral.py +573 -0
- tests/plotting/test_tools.py +607 -0
- tests/plotting/test_visual_validation.py +465 -0
- tests/solar_activity/__init__.py +1 -0
- tests/solar_activity/lisird/__init__.py +1 -0
- tests/solar_activity/lisird/test_extrema_calculator.py +593 -0
- tests/solar_activity/lisird/test_lisird_id.py +187 -0
- tests/solar_activity/sunspot_number/__init__.py +1 -0
- tests/solar_activity/sunspot_number/test_init.py +399 -0
- tests/solar_activity/sunspot_number/test_sidc.py +465 -0
- tests/solar_activity/sunspot_number/test_sidc_id.py +223 -0
- tests/solar_activity/sunspot_number/test_sidc_loader.py +275 -0
- tests/solar_activity/sunspot_number/test_ssn_extrema.py +406 -0
- tests/solar_activity/test_base.py +656 -0
- tests/solar_activity/test_init.py +396 -0
- tests/solar_activity/test_plots.py +371 -0
- tests/test_circular_imports.py +408 -0
- tests/test_issue_titles.py +25 -0
- tests/test_statusline.py +298 -0
- solarwindpy-0.0.1.dev0.dist-info/METADATA +0 -14
- solarwindpy-0.0.1.dev0.dist-info/RECORD +0 -4
- solarwindpy-0.0.1.dev0.dist-info/top_level.txt +0 -1
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# Phase 6: Documentation Build Optimization and Testing
|
|
2
|
+
|
|
3
|
+
## Phase Metadata
|
|
4
|
+
- **Phase**: 6/6
|
|
5
|
+
- **Estimated Duration**: 1.5 hours
|
|
6
|
+
- **Dependencies**: Phase 5 (quality assurance)
|
|
7
|
+
- **Status**: Not Started
|
|
8
|
+
|
|
9
|
+
## 🎯 Phase Objective
|
|
10
|
+
Optimize documentation build process for efficiency and reliability, implement automated testing to prevent future regressions, and finalize the documentation system with comprehensive validation and maintenance procedures.
|
|
11
|
+
|
|
12
|
+
## 🧠 Phase Context
|
|
13
|
+
This final phase ensures the documentation system is not only fixed but optimized for long-term maintenance. Implement automated testing, build optimization, and establish procedures to prevent future documentation regressions.
|
|
14
|
+
|
|
15
|
+
## 📋 Implementation Tasks
|
|
16
|
+
|
|
17
|
+
### Task Group 1: Build Process Optimization
|
|
18
|
+
- [ ] **Optimize Sphinx Build Performance** (Est: 20 min) - Improve build speed and efficiency through configuration optimization
|
|
19
|
+
- Commit: `<checksum>`
|
|
20
|
+
- Status: Pending
|
|
21
|
+
- Notes: Implement incremental builds and parallel processing where applicable
|
|
22
|
+
- [ ] **Implement Build Caching** (Est: 15 min) - Configure appropriate caching to speed up subsequent builds
|
|
23
|
+
- Commit: `<checksum>`
|
|
24
|
+
- Status: Pending
|
|
25
|
+
- Notes: Balance build speed with freshness requirements
|
|
26
|
+
- [ ] **Streamline Build Dependencies** (Est: 10 min) - Ensure minimal and efficient dependency requirements for documentation builds
|
|
27
|
+
- Commit: `<checksum>`
|
|
28
|
+
- Status: Pending
|
|
29
|
+
- Notes: Document exact requirements for reproducible builds
|
|
30
|
+
|
|
31
|
+
### Task Group 2: Automated Testing Implementation
|
|
32
|
+
- [ ] **Implement Documentation Tests** (Est: 25 min) - Create automated tests for documentation quality and completeness
|
|
33
|
+
- Commit: `<checksum>`
|
|
34
|
+
- Status: Pending
|
|
35
|
+
- Notes: Test for zero warnings, complete builds, and basic quality metrics
|
|
36
|
+
- [ ] **Create Regression Prevention** (Est: 15 min) - Implement checks to prevent future documentation regressions
|
|
37
|
+
- Commit: `<checksum>`
|
|
38
|
+
- Status: Pending
|
|
39
|
+
- Notes: Automated validation of docstring syntax and build success
|
|
40
|
+
- [ ] **Set Up Continuous Documentation Validation** (Est: 10 min) - Configure CI/CD integration for documentation quality
|
|
41
|
+
- Commit: `<checksum>`
|
|
42
|
+
- Status: Pending
|
|
43
|
+
- Notes: Ensure documentation builds are validated in development workflow
|
|
44
|
+
|
|
45
|
+
### Task Group 3: Final Validation and Documentation
|
|
46
|
+
- [ ] **Execute Comprehensive Final Build** (Est: 10 min) - Run complete documentation build to validate all improvements
|
|
47
|
+
- Commit: `<checksum>`
|
|
48
|
+
- Status: Pending
|
|
49
|
+
- Notes: Verify zero warnings and complete HTML generation
|
|
50
|
+
- [ ] **Create Documentation Maintenance Guide** (Est: 10 min) - Document procedures for maintaining documentation quality
|
|
51
|
+
- Commit: `<checksum>`
|
|
52
|
+
- Status: Pending
|
|
53
|
+
- Notes: Guide for future developers on documentation standards and practices
|
|
54
|
+
- [ ] **Final Quality Metrics Validation** (Est: 5 min) - Confirm all acceptance criteria are met across all phases
|
|
55
|
+
- Commit: `<checksum>`
|
|
56
|
+
- Status: Pending
|
|
57
|
+
- Notes: Comprehensive validation of plan objectives
|
|
58
|
+
|
|
59
|
+
## ✅ Phase Acceptance Criteria
|
|
60
|
+
- [ ] Optimized documentation build process with improved performance
|
|
61
|
+
- [ ] Automated testing preventing future documentation regressions
|
|
62
|
+
- [ ] Zero Sphinx build warnings in final comprehensive build
|
|
63
|
+
- [ ] Complete HTML documentation generated for all modules
|
|
64
|
+
- [ ] CI/CD integration for ongoing documentation quality validation
|
|
65
|
+
- [ ] Documentation maintenance procedures established
|
|
66
|
+
- [ ] All plan objectives achieved and validated
|
|
67
|
+
|
|
68
|
+
## 🧪 Phase Testing Strategy
|
|
69
|
+
- **Performance Testing**: Measure build time improvements and efficiency gains
|
|
70
|
+
- **Regression Testing**: Automated tests to catch future documentation issues
|
|
71
|
+
- **Integration Testing**: Validate CI/CD integration and automated quality checks
|
|
72
|
+
- **Comprehensive Validation**: Final end-to-end testing of entire documentation system
|
|
73
|
+
|
|
74
|
+
## 🔧 Phase Technical Requirements
|
|
75
|
+
- **Testing Framework**: pytest for documentation tests
|
|
76
|
+
- **CI/CD Integration**: GitHub Actions or similar for automated validation
|
|
77
|
+
- **Performance Monitoring**: Build time measurement and optimization tools
|
|
78
|
+
- **Quality Metrics**: Automated quality measurement and validation
|
|
79
|
+
|
|
80
|
+
## 📂 Phase Affected Areas
|
|
81
|
+
- `docs/Makefile` - Optimized build process
|
|
82
|
+
- `.github/workflows/` or CI/CD configuration - Automated testing integration
|
|
83
|
+
- `tests/` - Documentation quality tests
|
|
84
|
+
- Documentation maintenance procedures and guidelines
|
|
85
|
+
|
|
86
|
+
## 📊 Phase Progress Tracking
|
|
87
|
+
|
|
88
|
+
### Current Status
|
|
89
|
+
- **Tasks Completed**: 0/9
|
|
90
|
+
- **Time Invested**: 0h of 1.5h
|
|
91
|
+
- **Completion Percentage**: 0%
|
|
92
|
+
- **Last Updated**: 2025-08-13
|
|
93
|
+
|
|
94
|
+
### Blockers & Issues
|
|
95
|
+
- Dependent on high-quality documentation from Phase 5
|
|
96
|
+
- CI/CD integration may require repository configuration access
|
|
97
|
+
|
|
98
|
+
### Next Actions
|
|
99
|
+
- Implement build process optimizations
|
|
100
|
+
- Create automated documentation quality tests
|
|
101
|
+
- Execute final comprehensive validation
|
|
102
|
+
|
|
103
|
+
## 💬 Phase Implementation Notes
|
|
104
|
+
|
|
105
|
+
### Implementation Decisions
|
|
106
|
+
- Focus on sustainable long-term maintenance procedures
|
|
107
|
+
- Implement comprehensive testing to prevent future regressions
|
|
108
|
+
- Document best practices for ongoing documentation quality
|
|
109
|
+
|
|
110
|
+
### Lessons Learned
|
|
111
|
+
[To be populated during implementation]
|
|
112
|
+
|
|
113
|
+
### Phase Dependencies Resolution
|
|
114
|
+
- Requires high-quality documentation foundation from Phase 5
|
|
115
|
+
- Provides complete, optimized, and maintainable documentation system
|
|
116
|
+
|
|
117
|
+
---
|
|
118
|
+
*Phase 6 of 6 - Documentation Rendering Fixes - Last Updated: 2025-08-13*
|
|
119
|
+
*See [0-Overview.md](./0-Overview.md) for complete plan context and cross-phase coordination.*
|
|
120
|
+
|
|
121
|
+
## Plan Completion Summary
|
|
122
|
+
This final phase completes the comprehensive documentation rendering fixes plan, delivering:
|
|
123
|
+
- Zero Sphinx build warnings
|
|
124
|
+
- Properly rendered HTML pages for all modules
|
|
125
|
+
- Professional quality scientific software documentation
|
|
126
|
+
- Automated quality assurance and regression prevention
|
|
127
|
+
- Optimized and maintainable documentation build system
|
|
128
|
+
|
|
129
|
+
The plan addresses all identified issues systematically across 6 phases with proper agent coordination using PlanManager (planning), PlanImplementer (execution), GitIntegration (branch management), and DocumentationMaintainer (primary technical work).
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
# Compacted Context State - 2025-08-21T03:34:01Z
|
|
2
|
+
|
|
3
|
+
## Compaction Metadata
|
|
4
|
+
- **Timestamp**: 2025-08-21T03:34:01Z
|
|
5
|
+
- **Branch**: plan/readthedocs-customization-enhancement
|
|
6
|
+
- **Plan**: documentation-rendering-fixes
|
|
7
|
+
- **Pre-Compaction Context**: ~8,491 tokens (1,799 lines)
|
|
8
|
+
- **Target Compression**: medium (35% reduction)
|
|
9
|
+
- **Target Tokens**: ~5,519 tokens
|
|
10
|
+
- **Strategy**: medium compression with prose focus
|
|
11
|
+
|
|
12
|
+
## Content Analysis
|
|
13
|
+
- **Files Analyzed**: 9
|
|
14
|
+
- **Content Breakdown**:
|
|
15
|
+
- Code: 426 lines
|
|
16
|
+
- Prose: 422 lines
|
|
17
|
+
- Tables: 0 lines
|
|
18
|
+
- Lists: 393 lines
|
|
19
|
+
- Headers: 222 lines
|
|
20
|
+
- **Token Estimates**:
|
|
21
|
+
- Line-based: 5,397
|
|
22
|
+
- Character-based: 15,109
|
|
23
|
+
- Word-based: 9,359
|
|
24
|
+
- Content-weighted: 4,099
|
|
25
|
+
- **Final estimate**: 8,491 tokens
|
|
26
|
+
|
|
27
|
+
## Git State
|
|
28
|
+
### Current Branch: plan/readthedocs-customization-enhancement
|
|
29
|
+
### Last Commit: 922c6aa - feat: enhance scientific content presentation with comprehensive documentation (blalterman, 20 seconds ago)
|
|
30
|
+
|
|
31
|
+
### Recent Commits:
|
|
32
|
+
```
|
|
33
|
+
922c6aa (HEAD -> plan/readthedocs-customization-enhancement) feat: enhance scientific content presentation with comprehensive documentation
|
|
34
|
+
e6f7fd1 feat: configure RTD-specific features and environment
|
|
35
|
+
88c5461 feat: implement custom styling and templates for RTD documentation
|
|
36
|
+
b6f8386 fix: resolve navigation depth and Sphinx 6.0+ compatibility issues
|
|
37
|
+
c469735 (origin/master, origin/HEAD, master) docs: update CLAUDE.md to reflect file-based compaction system
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### Working Directory Status:
|
|
41
|
+
```
|
|
42
|
+
M .claude/compacted_state.md
|
|
43
|
+
M plans/documentation-rendering-fixes/compacted_state.md
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### Uncommitted Changes Summary:
|
|
47
|
+
```
|
|
48
|
+
.claude/compacted_state.md | 57 ++++++++++++----------
|
|
49
|
+
.../compacted_state.md | 57 ++++++++++++----------
|
|
50
|
+
2 files changed, 62 insertions(+), 52 deletions(-)
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Critical Context Summary
|
|
54
|
+
|
|
55
|
+
### Active Tasks (Priority Focus)
|
|
56
|
+
- **Phase 1: Sphinx Build Diagnostics and Warning Audit** (Est: 1.5 hours) - Comprehensive analysis of Sphinx build warnings and HTML rendering failures
|
|
57
|
+
- **Phase 2: Configuration and Infrastructure Fixes** (Est: 2 hours) - Fix Sphinx configuration, build system, and documentation infrastructure issues
|
|
58
|
+
- **Phase 3: Docstring Syntax Audit and Repair** (Est: 3.5 hours) - Systematic audit and repair of docstring syntax errors across all modules
|
|
59
|
+
- **Phase 4: HTML Page Rendering Verification** (Est: 1.5 hours) - Verify and fix HTML page rendering for all modules, ensure proper content organization
|
|
60
|
+
- **Phase 5: Advanced Documentation Quality Assurance** (Est: 2 hours) - Implement quality checks, cross-references, and documentation completeness validation
|
|
61
|
+
|
|
62
|
+
### Recent Key Decisions
|
|
63
|
+
- No recent decisions captured
|
|
64
|
+
|
|
65
|
+
### Blockers & Issues
|
|
66
|
+
⚠️ - **Regression Testing**: Automated tests to catch future documentation issues
|
|
67
|
+
⚠️ ### Blockers & Issues
|
|
68
|
+
⚠️ The plan addresses all identified issues systematically across 6 phases with proper agent coordination using PlanManager (planning), PlanImplementer (execution), GitIntegration (branch management), and DocumentationMaintainer (primary technical work).
|
|
69
|
+
|
|
70
|
+
### Immediate Next Steps
|
|
71
|
+
➡️ ### Next Actions
|
|
72
|
+
➡️ ### Next Actions
|
|
73
|
+
|
|
74
|
+
## Session Context Summary
|
|
75
|
+
|
|
76
|
+
### Active Plan: documentation-rendering-fixes
|
|
77
|
+
## Plan Metadata
|
|
78
|
+
- **Plan Name**: Documentation Rendering Fixes
|
|
79
|
+
- **Created**: 2025-08-13
|
|
80
|
+
- **Branch**: plan/documentation-rendering-fixes
|
|
81
|
+
- **Implementation Branch**: feature/documentation-rendering-fixes
|
|
82
|
+
- **PlanManager**: PlanManager
|
|
83
|
+
- **PlanImplementer**: PlanImplementer
|
|
84
|
+
- **Structure**: Multi-Phase
|
|
85
|
+
- **Total Phases**: 6
|
|
86
|
+
- **Dependencies**: None
|
|
87
|
+
- **Affects**: docs/source/*.rst, solarwindpy/**/*.py (docstrings), docs/conf.py, docs/Makefile
|
|
88
|
+
- **Estimated Duration**: 11.5 hours
|
|
89
|
+
- **Status**: Planning
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
### Plan Progress Summary
|
|
93
|
+
- Plan directory: plans/documentation-rendering-fixes
|
|
94
|
+
- Last modified: 2025-08-20 14:52
|
|
95
|
+
|
|
96
|
+
## Session Resumption Instructions
|
|
97
|
+
|
|
98
|
+
### 🚀 Quick Start Commands
|
|
99
|
+
```bash
|
|
100
|
+
# Restore session environment
|
|
101
|
+
git checkout plan/readthedocs-customization-enhancement
|
|
102
|
+
cd plans/documentation-rendering-fixes && ls -la
|
|
103
|
+
git status
|
|
104
|
+
pwd # Verify working directory
|
|
105
|
+
conda info --envs # Check active environment
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### 🎯 Priority Actions for Next Session
|
|
109
|
+
1. Review plan status: cat plans/documentation-rendering-fixes/0-Overview.md
|
|
110
|
+
2. Continue: **Phase 1: Sphinx Build Diagnostics and Warning Audit** (Est: 1.5 hours) - Comprehensive analysis of Sphinx build warnings and HTML rendering failures
|
|
111
|
+
3. Continue: **Phase 2: Configuration and Infrastructure Fixes** (Est: 2 hours) - Fix Sphinx configuration, build system, and documentation infrastructure issues
|
|
112
|
+
4. Resolve: - **Regression Testing**: Automated tests to catch future documentation issues
|
|
113
|
+
5. Resolve: ### Blockers & Issues
|
|
114
|
+
|
|
115
|
+
### 🔄 Session Continuity Checklist
|
|
116
|
+
- [ ] **Environment**: Verify correct conda environment and working directory
|
|
117
|
+
- [ ] **Branch**: Confirm on correct git branch (plan/readthedocs-customization-enhancement)
|
|
118
|
+
- [ ] **Context**: Review critical context summary above
|
|
119
|
+
- [ ] **Plan**: Check plan status in plans/documentation-rendering-fixes
|
|
120
|
+
- [ ] **Changes**: Review uncommitted changes
|
|
121
|
+
|
|
122
|
+
### 📊 Efficiency Metrics
|
|
123
|
+
- **Context Reduction**: 35.0% (8,491 → 5,519 tokens)
|
|
124
|
+
- **Estimated Session Extension**: 21 additional minutes of productive work
|
|
125
|
+
- **Compaction Strategy**: medium compression focused on prose optimization
|
|
126
|
+
|
|
127
|
+
---
|
|
128
|
+
*Automated intelligent compaction - 2025-08-21T03:34:01Z*
|
|
129
|
+
|
|
130
|
+
## Compaction File
|
|
131
|
+
Filename: `compaction-2025-08-21-033401-35pct.md` - Unique timestamp-based compaction file
|
|
132
|
+
No git tags created - using file-based state preservation
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
# Documentation Template Fix Plan - Overview
|
|
2
|
+
|
|
3
|
+
## Problem Statement
|
|
4
|
+
|
|
5
|
+
**Critical Issue**: RST files in `docs/source/api/` are ephemeral and regenerated on every documentation build, causing any manual edits to be lost permanently.
|
|
6
|
+
|
|
7
|
+
### Current Situation
|
|
8
|
+
- **52 API documentation files** in `docs/source/api/` are auto-generated by `sphinx-apidoc`
|
|
9
|
+
- These files are **git-ignored** (line 75 in `.gitignore`: `docs/source/api/`)
|
|
10
|
+
- **Complete regeneration** occurs on every `make html` or `make api` command
|
|
11
|
+
- **CI/CD rebuilds** documentation from scratch on every push, destroying manual changes
|
|
12
|
+
- **Post-processing** by `docs/add_no_index.py` modifies generated files after creation
|
|
13
|
+
|
|
14
|
+
### Technical Root Cause
|
|
15
|
+
The documentation build process follows this pipeline:
|
|
16
|
+
1. `sphinx-apidoc -f -o docs/source/api ../../solarwindpy/solarwindpy --separate`
|
|
17
|
+
2. `python add_no_index.py` (post-processing)
|
|
18
|
+
3. Sphinx HTML generation
|
|
19
|
+
|
|
20
|
+
Any manual edits to files in step 1's output are lost when step 1 runs again.
|
|
21
|
+
|
|
22
|
+
## Critical Finding
|
|
23
|
+
|
|
24
|
+
**The template system already exists and works correctly.** The issue is not with persistence of template-based changes (those persist), but with understanding the proper workflow for making documentation modifications.
|
|
25
|
+
|
|
26
|
+
**Current Working Components**:
|
|
27
|
+
- Templates in `docs/source/_templates/autosummary/` (module.rst, class.rst)
|
|
28
|
+
- Proper Sphinx configuration with `autosummary_generate = True`
|
|
29
|
+
- Post-processing pipeline that adds `:no-index:` directives
|
|
30
|
+
- Build system that regenerates consistently
|
|
31
|
+
|
|
32
|
+
## Solution: Enhanced Template-Based Documentation System
|
|
33
|
+
|
|
34
|
+
Instead of editing ephemeral generated files, implement all documentation changes through the persistent template system with enhancements for scientific documentation needs.
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
## Detailed Propositions Analysis
|
|
39
|
+
|
|
40
|
+
### 1. Risk Proposition
|
|
41
|
+
|
|
42
|
+
| Risk Level | Scenario | Impact | Mitigation |
|
|
43
|
+
|------------|----------|--------|------------|
|
|
44
|
+
| **CRITICAL** | Editing generated RST files directly | 100% data loss on next build | Never edit `docs/source/api/` files |
|
|
45
|
+
| **HIGH** | Misunderstanding build pipeline | Wasted development time | Clear documentation of process |
|
|
46
|
+
| **MEDIUM** | Template syntax errors | Build failures | Template validation |
|
|
47
|
+
| **LOW** | Post-processing script issues | Formatting inconsistencies | Automated testing |
|
|
48
|
+
|
|
49
|
+
**Risk Assessment**: Template approach has **MINIMAL risk** vs. **CRITICAL risk** of direct RST editing.
|
|
50
|
+
|
|
51
|
+
### 2. Value Proposition
|
|
52
|
+
|
|
53
|
+
| Value Dimension | Current State | Template-Enhanced State | Improvement |
|
|
54
|
+
|-----------------|---------------|-------------------------|-------------|
|
|
55
|
+
| **Documentation Persistence** | 0% (lost on rebuild) | 100% (template-based) | ∞ (infinite improvement) |
|
|
56
|
+
| **Consistency Across Modules** | Manual, error-prone | Automated, uniform | 95% reduction in inconsistencies |
|
|
57
|
+
| **Maintainability** | Requires constant re-editing | Single source of truth | 90% effort reduction |
|
|
58
|
+
| **CI/CD Compatibility** | Breaks on every build | Seamless integration | 100% automation compatible |
|
|
59
|
+
| **Developer Experience** | Confusing, frustrating | Clear, predictable | Professional workflow |
|
|
60
|
+
| **Scientific Documentation Quality** | Basic auto-generated | Physics-aware, enhanced | Research-grade output |
|
|
61
|
+
|
|
62
|
+
**Value ROI**: Infinite return on investment (changes become permanent vs. being lost)
|
|
63
|
+
|
|
64
|
+
### 3. Cost Proposition
|
|
65
|
+
|
|
66
|
+
#### Current Approach (Manual RST Editing)
|
|
67
|
+
| Cost Component | Frequency | Time per Incident | Annual Cost |
|
|
68
|
+
|----------------|-----------|------------------|-------------|
|
|
69
|
+
| Re-applying lost changes | 50 builds/year | 30 minutes | 25 hours |
|
|
70
|
+
| Debugging missing documentation | 12 incidents/year | 1 hour | 12 hours |
|
|
71
|
+
| Developer confusion/training | 4 incidents/year | 2 hours | 8 hours |
|
|
72
|
+
| **Total Current Annual Cost** | | | **45 hours** |
|
|
73
|
+
|
|
74
|
+
#### Template-Based Approach
|
|
75
|
+
| Cost Component | Frequency | Time | Annual Cost |
|
|
76
|
+
|----------------|-----------|------|-------------|
|
|
77
|
+
| Initial setup (one-time) | 1 time | 4 hours | 4 hours (Year 1 only) |
|
|
78
|
+
| Template maintenance | 4 updates/year | 30 minutes | 2 hours |
|
|
79
|
+
| **Total Template Annual Cost** | | | **2 hours** (after Year 1) |
|
|
80
|
+
|
|
81
|
+
**Annual Savings**: 43 hours/year = **$6,450/year** at $150/hour
|
|
82
|
+
**Break-even Point**: After 5 documentation builds (~1 week)
|
|
83
|
+
|
|
84
|
+
### 4. Token Proposition
|
|
85
|
+
|
|
86
|
+
| Activity | Tokens per Incident | Annual Frequency | Annual Token Cost |
|
|
87
|
+
|----------|-------------------|------------------|-------------------|
|
|
88
|
+
| **Current Approach** |
|
|
89
|
+
| Re-editing lost documentation | 500 tokens | 50 rebuilds | 25,000 tokens |
|
|
90
|
+
| Debugging missing changes | 2,000 tokens | 12 incidents | 24,000 tokens |
|
|
91
|
+
| Explaining why changes disappeared | 1,000 tokens | 8 support requests | 8,000 tokens |
|
|
92
|
+
| **Current Total** | | | **57,000 tokens/year** |
|
|
93
|
+
| **Template Approach** |
|
|
94
|
+
| Template modifications | 800 tokens | 4 updates | 3,200 tokens |
|
|
95
|
+
| Template documentation | 500 tokens | 1 time | 500 tokens |
|
|
96
|
+
| **Template Total** | | | **3,700 tokens/year** |
|
|
97
|
+
|
|
98
|
+
**Token Savings**: 53,300 tokens/year (**93% reduction**)
|
|
99
|
+
|
|
100
|
+
### 5. Usage Proposition
|
|
101
|
+
|
|
102
|
+
| Use Case | Current Efficiency | Template Efficiency | Improvement Factor |
|
|
103
|
+
|----------|------------------|-------------------|-------------------|
|
|
104
|
+
| **Module-wide documentation changes** | Edit 52 files → lost on rebuild | Edit 1 template → permanent | **52× efficiency** |
|
|
105
|
+
| **Consistent formatting fixes** | Repeat after every build | One-time template fix | **∞ (permanent)** |
|
|
106
|
+
| **Physics-specific documentation** | Cannot persist custom sections | Template-based custom sections | **Full capability unlock** |
|
|
107
|
+
| **CI/CD integration** | 0% reliability (always breaks) | 100% reliability | **∞ reliability improvement** |
|
|
108
|
+
| **New developer onboarding** | High confusion, lost work | Clear workflow, persistent changes | **90% frustration reduction** |
|
|
109
|
+
|
|
110
|
+
### 6. Time Proposition
|
|
111
|
+
|
|
112
|
+
| Phase | Duration | Urgency Level | Consequence of Delay |
|
|
113
|
+
|-------|----------|---------------|---------------------|
|
|
114
|
+
| **Setup Phase** | 4 hours | HIGH | Documentation changes continue being lost |
|
|
115
|
+
| **Template Enhancement** | 2 hours | MEDIUM | Basic docs remain adequate |
|
|
116
|
+
| **Testing & Validation** | 1 hour | HIGH | Risk of template errors |
|
|
117
|
+
| **Documentation** | 1 hour | LOW | Developer confusion continues |
|
|
118
|
+
| **Total Implementation** | **8 hours** | | |
|
|
119
|
+
|
|
120
|
+
**Implementation Timeline**: 1-2 days
|
|
121
|
+
**Break-even Analysis**: Saves time after 5 documentation builds
|
|
122
|
+
**Long-term Time Savings**: 43 hours/year
|
|
123
|
+
|
|
124
|
+
---
|
|
125
|
+
|
|
126
|
+
## Recommendation
|
|
127
|
+
|
|
128
|
+
### **STRONG RECOMMENDATION: Implement Enhanced Template-Based Documentation System**
|
|
129
|
+
|
|
130
|
+
#### Justification for SolarWindPy
|
|
131
|
+
|
|
132
|
+
1. **Scientific Software Standards**: SolarWindPy requires consistent, professional documentation for research credibility
|
|
133
|
+
2. **Package Distribution**: PyPI and Conda channels expect reliable, well-formatted documentation
|
|
134
|
+
3. **Contributor Experience**: Clear boundaries prevent wasted effort and developer frustration
|
|
135
|
+
4. **Maintenance Efficiency**: Template system scales with codebase growth
|
|
136
|
+
5. **CI/CD Integration**: Essential for automated testing and deployment workflows
|
|
137
|
+
|
|
138
|
+
#### Why This Matters Specifically for SolarWindPy
|
|
139
|
+
|
|
140
|
+
- **Research Impact**: Scientific software documentation directly affects research reproducibility
|
|
141
|
+
- **User Adoption**: Plasma physics researchers need comprehensive, reliable documentation
|
|
142
|
+
- **Collaboration**: Multiple contributors need clear, persistent documentation standards
|
|
143
|
+
- **Professional Credibility**: Well-maintained docs essential for academic software packages
|
|
144
|
+
|
|
145
|
+
#### Strategic Value Beyond Problem Solving
|
|
146
|
+
|
|
147
|
+
This plan enhances SolarWindPy's documentation system with:
|
|
148
|
+
- **Physics-aware templates** for domain-specific documentation
|
|
149
|
+
- **Automated quality assurance** through template validation
|
|
150
|
+
- **Scalable documentation architecture** for future growth
|
|
151
|
+
- **Professional presentation** matching scientific publishing standards
|
|
152
|
+
|
|
153
|
+
---
|
|
154
|
+
|
|
155
|
+
## Implementation Approach
|
|
156
|
+
|
|
157
|
+
### **5-Phase Strategic Implementation**
|
|
158
|
+
|
|
159
|
+
1. **Template System Analysis** - Understand current capabilities and gaps
|
|
160
|
+
2. **Template Enhancement** - Add physics-specific and quality improvements
|
|
161
|
+
3. **Build System Integration** - Ensure robust, automated processing
|
|
162
|
+
4. **Testing & Validation** - Verify persistence and quality across builds
|
|
163
|
+
5. **Documentation & Training** - Enable team adoption and maintenance
|
|
164
|
+
|
|
165
|
+
### **Success Metrics**
|
|
166
|
+
|
|
167
|
+
- ✅ **Persistence Verification**: Changes survive multiple rebuilds
|
|
168
|
+
- ✅ **Build System Reliability**: No Sphinx warnings or errors
|
|
169
|
+
- ✅ **CI/CD Integration**: GitHub Actions builds successfully
|
|
170
|
+
- ✅ **Documentation Quality**: Professional, consistent presentation
|
|
171
|
+
- ✅ **Developer Experience**: Clear workflow, no lost work
|
|
172
|
+
- ✅ **Physics Enhancement**: Domain-specific documentation features
|
|
173
|
+
|
|
174
|
+
### **Risk Mitigation**
|
|
175
|
+
|
|
176
|
+
- **Template Validation**: Syntax checking before deployment
|
|
177
|
+
- **Incremental Rollout**: Phase-by-phase implementation with testing
|
|
178
|
+
- **Fallback Plan**: Current system continues working during transition
|
|
179
|
+
- **Documentation**: Clear guidelines prevent future direct RST editing
|
|
180
|
+
|
|
181
|
+
---
|
|
182
|
+
|
|
183
|
+
## Plan Structure
|
|
184
|
+
|
|
185
|
+
This plan is organized into 5 detailed phase files:
|
|
186
|
+
|
|
187
|
+
1. **1-Template-System-Analysis.md** - Current state assessment
|
|
188
|
+
2. **2-Template-Modification.md** - Enhancement implementation
|
|
189
|
+
3. **3-Build-System-Integration.md** - Process optimization
|
|
190
|
+
4. **4-Testing-Validation.md** - Quality assurance
|
|
191
|
+
5. **5-Documentation-Training.md** - Knowledge transfer
|
|
192
|
+
|
|
193
|
+
Each phase includes specific tasks, success criteria, and validation checkpoints to ensure successful implementation of the enhanced documentation template system.
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
*This plan transforms a critical persistence problem into an opportunity for comprehensive documentation system enhancement, delivering immediate fixes and long-term strategic value for the SolarWindPy project.*
|