Skip to content

Fix imports and exports for better API consistency#125

Merged
alexanderthclark merged 1 commit into
mainfrom
docs/pre-launch-fixes
May 27, 2025
Merged

Fix imports and exports for better API consistency#125
alexanderthclark merged 1 commit into
mainfrom
docs/pre-launch-fixes

Conversation

@alexanderthclark

Copy link
Copy Markdown
Owner
  • Update market_equilibrium.rst to use proper module imports
  • Add Demand, Supply, Equilibrium, Market to package exports
  • Use Market class consistently in tutorial (not Equilibrium)
  • Use from_formula() method for creating curves from strings

This allows users to import directly from freeride package: from freeride import Demand, Supply, Market

🤖 Generated with Claude Code

- Update market_equilibrium.rst to use proper module imports
- Add Demand, Supply, Equilibrium, Market to package exports
- Use Market class consistently in tutorial (not Equilibrium)
- Use from_formula() method for creating curves from strings

This allows users to import directly from freeride package:
`from freeride import Demand, Supply, Market`

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

Co-Authored-By: Claude <noreply@anthropic.com>
@alexanderthclark alexanderthclark merged commit bddb7fb into main May 27, 2025
3 of 6 checks passed
@alexanderthclark alexanderthclark deleted the docs/pre-launch-fixes branch May 27, 2025 02:07
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.

1 participant