Skip to content

Print algebraic form of AbstractFunction by default #2112

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 7, 2023
Merged

Conversation

odow
Copy link
Member

@odow odow commented Mar 2, 2023

Closes #2111

Open to ideas for what we should print, exactly.

Docstrings can all be updated using --fix when building the docs:

julia> ARGS
1-element Vector{String}:
 "--fix"

julia> include("docs/make.jl")
WARNING: redefinition of constant _PAGES. This may fail, cause incorrect answers, or produce other errors.
[ Info: SetupBuildDirectory: setting up build directory.
[ Info: Doctest: running doctests.
[ Info: Skipped ExpandTemplates step (doctest only).
[ Info: Skipped CrossReferences step (doctest only).
[ Info: Skipped CheckDocument step (doctest only).
[ Info: Skipped Populate step (doctest only).
[ Info: Skipped RenderDocument step (doctest only).
  3.325270 seconds (4.70 M allocations: 319.401 MiB, 3.95% gc time)
┌ Warning: Documenter could not auto-detect the building environment Skipping deployment.
└ @ Documenter ~/.julia/packages/Documenter/H5y27/src/deployconfig.jl:75

@odow odow changed the title WIP: print algebraic form of AbstractFunction by default Print algebraic form of AbstractFunction by default Mar 3, 2023
@blegat
Copy link
Member

blegat commented Mar 6, 2023

Let's do #2111 (comment) for LaTeX

@odow
Copy link
Member Author

odow commented Mar 6, 2023

Done

Copy link
Member

@blegat blegat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks! I have a small suggestion but it's more of a why not so up to you

@odow odow merged commit 5025b50 into master Mar 7, 2023
@odow odow deleted the od/print-functions branch March 7, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Better printing of functions
2 participants