Open cbm755 opened 2 years ago
See this post: https://octave.discourse.group/t/welcome-octave-packages/2954
This simplifies releases overall but some decisions will be needed, such as where to host the docs. See thread.
@alexvong243f strong feelings about any of this? I haven't looked into the issue of hosting the docs but other than that I can do the actual release whenever.
(I suggest later we try to automate it with Github Actions)
@alexvong243f I think we should do the 3.0.0 release in the traditional way, bumping most of these decisions to a later release. Sound ok?
No problem, we can make those decisions later.
~For the docs, I think it depends whether we want to use latex in the docs. If we don't need latex rendering, we can host them in the git repo as markdown files. We can always convert them to other formats using e.g. pandoc
and host them somewhere else (e.g. readthedocs). On the other hand, if we do need latex rendering, we may need some other solutions. What do you think?~
They are statically generated (that's what make html
does). Specifically the docs are: https://octave.sourceforge.io/symbolic/overview.html
I looked at this:
https://github.com/gnu-octave/packages/blob/main/CONTRIBUTING.md
Still todo: