-
Notifications
You must be signed in to change notification settings - Fork 14
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
Documentation Overhaul #231
Conversation
All doc pages have been moved to a temporary demo_src directory so that they aren't automatically run by the make.jl.
Includes overview, bc_debug and equations.
Benchmarks for original docs build: navier_stokes/ns - 0 seconds |
We should be avoiding hosting images on other web servers. I've moved most to be locally stored.
The sharp used in the 1D sim needs to be cleaned up.
Some doc pages still remain but these have special circumstances which need to be investigated. There are also some overall fixes still to be made in some docs but these have been pointed out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work @GeorgeR227, this is almost done. I added some inline comments.
… On Fri, May 31, 2024, 3:28 PM GeorgeR227 ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In docs/src/ice_dynamics.md
<#231 (comment)>
:
> @@ -56,7 +61,8 @@ end
to_graphviz(halfar_eq2)
```
-And here, a formulation of Glen's law from J.W. Glen's 1958 "The flow law of ice".
+And here, a formulation of Glen's law from J.W. Glen's 1958 "The flow law of ice". <!-- TODO: Add a link for this too -->
@lukem12345 <https://github.com/lukem12345> Can we also get a link to
this paper?
—
Reply to this email directly, view it on GitHub
<#231 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQYHBYOCO6QDJBIOM2ZHYJTZFDFORAVCNFSM6AAAAABIALOWU2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDAOJRGU4DGNBVGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
The one that runs now is a lightweight version of the full page. The full script, along with the old page, is still included but are not used.
Benchmark times as of this last commit. These are built locally, not on HiPerGator like in #231 (comment). navier_stokes/ns - 0 seconds |
And still humorous.
I'm going to try going through all the files and see which ones could be causing issues with |
Theory: There is a race condition. The issue occurs (sometimes) when we generate a |
Well the |
I'm not sure what to say but it seems like |
Interesting. May be worth your while to look at `top` and see when `ffmpeg`
spawns and terminates
…On Tue, Jun 4, 2024, 4:30 PM GeorgeR227 ***@***.***> wrote:
Pretty sure the issue occurs when we actually create the gif. Still not
sure as to why.
image.png (view on web)
<https://github.com/AlgebraicJulia/Decapodes.jl/assets/78235421/45799b4f-6f9e-49c0-afc1-a9005875240f>
—
Reply to this email directly, view it on GitHub
<#231 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQYHBYMF4KD74Q7ZUBC4J5DZFYPWDAVCNFSM6AAAAABIALOWU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBYGM3DKNBUHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
We should use `xlabel` from here on instead of `Bottom()`
@lukem12345 You were right about |
This'll need to be revisited since this is just a workaround.
I've opted to just remove the offending code in |
All documentation pages are being reviewed and improved to clean up our pages and to cut down on the documentation building time.