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

Suggested improvement for api/catalog #562

Open
kgoebber opened this issue Jun 8, 2022 · 0 comments
Open

Suggested improvement for api/catalog #562

kgoebber opened this issue Jun 8, 2022 · 0 comments

Comments

@kgoebber
Copy link

kgoebber commented Jun 8, 2022

When the docs get rendered, there is a critical error in the documentation for using the regex keyword with find_time_nearest. The page renders the example for using strptime as r'_s(?P<strptime>d{13})' where in the actual code documentation it is r'_s(?P<strptime>\d{13})'. The key missing element is the slash (\) before the d{13}. The regex will not find the proper 13 digit string without the slash.

There may be more incidents of this...might be worth a more systematic check or way on rendering to ensure this doesn't persist from having correct internal documentations to missing characters in the rendered documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant