Skip to content

Doc page fixes#48

Merged
jordanplanders merged 4 commits into
mainfrom
doc_page_fixes
Jul 13, 2026
Merged

Doc page fixes#48
jordanplanders merged 4 commits into
mainfrom
doc_page_fixes

Conversation

@jordanplanders

Copy link
Copy Markdown
Collaborator

This pull request standardizes class and documentation references throughout the codebase by renaming CCModel and CCOutput to Model and Output, respectively. It updates docstrings, inline comments, and example code to consistently use the new class names, improving clarity and reducing confusion for users and developers.

  • All references to CCModel are replaced with Model in docstrings, comments, and usage examples across core modules and model implementations.
  • All references to CCOutput are replaced with Output in docstrings and comments, and the file-level documentation in output.py is updated accordingly.
  • Examples in QuickStart now have plots associated with them and are generated via a script which extracts code snippets from the quarto file so example plots are easily regenerated with examples are updated.
  • Daisyworld references have been removed until the model is officially supported by the package.

These changes ensure that the codebase and its documentation are consistent with the current class naming conventions, making it easier for new contributors and users to understand and use the library.

@jordanplanders
jordanplanders merged commit a907804 into main Jul 13, 2026
2 checks passed
@jordanplanders
jordanplanders deleted the doc_page_fixes branch July 13, 2026 22:58
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.

Update Model Catalog Missing figures for "Quick Start" example Doc-string handling

1 participant