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

README improvements #79

Merged
merged 3 commits into from
May 28, 2024
Merged

README improvements #79

merged 3 commits into from
May 28, 2024

Conversation

emstoudenmire
Copy link
Contributor

This PR makes the following changes to the README file:

  1. fix a mistake at the beginning which refers to named edges, whereas it should be named vertices, correct?

  2. add a sentence explaining that the names could be strings, tuples of integers, or other things

  3. remove some extraneous empty lines

@mtfishman
Copy link
Member

The README is actually generated from this file: https://github.com/ITensor/NamedGraphs.jl/blob/main/examples/README.jl using the instructions at the bottom of that file, can you make the edits to that file and then generate the new README?

@mtfishman
Copy link
Member

Of course we should automate that process in a CI workflow but I haven't gotten around to that yet.

@mtfishman
Copy link
Member

mtfishman commented May 28, 2024

(That's why there is the weird extra lines, that's just how it gets generated.)

@emstoudenmire
Copy link
Contributor Author

Sure thing – I just edited the examples/README.jl file and used the command at the bottom of it to regenerate the main README.jl

examples/README.jl Outdated Show resolved Hide resolved
@mtfishman mtfishman merged commit 949d0a2 into main May 28, 2024
8 of 9 checks passed
@mtfishman mtfishman deleted the readme_edit branch May 28, 2024 22:07
@mtfishman
Copy link
Member

Thanks! No idea why it was referring to "edges" instead of "vertices"...

@emstoudenmire
Copy link
Contributor Author

Maybe you were working on the NamedEdge type write before you wrote that? 😄

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