Enhance Sphinx documentation theme with custom styling#120
Merged
Conversation
- Add custom CSS with economics-inspired color palette and typography - Create hero section with banner image for homepage - Add smooth scrolling and code copy functionality via JavaScript - Create custom logo and favicon SVGs - Configure sphinx-book-theme to remove right sidebar for wider content - Add feature cards and improve visual hierarchy - Create custom 404 page - Use muted colors to fix contrast issues with buttons and links The new theme provides a more professional appearance suitable for the upcoming release, with better use of horizontal space and a cohesive visual design that reflects the economics focus of FreeRide. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Remove tagline from hero section in index.rst - Update HTML title in conf.py to just 'FreeRide' - Adjust CSS banner margin for cleaner appearance
- Replace individual file listings with proper directory patterns - Add standard Python gitignore patterns - Remove committed _build files from tracking - Ensure all build artifacts are properly ignored
- Move banner image below welcome heading for better flow - Remove duplicate 'FreeRide' text from sidebar navigation - Clean up logo by removing green dot from intersection - Create minimal favicon with just intersecting curves on transparent background - Add installation section with platform-specific guidance and Google Colab recommendation - Update code example to use Market object instead of Equilibrium - Show expected output from code example - Add visual example plot showing market equilibrium with surplus areas - Remove dark mode toggle for consistent light-mode experience - Improve overall documentation structure and user experience
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.
The new theme provides a more professional appearance suitable for the upcoming release, with better use of horizontal space and a cohesive visual design that reflects the economics focus of FreeRide.
🤖 Generated with Claude Code