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

Revamp README.md with structured information #790

Open
edoaltamura opened this issue Mar 22, 2024 · 4 comments
Open

Revamp README.md with structured information #790

edoaltamura opened this issue Mar 22, 2024 · 4 comments

Comments

@edoaltamura
Copy link
Collaborator

What should we add?

Restructure the Readme file with a more structured introduction. Proposal:

What is <>?

How do I install <>?

You can install <> from the Python Package Index (PyPI) by running:

pip install <>

It is also possible to install <> using conda:

conda install -c conda-forge <>

Our Get Started guide contains full installation instructions and includes how to set up Python virtual environments.

Installation from source

To access the latest version before its official release, install it from the main branch.

pip install git+https://github.com/<>@main

What are the main features of <>?

How do I use <>?

Why does <> exist?

The maintainers

  • STFC Hartree
  • IBM Quantum
  • Open source contributors

Can I contribute?

We welcome all kinds of contributions. Check out our guide to contributing.

Where can I learn more?

There is a growing community. We encourage you to ask and answer technical questions on Slack.

How can I cite <>?

If you're an academic, <> can also help you, for example, as a tool to do [...]. Use the "Cite this repository" button on our repository to generate a citation from the CITATION.cff file.

Python version support policy

@woodsp-ibm
Copy link
Member

woodsp-ibm commented Mar 23, 2024

As a general comment you can see the existing sections followed the same pattern as Qiskit (same for the other applications and algorithms). In the past it was helpful since if needed/wanted any changes were similar across the set of repos. With the repos now under more individual maintainership having something different seems fine. As to sections like where to learn more and how to use - I would have thought tutorials and how to docs. Qiskit Nature started to add them in trying to do the docs more in the diataxis form, so the how to section would point to howtos when they existed. As to the Python support policy what versions have more come down to Qsikit since thats a key dependent. Once a version hits its support EOL then it does get dropped, it may take a while though for a new version to get supported based on how quickly all the key dependents support that new version.

Another couple of notes. One is that the sample code in the readme is extracted in one of the unit tests and run to make sure it stayed working. The other is that the content of the readme is embedded in the package that is published out on pypi (with the exception of some status items) so it shows up there too.

@edoaltamura
Copy link
Collaborator Author

We could also add the following shields:

License
Current Release
Extended Support Release
Build Status
Monthly downloads
Coverage Status
PyPI - Python Version
Total downloads
Slack Organisation

And finally the badge for https://www.bestpractices.dev/en/criteria/0

@edoaltamura
Copy link
Collaborator Author

Issue #807 can be thought of as part of this README update.

@edoaltamura
Copy link
Collaborator Author

Now that some of the README.md is updated, the outstanding points to improve are:

  • Restructured outlook of the main features
  • Restructured quickstart example
  • Instructions to install from source
  • A list of Awesome Qiskit Machine Learning Awesome projects anywhere else on GitHub which demonstrate neat functionalities perhaps implemented in research papers.

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

No branches or pull requests

2 participants