-
Notifications
You must be signed in to change notification settings - Fork 228
Add a Read The Docs website: ignite.readthedocs.org
#246
Conversation
If you want to test it, just pull it and run |
Re-use some of the work for flux, targetting #207
Refactor pkg/providers
TODO: - link to api docs not working as outside of doctree - some docs not referenced from toctrees docs/devel.md docs/installation.md docs/releases/v0.1.0.md docs/releases/v0.2.0.md docs/releases/v0.3.0.md docs/releases/v0.4.0.md docs/releases/v0.4.0-rc.1.md docs/releases/v0.4.1.md docs/releases/v0.4.2.md - some backreferences to docs/cli/ignite not working: docs/cli/ignite_start.md docs/cli/ignite_stop.md docs/cli/ignite_version.md docs/cli/ignite_vm.md
… the metadata.json file into /vm.json
Do not use the Storage/Client in ignite-spawn
Activate v1alpha2 in the scheme
This is defintely the right direction, it looks good! 🎉
In the CLI reference, is this (50% of commands with descriptions) the result of |
Ok, will add as a TODO item.
I used the descriptions that are currently listed under https://github.com/weaveworks/ignite/blob/master/docs/cli/ignite.md#see-also As you can see in https://github.com/weaveworks/ignite/pull/246/files#diff-87b56d02ca5719fe568e2c07fffda67aR74 the titles will now we automatically generated from the document headings. I used a glob (
Well spotted. Looks like "bare URLs" are not working - adding to TODO as well.
Ah yes, I wasn't quite sure that some of these bits are generated. I guess I need help here? |
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.
Thanks a lot for getting this started @dholbach 💯 !
I've gone through this, checked it out, and fixed a couple of things e.g. support for both ignite
, and ignited
(#264), and added the api reference documentation.
register ignite on readthedocs and import
We can do this as a follow-up.
LGTM, I'm gonna go ahead and merge 👍
After this we can incrementally improve the docs.
ignite.readthedocs.org
Re-use some of the work for flux, targetting #207.
Fixes: #207
TODO:
api/
- currently not indexed, as it's not insidedocs/
(linking to GH right now)