Skip to content

Commit

Permalink
build based on 6d4b827
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Feb 9, 2024
1 parent fa154d0 commit da7fcc7
Show file tree
Hide file tree
Showing 52 changed files with 3,081 additions and 354 deletions.
2 changes: 1 addition & 1 deletion dev/.documenter-siteinfo.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"documenter":{"julia_version":"1.9.4","generation_timestamp":"2023-12-05T19:11:25","documenter_version":"1.2.1"}}
{"documenter":{"julia_version":"1.10.0","generation_timestamp":"2024-02-09T15:34:10","documenter_version":"1.2.1"}}
8 changes: 6 additions & 2 deletions dev/assets/ComplexMixtures.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
#
# ComplexMixtures.py
#
# A Python module to provide an inferface for the Julia ComplexMixtures.jl package.
# A Python module to provide an interface for the Julia ComplexMixtures.jl package.
#
# See: https://m3g.github.com/ComplexMixtures.jl
#
# Author: L. Martinez / IQ-Unicamp, 2023.
#
# This script is adapted to version 2.0 of ComplexMixtures.jl
#
import sys

#
Expand Down Expand Up @@ -47,8 +49,10 @@
select = jl.pdb.select

# From ComplexMixtures
Selection = jl.cm.Selection
AtomSelection = jl.cm.AtomSelection
Trajectory = jl.cm.Trajectory
SoluteGroup = jl.cm.SoluteGroup
SolventGroup = jl.cm.SolventGroup
Options = jl.cm.Options
save = jl.cm.save
load = jl.cm.load
Expand Down
140 changes: 90 additions & 50 deletions dev/assets/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit da7fcc7

Please sign in to comment.