-
Notifications
You must be signed in to change notification settings - Fork 666
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
Restructure docs #4044
Restructure docs #4044
Conversation
heh that's what i get for doing a PR before running tox -e docs locally...:-P |
@ssbarnea - I might need some remedial help on this one. Basically, I moved a batch of files/renamed some etc so I could get a clean left-hand navigation. But this PR has a bunch of broken links problem similar to the other docs scaffolding PR - #3997 So I'm wondering what I need to fix since that other PR I was using to learn from was merged with the similar CI errors to this one? |
@samccann I re-run a tox -e docs on my local env and I think the problem is this line: |
Thanks @ciecierski ! I tried that fix locally and yes it does remove the errors. So seems we have two ways foward: I've seen other projects use #1 so they aren't changing the default CI testing. Who do we need to bring into the discussion to decide which way to go? |
Change linkchecker to run against docs dir to validate only links provided by user instead of all auto-generated links from site dir. All auto-generated links in site directory contains absolute links. The problem is that linkchecker tries to traverse those links and is getting 404 error, which is expected as pages are not yet published. This blocks pull-request and adding new pages or restructuring existing docsite as in this pr[1]. [1]ansible#4044
I think we should change tox first to not ignore errors and then rebase this pull-request to fix conflicts and have fixed tox definition. I've already proposed fix to tox in #4093 @ssbarnea Could you help us with making decision/reviews or providing your guidance on this matter? |
Change linkchecker to run against docs dir to validate only links provided by user instead of all auto-generated links from site dir. All auto-generated links in site directory contains absolute links. The problem is that linkchecker tries to traverse those links and is getting 404 error, which is expected as pages are not yet published. This blocks pull-request and adding new pages or restructuring existing docsite as in this pr[1]. [1]ansible#4044
Change linkchecker to run against docs dir to validate only links provided by user instead of all auto-generated links from site dir. All auto-generated links in site directory contains absolute links. The problem is that linkchecker tries to traverse those links and is getting 404 error, which is expected as pages are not yet published. This blocks pull-request for adding new pages or restructuring existing docsite as in this pr[1]. [1]#4044 Co-authored-by: mciecier <[email protected]>
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.
Please continue reviewing this. I am adding -1 to it only because I do not want us to accidentally merge addition of empty files.
We should split and merge some of the changes from this as soon we can.
for more information, see https://pre-commit.ci
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.
done
docs/upgrade.md
Outdated
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.
Empty file. Is there anything worth explicit mentioning for upgrading other then
command pip install --upgrade
, such as limitations during upgrade of molecule?
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.
Pull request looks good to me. All empty files removed and it just needs final rebase
This PR merges existing files with 'empty' future files into one doc set. This is an alternative to the existing docsite which has a large but empty WIP documentation section.
NOTE: this PR still introduces a handful of empty files that readers may find confusing.