NREL / mappymatch

Pure-python package for map matching
http://mappymatch.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
58 stars 19 forks source link

Add install instructions to docs #124

Closed nreinicke closed 2 years ago

nreinicke commented 2 years ago

Fills out the install section of the docs and updates the README to link to this updated section (rather than duplicating the information).

nreinicke commented 2 years ago

Closes #56

Rowlando13 commented 2 years ago

I would have implemented this PR differently:

That being said, I am interested in your thoughts.

nreinicke commented 2 years ago

@Rowlando13 - this is good feedback. Ultimately I would like the package to be easy to install via pip and so we could just lead with that but we're not quite there yet. I've revised the README to just link directly to the docs and I've led with installation from source. Let me know what you think.

Rowlando13 commented 2 years ago

I meant to say this before, it is really nice to have another person work on documentation. So, thanks! I looked at the changes. A finer point about restructured text, you used ^^^^^ for breaking the sections, but the python style guide says to use -----------. Sphinx does not actually care. As you noticed, it generated valid sections. I think we should standardize now to make it easier for future contribution.

nreinicke commented 2 years ago

@Rowlando13 @machallboyd - thanks for the review!

@Rowlando13 - I like the idea of standardizing the documentation format and so I went ahead and updated that in b0a112f4148e9dab383848c19f9cf437e9cdc5f0