Skip to content

Commit

Permalink
Merge pull request #38 from JuliaConstraints/dev
Browse files Browse the repository at this point in the history
Update documentation for JuliaConstraints website
  • Loading branch information
Azzaare authored Oct 5, 2024
2 parents bea06b2 + bd60039 commit ed015ba
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
fail-fast: false
matrix:
version:
- "1.8"
- "1"
- "pre"
os:
Expand Down Expand Up @@ -91,26 +90,3 @@ jobs:
- uses: codecov/codecov-action@v4
with:
file: lcov.info
# docs:
# name: Documentation
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: julia-actions/setup-julia@v1
# with:
# version: "1"
# - run: |
# julia --project=docs -e '
# using Pkg
# Pkg.develop(PackageSpec(path=pwd()))
# Pkg.instantiate()'
# - run: |
# julia --project=docs -e '
# using Documenter: DocMeta, doctest
# using ConstraintCommons
# DocMeta.setdocmeta!(ConstraintCommons, :DocTestSetup, :(using ConstraintCommons); recursive=true)
# doctest(ConstraintCommons)'
# - run: julia --project=docs docs/make.jl
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
Dictionaries = "0.4"
TestItemRunner = "0.2, 1"
TestItems = "0.1, 1"
julia = "1.8"
julia = "1.10"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down
1 change: 1 addition & 0 deletions src/parameters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
const USUAL_CONSTRAINT_PARAMETERS
List of usual constraints parameters (based on `XCSP3-core` constraints). The list is based on the nature of each kind of parameter instead of the keywords used in the `XCSP3-core` format.
```julia
const USUAL_CONSTRAINT_PARAMETERS = [
:bool, # boolean parameter
Expand Down

0 comments on commit ed015ba

Please sign in to comment.