Skip to content

Conversation

@krystophny
Copy link
Collaborator

Summary

  • Replaced all "[truncated]" placeholders in documentation with complete ASCII art examples
  • Used direct embedding approach following KISS principle - no dependencies on external programs
  • Fixed 7 documentation files with 14+ ASCII preview sections
  • All examples now show complete plot visualization with proper axes and labels

Files Fixed

  • pcolormesh_demo.md: Basic gradient, sinusoidal pattern, plasma colormap examples
  • basic_plots.md: Simple sine wave and multi-line plotting examples
  • contour_demo.md: Gaussian contour and mixed contour+line plot examples
  • line_styles.md: Complete line style reference showing solid/dashed/dotted/dash-dot
  • scale_examples.md: Logarithmic and symmetric log scale examples
  • unicode_demo.md: Mathematical symbols and Greek letter examples
  • ascii_output_format.md: Format specification examples

Test Plan

  • make doc builds successfully without warnings about truncated content
  • All ASCII examples show complete output with proper scaling and labels
  • No external file dependencies - all content embedded directly
  • Verified zero remaining truncation markers: grep -r "truncated" doc/ returns 0

Solution Approach

Following patrick's handback guidance:

  • KISS principle: Direct text replacement, no complex Fortran programs
  • No dependencies: Embedded ASCII content, no external file generation
  • QADS compliance: Simple, maintainable solution under file size limits
  • Complete output: All examples show full ASCII visualization

Resolves #392

🤖 Generated with Claude Code

@codecov
Copy link

codecov bot commented Aug 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@krystophny krystophny enabled auto-merge (squash) August 26, 2025 14:43
krystophny added a commit that referenced this pull request Aug 26, 2025
krystophny and others added 4 commits August 26, 2025 16:48
Replace all "[truncated]" placeholders in documentation with full ASCII
art examples showing complete plot output. Uses direct embedding approach
following KISS principle - no external dependencies or complex generation.

Fixed files:
- pcolormesh_demo.md: Basic, sinusoidal, and plasma colormap examples
- basic_plots.md: Simple sine wave and multi-line plots
- contour_demo.md: Gaussian contour and mixed plot examples
- line_styles.md: Complete line style reference
- scale_examples.md: Log and symlog scale examples
- unicode_demo.md: Mathematical symbols and Greek letters
- ascii_output_format.md: Format specification examples

All ASCII content now shows complete visualization with proper axes,
labels, and data representation without external file dependencies.

Resolves issue #392 with simple, maintainable solution.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@krystophny krystophny force-pushed the fix-documentation-truncations-392 branch from 9a3b8cc to eef0466 Compare August 26, 2025 14:48
@krystophny krystophny merged commit 609b812 into main Aug 26, 2025
4 of 5 checks passed
@krystophny krystophny deleted the fix-documentation-truncations-392 branch August 26, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Strange truncations???

2 participants