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

Cleanup docs on reading shape files to avoid user confusion #783

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

ethanwhite
Copy link
Member

  • Clearly show reading files from a path without complexity of temp dirs and format strings from the tests
  • Remove unnecessary local shell command

The docs showed reading a file from a tmpdir using the previous
generation of format strings. This is confusing to users (see weecology#781).

Fixes weecology#781
OS specific shell commands with local path information can be confusing
to users. This removes that command the just shows the output (the
structure of the csv file) which is all the user needs to understand
the behavior of the documented functions.
Copy link
Contributor

@henrykironde henrykironde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ethanwhite

@henrykironde henrykironde merged commit a17411e into weecology:main Sep 16, 2024
5 checks passed
@ethanwhite ethanwhite deleted the read-shp-docs branch September 16, 2024 10:06
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

Successfully merging this pull request may close these issues.

2 participants