dwavesystems / dwave-gate

dwave-gate is a software package for constructing, modifying and running quantum circuits on the provided state-vector simulator.
Apache License 2.0
12 stars 7 forks source link

Add copy of license to docs #19

Closed thisac closed 1 year ago

thisac commented 1 year ago

The SDK docs are failing (presumably) due to there being no license file in the docs folder.

arcondello commented 1 year ago

Why not a symbolic link?

thisac commented 1 year ago

I had that previously, but then it doesn't build locally on non-Unix systems. Not a huge issue, but this seems to be the solution in other packages so I went with this instead.

arcondello commented 1 year ago

I had that previously

It looks like you were just using a relative link in the .rst file, rather than having a symbolic link to the LICENSE (like say in the cloud client).

In either case, doesn't really matter.

thisac commented 1 year ago

Oh, I mean previously as in when adding the docs to dwave-gate. Both the readme and license files were symbolic links, but didn't build correctly on Windows. Maybe this was just an issue with the readme though.

randomir commented 1 year ago

For the record, git handles symbolic links, so they work on all platforms git works on.