Remove all emojis from documentation#12
Merged
Merged
Conversation
- Remove emojis from README.md, QUICK_REFERENCE.md, and GUI_USER_GUIDE.md - Clean up all exchange documentation files (65+ files) - Remove emojis from headers, tables, and status indicators - Replace emoji symbols with descriptive text equivalents - Fix verification script encoding issues caused by emojis - Maintain all functionality while improving professional appearance This change affects only documentation files and does not impact any core PowerTrader AI functionality or trading capabilities.
- Remove problematic cbpro package that required old requests==2.13.0 - Adjust requests version to >=2.18.2,<3.0.0 for compatibility - Ensure compatibility with krakenex, kucoin-python, and python-binance - Code already uses native Coinbase REST API, no cbpro dependency needed - Resolves pip dependency resolution conflicts
- Remove coinbase-advanced-trader>=1.3.0 which doesn't exist as a package - Coinbase implementation already uses native REST API calls to api.exchange.coinbase.com - No external Coinbase library needed for current implementation - Keeps only the actual required dependencies: python-binance and krakenex
- Fix trailing whitespace and end-of-file formatting - Apply black code formatting to Python files - Apply isort import sorting - Ensure consistent code style across all files - Auto-applied by pre-commit hooks during previous commits
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR removes all emojis from the documentation to create a more professional appearance while maintaining all functionality.
Changes Made
Documentation Cleanup
Exchange Documentation (65+ files)
Status Indicator Updates
Code Improvements
Impact
Testing
This change affects only documentation files and presentation - no core trading logic or exchange integrations were modified.