-
Notifications
You must be signed in to change notification settings - Fork 479
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
Meta: suggestions for documentation improvements #2321
Comments
Thanks for this meta-issue!
|
Some more on starting with the The first page of the guide suggests adding I ended up having five lines of
|
In the context of #2385 I was reading through some of the docstrings in a bit more detail, and there's quite a lot of information that is outdated or plain confusing. Maybe we should create a We could then review the changes on that branch in bulk during the monthly community call, merge it, and then start a new branch for the next month. |
PR-ing them one-by-one seems easier to me? Docs changes are generally relatively easy to decide on and merge, and smaller the PR is, the easier the review in my opinion. |
For a package all about documentation, the documentation of Documenter could do with some work. Rather than having a bunch of scattered issues, this meta-issue is a collation of ideas for things that we could improve.
To focus efforts, we may close some of the linked issues (I've done this in JuMP, and it helped us focus efforts: jump-dev/JuMP.jl#2348), but they will only be fixed if the box is checked.
As a high-level comment, there is a lot of content, but it could be better organized. We're also lacking some clearly written tutorials like
as well as some manual-type deep dives on the peculiarities of syntax like
@ref
and@docs
.Things to help other people writing documentation
@docs
docs Block Methods #569function f end
and specific ones Docstring for empty function prevents method docstrings from appearing #1390@ref
works for functions from other submodules Add context on current module for @ref link's #1714Documenter.HTML
How to set HTML parameters (e.g. disable_git, edit_link)? #2017makedocs
docstring Revise themakedocs
docstring #2079PkgDev.
[docs] PkgDev.generate doesn't exist #2119IOContext
Document how to modify IOContext parameters in outputs #2207remotes
keyword Documentation improvements forremotes
keyword #2242Deployment
Pkg.dev
in CI so that their source links work (Missing docstring source links #834)typos
orvale
Feature Request: Spell check #2122Hosting Documentation
to focus on GitHub actions ReorganizeHosting Documentation
#2131Niggles, gotchas, and things to be aware of
julia>
prompt needs at least 7 spaces in front of it (i.e., as it would appear in the REPL) Document code parsing rule (at least 7 spaces in front of it). #1159$
and the inline latex\[ \]
and\( \)
etc. Documenter.jl eats the inline math markup #377Internals
The text was updated successfully, but these errors were encountered: