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

Improve the readability of README #851

Merged
merged 49 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from 45 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
cf182cc
Improve a bit the readme file
LuisAlfredoNu Aug 13, 2024
543fd28
Added rulers to readme
LuisAlfredoNu Aug 13, 2024
cb81590
added version of Kokkos
LuisAlfredoNu Aug 13, 2024
a0ef5a8
fix code block sintax
LuisAlfredoNu Aug 13, 2024
1c8acb1
Added hyperlink to installation sections
LuisAlfredoNu Aug 13, 2024
84a6fae
fix kokkos verion tested
LuisAlfredoNu Aug 13, 2024
a61d4a3
Auto update version from '0.38.0-dev30' to '0.38.0-dev32'
ringo-but-quantum Aug 13, 2024
244f6ef
Merge branch 'master' into kokkosNewAPI_readme
LuisAlfredoNu Aug 13, 2024
f6b86c6
Auto update version from '0.38.0-dev31' to '0.38.0-dev32'
ringo-but-quantum Aug 13, 2024
c941b96
Update README.rst
LuisAlfredoNu Aug 13, 2024
24ebca9
Update README.rst single line for sudo apt update
LuisAlfredoNu Aug 13, 2024
e34c79c
test for the website
LuisAlfredoNu Aug 13, 2024
7fdd437
test for the website
LuisAlfredoNu Aug 13, 2024
eff9056
change console by bash
LuisAlfredoNu Aug 13, 2024
a610df0
changed kokkos version
LuisAlfredoNu Aug 13, 2024
6ebbbb9
added suggestions from review
LuisAlfredoNu Aug 13, 2024
74c5c41
Auto update version from '0.38.0-dev32' to '0.38.0-dev33'
ringo-but-quantum Aug 13, 2024
fbcf68c
update broken links
LuisAlfredoNu Aug 13, 2024
e198e8c
Merge branch 'master' into kokkosNewAPI_readme
LuisAlfredoNu Aug 13, 2024
3b37a47
Auto update version from '0.38.0-dev32' to '0.38.0-dev33'
ringo-but-quantum Aug 13, 2024
97c9ace
remove the splitter
LuisAlfredoNu Aug 14, 2024
ff0e998
expand testing explanation
LuisAlfredoNu Aug 14, 2024
8a50ffd
remove the splitter
LuisAlfredoNu Aug 14, 2024
43b509e
Added the list of CMAKE options
LuisAlfredoNu Aug 14, 2024
9c38557
fix table
LuisAlfredoNu Aug 14, 2024
c7e853f
fix table
LuisAlfredoNu Aug 14, 2024
f95341b
Auto update version from '0.38.0-dev33' to '0.38.0-dev34'
ringo-but-quantum Aug 14, 2024
482d076
fix table
LuisAlfredoNu Aug 14, 2024
1bdd6df
Merge branch 'kokkosNewAPI_readme' of github.com:PennyLaneAI/pennylan…
LuisAlfredoNu Aug 14, 2024
d9b3c54
Move table for CMake optiont to a file
LuisAlfredoNu Aug 14, 2024
281b127
Fix link
LuisAlfredoNu Aug 14, 2024
cc7d0a8
Added the suggestion of Ali
LuisAlfredoNu Aug 14, 2024
bfe2ff5
Change bullet style
LuisAlfredoNu Aug 15, 2024
71ae786
Auto update version from '0.38.0-dev34' to '0.38.0-dev35'
ringo-but-quantum Aug 15, 2024
22b3dc8
remove wrong item in the cmake options list
LuisAlfredoNu Aug 15, 2024
fa40ce1
Merge branch 'kokkosNewAPI_readme' of github.com:PennyLaneAI/pennylan…
LuisAlfredoNu Aug 15, 2024
46f1543
horizontal bullets
LuisAlfredoNu Aug 15, 2024
62d9623
horizontal bullets fix
LuisAlfredoNu Aug 15, 2024
5b3b576
Update pip options
LuisAlfredoNu Aug 16, 2024
4095560
Update commit options
LuisAlfredoNu Aug 16, 2024
61e6cd0
update pip options
LuisAlfredoNu Aug 16, 2024
a9e1905
Fix makefile
LuisAlfredoNu Aug 16, 2024
d9c7b1c
Remove the file propose for CMakeOptions.rst
LuisAlfredoNu Aug 16, 2024
34e3c71
update cmake options
LuisAlfredoNu Aug 16, 2024
f0b0432
Update Makefile
LuisAlfredoNu Aug 16, 2024
838445b
Merge branch 'master' into kokkosNewAPI_readme
LuisAlfredoNu Aug 16, 2024
bfcbf60
Auto update version from '0.38.0-dev34' to '0.38.0-dev35'
ringo-but-quantum Aug 16, 2024
9746de6
installation instructions update
isaacdevlugt Aug 16, 2024
6ca6d57
trigger CIs
LuisAlfredoNu Aug 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ clean:
.PHONY: python
python:
PL_BACKEND=$(PL_BACKEND) python scripts/configure_pyproject_toml.py
pip install -e . -vv
pip install -e . --config-settings editable_mode=compat -vv
AmintorDusko marked this conversation as resolved.
Show resolved Hide resolved

.PHONY: wheel
wheel:
Expand Down
Loading
Loading