Skip to content
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

Update example page #2452

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

hyrodium
Copy link
Contributor

@hyrodium hyrodium commented Feb 15, 2024

This PR fixes #1660.

The description for each package is still a work in progress. I'll undraft this PR when it is ready for review.

Comment on lines +10 to +16
- [Julia](https://docs.julialang.org/en/v1/)
- The Julia official documentation.
- [Documenter.jl](https://documenter.juliadocs.org/dev/)
- The documentation of Documenter.jl is built with Documenter.jl of course.
- The source of the docs might be complicated for beginngers, but still a good reference.
- [DrWatson.jl](https://juliadynamics.github.io/DrWatson.jl/dev/)
- DrWatson.jl has nice CSS customization which can be good reference.
Copy link
Member

@goerz goerz Feb 15, 2024

Choose a reason for hiding this comment

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

I'd keep this list in a more compressed format, focusing on what is special in their setup. Use the format - [name of package](link) – (en-dash) single paragraph that explains what is special about the Documenter setup of this particular package.

- [Julia](https://docs.julialang.org/en/v1/) — the official Julia documentation
- [Documenter.jl](https://documenter.juliadocs.org/dev/) – the `Documenter` documentation serves as its own showcase
- [DrWatson.jl](https://juliadynamics.github.io/DrWatson.jl/dev/) – use of custom CSS
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Examples should be updated
3 participants