Skip to content
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

Docs - Bottom navigation doesn't work properly #4246

Closed
KeyWeeUsr opened this issue Apr 29, 2016 · 1 comment
Closed

Docs - Bottom navigation doesn't work properly #4246

KeyWeeUsr opened this issue Apr 29, 2016 · 1 comment
Labels
Component: documentation Documentation or examples
Milestone

Comments

@KeyWeeUsr
Copy link
Contributor

Bottom navigation sends you on the previous and on the next article, but not always.

How is the bottom navigation list(?) created and how can I fix it? 🔨

@dessant dessant added the Component: documentation Documentation or examples label May 3, 2016
@dessant dessant added this to the 2.0.0 milestone May 3, 2016
@KeyWeeUsr
Copy link
Contributor Author

Uix - uix's next link takes the first folder from sort, so this should be fine probably.

AbstractView - NO DOCUMENTATION is taken as None, therefore it'll take place before the alphabet. So this is clearly not an issue.

AnchorLayout - here the navigation skips folder which I don't really know if should be considered an issue or not(depends on preference I think)

Widget - there it gets interesting, because it's clearly an issue here. First see these lines:

I suppose that exactly this line is the problem, because it takes __doc__ and the first line in __doc__ is mostly uppercase, but in some cases starts with lowercase. It'd be pointless to search all files if there somehow appeared lowercase and some headers may even need to start with lowercase(rst?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: documentation Documentation or examples
Projects
None yet
Development

No branches or pull requests

2 participants