-
Notifications
You must be signed in to change notification settings - Fork 3
Start writing docs. #24
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for getting this going @mkcor! I've been thinking about how to keep the effort for the documentation infrastructure low during early development. E.g. start with a Wiki on the Repo? I'm also considering to go "full markdown" for docstubs documentation via MyST? I'm curious what you think.
I've never really been a fan of the extra |
Hi @lagru!
I totally agree,
Nice, I like being minimalist. Good idea; let's keep the docs in the repo's wiki, at least for now. We can always move them later, and they'll be in Markdown already. PS: I found out about MyST last year at JupyterCon and would love a pretext to try it out! |
@lagru would you mind creating the wiki for this repo? I personally don't have access to the 'Settings' tab... I guess that's where you can check the box to get the Wiki. Thanks! |
Or, alternatively, give me permission to do so? Any update on this, @lagru? Thanks. |
Oh, I didn't realize that you needed write permissions. I granted you those, but maybe its easiest to just commit the markdown files in the main repo instead of taking the detour via wiki. We can worry about the plumbing for a HTML documentation later. That way your contributions are more visible also, stay preserved and we have a proper review process. :) |
You're right.
Very valid point! Good, I'll update this PR then, and mark it as ready for review. |
@@ -0,0 +1,71 @@ | |||
# docstub user guide | |||
|
|||
**Version**: |
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.
I don't know how to insert a variable in here...
@@ -0,0 +1,71 @@ | |||
# docstub user guide | |||
|
|||
**Version**: |
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.
I don't know how to insert a variable in 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.
For now, we could hard-write it.
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.
Honestly, I think we can skip this for now. It should be pretty clear that the user guide reflects the current version of the repo. Longterm this should end up in a website with a version switcher anyway. :)
Co-authored-by: Marianne Corvellec <[email protected]>
@mkcor, do you mind if I go through this PR and tweak and update as you go? I think that might be the fastest approach to fleshing out this guide some more. After that we can have another round of iteration. I'd be especially thankful for your eyes which are less familiar with the inner workings! |
I don't mind at all, please go ahead! |
Hi @lagru,
Here I'm starting some minimal documentation as per #9.
I'm using the same structure and formats as scikit-image's so we can use the same machinery to build the docs, i.e., generated the rendered HTML pages. I guess we should deploy these somewhere?
I've noticed that
Maybe it would be more consistent to have
doc/src/index.rst
instead ofdoc/source/index.rst
?