-
-
Notifications
You must be signed in to change notification settings - Fork 102
rST documentation fixes, part 1: preparation #2011
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
Conversation
Use a simple table for simple examples. Easier to read and edit. No change to the content and the rendered output.
A comment in the rST Markup help page says: > This document is duplicated within Moin2 as `/docs/user/rest.rst` and > `contrib/sample/rst.data`. Please update both. Merge recent updates.
|
The error is:
A different meta-data should be expected when the PR changes a help file. The Developer documentation on updating the help docs only helpf if you change the file via the Wiki editor but does not tell how to get updates made directly to the files in |
|
@gmilde, thanks for your work. Meta data and the index are only valid if you edit the file via wiki editor. The preferred method would be to create an initial wiki using |
Fix path of help file in leading comment. Remove trailing whitespace. Wrap long line. Update metadata.
For my local wiki instance, I could fix the metadata with However, dumping the help with reverted all changes to the repo that were done after the creation of the local wiki instance (mine, as well as commit c418213). I could work around this by creating one more local wiki instance, However, IMO it's sub-optimal that all changes to the help files by other developers need a re-creation of local wiki instances or manual updates for every changed repo help file. |
|
I will test the workflow to update help-files the next days. |
Maybe we can even remove the help meta-data files from the repo and let moin create them when loading help files the first time. |
|
Please also advise, whether one of the duplicate files |
|
Follow-up in #2013. |
Simplify the markup and merge changes in the rST markup help, so that
/docs/user/rest.rstandmoin/src/moin/help/help-en/rst.dataare again in sync.More extensive updates/fixes to follow.
Can we use a symlink instead of manually maintaining 2 files?