Skip to content

Commit

Permalink
Launch docs 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier committed Mar 22, 2022
1 parent e56d1bd commit eb63ac7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ Manifest.toml
*.ipynb

# Conda Pkg
.CondaPkg
.CondaPkg

# Knapsack data
knapsack.csv
2 changes: 2 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[deps]
Anneal = "e4d9eb7f-b088-426e-aeb5-1c0dae3d8abb"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
ToQUBO = "9a412ddf-83fa-43b6-9748-7843c851aa65"

[compat]
CSV = "0.10"
Expand Down
3 changes: 3 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using Documenter
using Pkg
Pkg.develop(path=joinpath(@__DIR__, ".."))
Pkg.develop(path=joinpath(@__DIR__, "..", "src", "Anneal.jl"))
using ToQUBO

# Set up to run docstrings with jldoctest
Expand Down
1 change: 1 addition & 0 deletions docs/src/booklet.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ToQUBO.PBO.gradient
ToQUBO.PBO.gap
ToQUBO.PBO.sharpness
ToQUBO.PBO.discretize
ToQUBO.PBO.relaxed_gcd
```

### Quadratization
Expand Down

0 comments on commit eb63ac7

Please sign in to comment.