View | Details | Raw Unified | Return to bug 123718
Collapse All | Expand All

(-)Makefile (-13 / +14 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	scientific
8
PORTNAME=	scientific
9
PORTVERSION=	2.6
9
PORTVERSION=	2.6.1
10
PORTREVISION=	1
10
CATEGORIES=	science python
11
CATEGORIES=	math python
11
MASTER_SITES=	http://sourcesup.cru.fr/frs/download.php/1674/
12
MASTER_SITES=	http://sourcesup.cru.fr/frs/download.php/1034/
13
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
14
DISTNAME=	ScientificPython-${PORTVERSION}
13
DISTNAME=	ScientificPython-${PORTVERSION}
15
14
Lines 24-41 Link Here
24
USE_PYDISTUTILS=yes
23
USE_PYDISTUTILS=yes
25
PYDISTUTILS_PKGNAME=	ScientificPython
24
PYDISTUTILS_PKGNAME=	ScientificPython
26
25
27
DOCDIR=		${PREFIX}/share/doc/py-scientific
26
DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
28
EXAMPLEDIR=	${PREFIX}/share/examples/py-scientific
27
EXAMPLESDIR=	${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME}
29
28
30
post-install:
29
post-install:
31
	@${MKDIR} ${DOCDIR}
32
	${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCDIR}
33
.if !defined(NOPORTDOCS)
30
.if !defined(NOPORTDOCS)
34
	cd ${WRKDIR}/${DISTNAME}/Doc; tar -c --exclude='*~' -f - . | \
31
	@${MKDIR} ${DOCSDIR}
35
	    (cd ${DOCDIR}; tar -xf -)
32
	${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
36
	@${MKDIR} ${EXAMPLEDIR}
33
	cd ${WRKDIR}/${DISTNAME}/Doc; ${TAR} -c --exclude='*~' -f - . | \
37
	cd ${WRKDIR}/${DISTNAME}/Examples; tar -c --exclude='*~' -f - . | \
34
	    (cd ${DOCSDIR}; ${TAR} -xf -)
38
	    (cd ${EXAMPLEDIR}; tar -xf -)
35
.endif
36
.if !defined(NOPORTEXAMPLES)
37
	@${MKDIR} ${EXAMPLESDIR}
38
	cd ${WRKDIR}/${DISTNAME}/Examples; ${TAR} -c --exclude='*~' -f - . | \
39
	    (cd ${EXAMPLESDIR}; ${TAR} -xf -)
39
.endif
40
.endif
40
41
41
.include <bsd.port.mk>
42
.include <bsd.port.mk>
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ScientificPython-2.6.tar.gz) = 6ebd96fc8a4e015adab2c57826d52e9f
1
MD5 (ScientificPython-2.6.1.tar.gz) = 1b93026dd02529607131e5b0b83aeec4
2
SHA256 (ScientificPython-2.6.tar.gz) = cfa06b0e5bdadfdc79328bfd01843f9e7b0a08f7c19d1f32a7ecec498be72cc0
2
SHA256 (ScientificPython-2.6.1.tar.gz) = a3096901fde369fd6b3fd8ad3a6f5382024bf85b75c9b04ef9d29247049dcd6a
3
SIZE (ScientificPython-2.6.tar.gz) = 514044
3
SIZE (ScientificPython-2.6.1.tar.gz) = 515227
(-)pkg-plist (-329 / +329 lines)
Lines 198-528 Link Here
198
%%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.py
198
%%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.py
199
%%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.pyc
199
%%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.pyc
200
%%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.pyo
200
%%PYTHON_SITELIBDIR%%/Scientific/use_numeric/__init__.pyo
201
%%PORTDOCS%%share/doc/py-scientific/BSP_Tutorial.pdf
201
%%PORTDOCS%%%%DOCSDIR%%/BSP_Tutorial.pdf
202
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific-module.html
202
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
203
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP-module.html
203
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
204
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console-module.html
204
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific-module.html
205
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console.BSPSyncError-class.html
205
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP-module.html
206
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console.OKToken-class.html
206
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console-module.html
207
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console.OutputStream-class.html
207
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console.BSPSyncError-class.html
208
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console.ParallelConsole-class.html
208
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console.OKToken-class.html
209
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.Console.ParallelInterpreter-class.html
209
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console.OutputStream-class.html
210
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.IO-module.html
210
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console.ParallelConsole-class.html
211
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.IO._ParNetCDFFile-class.html
211
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.Console.ParallelInterpreter-class.html
212
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.IO._ParNetCDFVariable-class.html
212
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.IO-module.html
213
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParAccumulator-class.html
213
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.IO._ParNetCDFFile-class.html
214
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParBase-class.html
214
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.IO._ParNetCDFVariable-class.html
215
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParClass-class.html
215
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParAccumulator-class.html
216
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParConstant-class.html
216
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParBase-class.html
217
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParData-class.html
217
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParClass-class.html
218
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParFunction-class.html
218
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParConstant-class.html
219
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParIndex-class.html
219
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParData-class.html
220
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParIndexIterator-class.html
220
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParFunction-class.html
221
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParIterator-class.html
221
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParIndex-class.html
222
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParMessages-class.html
222
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParIndexIterator-class.html
223
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParRootFunction-class.html
223
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParIterator-class.html
224
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParSequence-class.html
224
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParMessages-class.html
225
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParTuple-class.html
225
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParRootFunction-class.html
226
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.BSP.ParValue-class.html
226
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParSequence-class.html
227
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.DictWithDefault-module.html
227
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParTuple-class.html
228
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.DictWithDefault.DictWithDefault-class.html
228
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.BSP.ParValue-class.html
229
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions-module.html
229
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DictWithDefault-module.html
230
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Derivatives-module.html
230
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.DictWithDefault.DictWithDefault-class.html
231
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Derivatives.DerivVar-class.html
231
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions-module.html
232
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.FindRoot-module.html
232
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Derivatives-module.html
233
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.FirstDerivatives-module.html
233
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Derivatives.DerivVar-class.html
234
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.FirstDerivatives.DerivVar-class.html
234
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.FindRoot-module.html
235
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Interpolation-module.html
235
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.FirstDerivatives-module.html
236
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Interpolation.InterpolatingFunction-class.html
236
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.FirstDerivatives.DerivVar-class.html
237
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Interpolation.NetCDFInterpolatingFunction-class.html
237
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Interpolation-module.html
238
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.LeastSquares-module.html
238
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Interpolation.InterpolatingFunction-class.html
239
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Polynomial-module.html
239
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Interpolation.NetCDFInterpolatingFunction-class.html
240
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Polynomial.Polynomial-class.html
240
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.LeastSquares-module.html
241
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Rational-module.html
241
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Polynomial-module.html
242
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Rational.RationalFunction-class.html
242
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Polynomial.Polynomial-class.html
243
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Functions.Romberg-module.html
243
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Rational-module.html
244
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry-module.html
244
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Rational.RationalFunction-class.html
245
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D-module.html
245
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Functions.Romberg-module.html
246
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.BravaisLattice-class.html
246
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry-module.html
247
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Circle-class.html
247
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D-module.html
248
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Cone-class.html
248
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.BravaisLattice-class.html
249
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.GeometricalObject3D-class.html
249
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Circle-class.html
250
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Lattice-class.html
250
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Cone-class.html
251
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Line-class.html
251
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.GeometricalObject3D-class.html
252
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Plane-class.html
252
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Lattice-class.html
253
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.RhombicLattice-class.html
253
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Line-class.html
254
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.SCLattice-class.html
254
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Plane-class.html
255
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Objects3D.Sphere-class.html
255
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.RhombicLattice-class.html
256
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Quaternion-module.html
256
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.SCLattice-class.html
257
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Quaternion.Quaternion-class.html
257
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Objects3D.Sphere-class.html
258
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Tensor-class.html
258
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Quaternion-module.html
259
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.TensorAnalysis-module.html
259
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Quaternion.Quaternion-class.html
260
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.TensorAnalysis.ScalarField-class.html
260
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Tensor-class.html
261
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.TensorAnalysis.TensorField-class.html
261
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.TensorAnalysis-module.html
262
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.TensorAnalysis.VectorField-class.html
262
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.TensorAnalysis.ScalarField-class.html
263
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Transformation-module.html
263
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.TensorAnalysis.TensorField-class.html
264
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Transformation.Rotation-class.html
264
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.TensorAnalysis.VectorField-class.html
265
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Transformation.RotationTranslation-class.html
265
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation-module.html
266
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Transformation.Transformation-class.html
266
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation.Rotation-class.html
267
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Transformation.Translation-class.html
267
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation.RotationTranslation-class.html
268
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Geometry.Vector-class.html
268
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation.Transformation-class.html
269
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO-module.html
269
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Transformation.Translation-class.html
270
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.ArrayIO-module.html
270
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Geometry.Vector-class.html
271
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.FortranFormat-module.html
271
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO-module.html
272
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.FortranFormat.FortranFormat-class.html
272
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.ArrayIO-module.html
273
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.FortranFormat.FortranLine-class.html
273
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.FortranFormat-module.html
274
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.NetCDF-module.html
274
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.FortranFormat.FortranFormat-class.html
275
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.NetCDF.NetCDFFile-class.html
275
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.FortranFormat.FortranLine-class.html
276
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.NetCDF.NetCDFVariable-class.html
276
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.NetCDF-module.html
277
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB-module.html
277
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.NetCDF.NetCDFFile-class.html
278
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.AminoAcidResidue-class.html
278
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.NetCDF.NetCDFVariable-class.html
279
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Atom-class.html
279
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB-module.html
280
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Chain-class.html
280
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.AminoAcidResidue-class.html
281
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Group-class.html
281
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Atom-class.html
282
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.HetAtom-class.html
282
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Chain-class.html
283
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Molecule-class.html
283
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Group-class.html
284
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.NucleotideChain-class.html
284
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.HetAtom-class.html
285
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.NucleotideResidue-class.html
285
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Molecule-class.html
286
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.PDBFile-class.html
286
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.NucleotideChain-class.html
287
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.PeptideChain-class.html
287
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.NucleotideResidue-class.html
288
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Residue-class.html
288
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.PDBFile-class.html
289
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.ResidueNumber-class.html
289
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.PeptideChain-class.html
290
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.PDB.Structure-class.html
290
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Residue-class.html
291
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.TextFile-module.html
291
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.ResidueNumber-class.html
292
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IO.TextFile.TextFile-class.html
292
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.PDB.Structure-class.html
293
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.IterationCountExceededError-class.html
293
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.TextFile-module.html
294
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI-module.html
294
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IO.TextFile.TextFile-class.html
295
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.IO-module.html
295
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.IterationCountExceededError-class.html
296
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.IO.LogFile-class.html
296
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI-module.html
297
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.MPICommunicator-class.html
297
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.IO-module.html
298
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.MPIError-class.html
298
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.IO.LogFile-class.html
299
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.MPIOperationObject-class.html
299
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.MPICommunicator-class.html
300
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.MPIRequest-class.html
300
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.MPIError-class.html
301
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.band-class.html
301
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.MPIOperationObject-class.html
302
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.bor-class.html
302
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.MPIRequest-class.html
303
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.bxor-class.html
303
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.band-class.html
304
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.land-class.html
304
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.bor-class.html
305
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.lor-class.html
305
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.bxor-class.html
306
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.lxor-class.html
306
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.land-class.html
307
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.max-class.html
307
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.lor-class.html
308
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.maxloc-class.html
308
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.lxor-class.html
309
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.min-class.html
309
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.max-class.html
310
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.minloc-class.html
310
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.maxloc-class.html
311
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.prod-class.html
311
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.min-class.html
312
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.replace-class.html
312
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.minloc-class.html
313
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.MPI.sum-class.html
313
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.prod-class.html
314
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.NumberDict-module.html
314
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.replace-class.html
315
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.NumberDict.NumberDict-class.html
315
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.MPI.sum-class.html
316
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics-module.html
316
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.NumberDict-module.html
317
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.PhysicalQuantities-module.html
317
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.NumberDict.NumberDict-class.html
318
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.PhysicalQuantities.PhysicalQuantity-class.html
318
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics-module.html
319
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.PhysicalQuantities.PhysicalUnit-class.html
319
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.PhysicalQuantities-module.html
320
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.Potential-module.html
320
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.PhysicalQuantities.PhysicalQuantity-class.html
321
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.Potential.PotentialWithGradients-class.html
321
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.PhysicalQuantities.PhysicalUnit-class.html
322
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Physics.Potential.PotentialWithGradientsAndForceConstants-class.html
322
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.Potential-module.html
323
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets-module.html
323
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.Potential.PotentialWithGradients-class.html
324
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas-module.html
324
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Physics.Potential.PotentialWithGradientsAndForceConstants-class.html
325
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.HorizontalLine-class.html
325
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets-module.html
326
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.PlotCanvas-class.html
326
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas-module.html
327
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.PlotGraphics-class.html
327
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.HorizontalLine-class.html
328
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyLine-class.html
328
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.PlotCanvas-class.html
329
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyMarker-class.html
329
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.PlotGraphics-class.html
330
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyPoints-class.html
330
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyLine-class.html
331
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtPlotCanvas.VerticalLine-class.html
331
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyMarker-class.html
332
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtVisualizationCanvas-module.html
332
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.PolyPoints-class.html
333
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtVisualizationCanvas.PolyLine3D-class.html
333
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtPlotCanvas.VerticalLine-class.html
334
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtVisualizationCanvas.VisualizationCanvas-class.html
334
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtVisualizationCanvas-module.html
335
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.QtWidgets.QtVisualizationCanvas.VisualizationGraphics-class.html
335
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtVisualizationCanvas.PolyLine3D-class.html
336
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Signals-module.html
336
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtVisualizationCanvas.VisualizationCanvas-class.html
337
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Signals.Models-module.html
337
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.QtWidgets.QtVisualizationCanvas.VisualizationGraphics-class.html
338
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Signals.Models.AutoRegressiveModel-class.html
338
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Signals-module.html
339
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Signals.Models.AveragedAutoRegressiveModel-class.html
339
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Signals.Models-module.html
340
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Statistics-module.html
340
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Signals.Models.AutoRegressiveModel-class.html
341
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Statistics.Histogram-module.html
341
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Signals.Models.AveragedAutoRegressiveModel-class.html
342
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Statistics.Histogram.Histogram-class.html
342
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Statistics-module.html
343
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Statistics.Histogram.WeightedHistogram-class.html
343
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Statistics.Histogram-module.html
344
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Threading-module.html
344
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Statistics.Histogram.Histogram-class.html
345
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Threading.TaskManager-module.html
345
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Statistics.Histogram.WeightedHistogram-class.html
346
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Threading.TaskManager.TaskManager-class.html
346
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Threading-module.html
347
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets-module.html
347
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Threading.TaskManager-module.html
348
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.ButtonBar-class.html
348
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Threading.TaskManager.TaskManager-class.html
349
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.FilenameEntry-class.html
349
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets-module.html
350
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.FloatEntry-class.html
350
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.ButtonBar-class.html
351
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.IntEntry-class.html
351
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.FilenameEntry-class.html
352
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.ModalDialog-class.html
352
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.FloatEntry-class.html
353
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.StatusBar-class.html
353
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.IntEntry-class.html
354
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas-module.html
354
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.ModalDialog-class.html
355
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.HorizontalLine-class.html
355
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.StatusBar-class.html
356
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.PlotCanvas-class.html
356
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas-module.html
357
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.PlotGraphics-class.html
357
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.HorizontalLine-class.html
358
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyLine-class.html
358
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.PlotCanvas-class.html
359
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyMarker-class.html
359
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.PlotGraphics-class.html
360
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyPoints-class.html
360
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyLine-class.html
361
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkPlotCanvas.VerticalLine-class.html
361
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyMarker-class.html
362
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkVisualizationCanvas-module.html
362
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.PolyPoints-class.html
363
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkVisualizationCanvas.PolyLine3D-class.html
363
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkPlotCanvas.VerticalLine-class.html
364
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkVisualizationCanvas.VisualizationCanvas-class.html
364
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkVisualizationCanvas-module.html
365
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.TkWidgets.TkVisualizationCanvas.VisualizationGraphics-class.html
365
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkVisualizationCanvas.PolyLine3D-class.html
366
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization-module.html
366
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkVisualizationCanvas.VisualizationCanvas-class.html
367
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.Color-module.html
367
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.TkWidgets.TkVisualizationCanvas.VisualizationGraphics-class.html
368
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.Color.Color-class.html
368
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization-module.html
369
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.Color.ColorScale-class.html
369
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.Color-module.html
370
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.Color.SymmetricColorScale-class.html
370
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.Color.Color-class.html
371
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL-module.html
371
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.Color.ColorScale-class.html
372
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Arrow-class.html
372
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.Color.SymmetricColorScale-class.html
373
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Cone-class.html
373
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL-module.html
374
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Cube-class.html
374
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Arrow-class.html
375
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Cylinder-class.html
375
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Cone-class.html
376
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Group-class.html
376
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Cube-class.html
377
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Line-class.html
377
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Cylinder-class.html
378
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Material-class.html
378
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Group-class.html
379
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Molecules-class.html
379
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Line-class.html
380
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.PyMOLObject-class.html
380
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Material-class.html
381
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Scene-class.html
381
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Molecules-class.html
382
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.ShapeObject-class.html
382
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.PyMOLObject-class.html
383
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.PyMOL.Sphere-class.html
383
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Scene-class.html
384
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD-module.html
384
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.ShapeObject-class.html
385
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Arrow-class.html
385
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.PyMOL.Sphere-class.html
386
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Cone-class.html
386
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD-module.html
387
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Cube-class.html
387
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Arrow-class.html
388
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Cylinder-class.html
388
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Cone-class.html
389
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Group-class.html
389
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Cube-class.html
390
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Line-class.html
390
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Cylinder-class.html
391
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Material-class.html
391
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Group-class.html
392
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Molecules-class.html
392
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Line-class.html
393
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Scene-class.html
393
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Material-class.html
394
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.SceneFile-class.html
394
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Molecules-class.html
395
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.ShapeObject-class.html
395
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Scene-class.html
396
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.Sphere-class.html
396
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.SceneFile-class.html
397
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VMD.VMDObject-class.html
397
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.ShapeObject-class.html
398
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython-module.html
398
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.Sphere-class.html
399
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Arrow-class.html
399
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VMD.VMDObject-class.html
400
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Cone-class.html
400
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython-module.html
401
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Cube-class.html
401
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Arrow-class.html
402
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Cylinder-class.html
402
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Cone-class.html
403
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.GraphicsObject-class.html
403
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Cube-class.html
404
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Group-class.html
404
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Cylinder-class.html
405
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Line-class.html
405
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.GraphicsObject-class.html
406
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Material-class.html
406
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Group-class.html
407
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.PolyLines-class.html
407
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Line-class.html
408
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Polygons-class.html
408
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Material-class.html
409
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Scene-class.html
409
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.PolyLines-class.html
410
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.ShapeObject-class.html
410
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Polygons-class.html
411
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VPython.Sphere-class.html
411
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Scene-class.html
412
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML-module.html
412
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.ShapeObject-class.html
413
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Arrow-class.html
413
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VPython.Sphere-class.html
414
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Cone-class.html
414
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML-module.html
415
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Cube-class.html
415
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Arrow-class.html
416
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Cylinder-class.html
416
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Cone-class.html
417
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Group-class.html
417
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Cube-class.html
418
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Line-class.html
418
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Cylinder-class.html
419
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.LinearOrientedObject-class.html
419
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Group-class.html
420
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Material-class.html
420
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Line-class.html
421
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.PolyLines-class.html
421
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.LinearOrientedObject-class.html
422
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Polygons-class.html
422
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Material-class.html
423
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Scene-class.html
423
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.PolyLines-class.html
424
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.SceneFile-class.html
424
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Polygons-class.html
425
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.ShapeObject-class.html
425
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Scene-class.html
426
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.Sphere-class.html
426
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.SceneFile-class.html
427
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML.VRMLObject-class.html
427
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.ShapeObject-class.html
428
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2-module.html
428
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.Sphere-class.html
429
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Arrow-class.html
429
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML.VRMLObject-class.html
430
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Camera-class.html
430
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2-module.html
431
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Cone-class.html
431
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Arrow-class.html
432
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Cube-class.html
432
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Camera-class.html
433
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Cylinder-class.html
433
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Cone-class.html
434
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Group-class.html
434
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Cube-class.html
435
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Line-class.html
435
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Cylinder-class.html
436
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.LinearOrientedObject-class.html
436
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Group-class.html
437
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Material-class.html
437
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Line-class.html
438
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.NavigationInfo-class.html
438
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.LinearOrientedObject-class.html
439
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.PolyLines-class.html
439
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Material-class.html
440
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Polygons-class.html
440
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.NavigationInfo-class.html
441
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Scene-class.html
441
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.PolyLines-class.html
442
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.SceneFile-class.html
442
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Polygons-class.html
443
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.ShapeObject-class.html
443
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Scene-class.html
444
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.Sphere-class.html
444
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.SceneFile-class.html
445
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.Visualization.VRML2.VRMLObject-class.html
445
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.ShapeObject-class.html
446
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.indexing-module.html
446
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.Sphere-class.html
447
%%PORTDOCS%%share/doc/py-scientific/Reference/Scientific.indexing._index_expression_class-class.html
447
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.Visualization.VRML2.VRMLObject-class.html
448
%%PORTDOCS%%share/doc/py-scientific/Reference/class-tree.html
448
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.indexing-module.html
449
%%PORTDOCS%%share/doc/py-scientific/Reference/crarr.png
449
%%PORTDOCS%%%%DOCSDIR%%/Reference/Scientific.indexing._index_expression_class-class.html
450
%%PORTDOCS%%share/doc/py-scientific/Reference/epydoc.css
450
%%PORTDOCS%%%%DOCSDIR%%/Reference/class-tree.html
451
%%PORTDOCS%%share/doc/py-scientific/Reference/epydoc.js
451
%%PORTDOCS%%%%DOCSDIR%%/Reference/crarr.png
452
%%PORTDOCS%%share/doc/py-scientific/Reference/float-class.html
452
%%PORTDOCS%%%%DOCSDIR%%/Reference/epydoc.css
453
%%PORTDOCS%%share/doc/py-scientific/Reference/frames.html
453
%%PORTDOCS%%%%DOCSDIR%%/Reference/epydoc.js
454
%%PORTDOCS%%share/doc/py-scientific/Reference/help.html
454
%%PORTDOCS%%%%DOCSDIR%%/Reference/float-class.html
455
%%PORTDOCS%%share/doc/py-scientific/Reference/identifier-index.html
455
%%PORTDOCS%%%%DOCSDIR%%/Reference/frames.html
456
%%PORTDOCS%%share/doc/py-scientific/Reference/index.html
456
%%PORTDOCS%%%%DOCSDIR%%/Reference/help.html
457
%%PORTDOCS%%share/doc/py-scientific/Reference/int-class.html
457
%%PORTDOCS%%%%DOCSDIR%%/Reference/identifier-index.html
458
%%PORTDOCS%%share/doc/py-scientific/Reference/module-tree.html
458
%%PORTDOCS%%%%DOCSDIR%%/Reference/index.html
459
%%PORTDOCS%%share/doc/py-scientific/Reference/sys-module.html
459
%%PORTDOCS%%%%DOCSDIR%%/Reference/int-class.html
460
%%PORTDOCS%%share/doc/py-scientific/Reference/term-index.html
460
%%PORTDOCS%%%%DOCSDIR%%/Reference/module-tree.html
461
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific-module.html
461
%%PORTDOCS%%%%DOCSDIR%%/Reference/sys-module.html
462
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.BSP-module.html
462
%%PORTDOCS%%%%DOCSDIR%%/Reference/term-index.html
463
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.BSP.Console-module.html
463
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific-module.html
464
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.BSP.IO-module.html
464
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.BSP-module.html
465
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.DictWithDefault-module.html
465
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.BSP.Console-module.html
466
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions-module.html
466
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.BSP.IO-module.html
467
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.Derivatives-module.html
467
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.DictWithDefault-module.html
468
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.FindRoot-module.html
468
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions-module.html
469
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.FirstDerivatives-module.html
469
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.Derivatives-module.html
470
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.Interpolation-module.html
470
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.FindRoot-module.html
471
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.LeastSquares-module.html
471
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.FirstDerivatives-module.html
472
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.Polynomial-module.html
472
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.Interpolation-module.html
473
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.Rational-module.html
473
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.LeastSquares-module.html
474
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Functions.Romberg-module.html
474
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.Polynomial-module.html
475
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Geometry-module.html
475
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.Rational-module.html
476
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Geometry.Objects3D-module.html
476
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Functions.Romberg-module.html
477
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Geometry.Quaternion-module.html
477
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Geometry-module.html
478
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Geometry.TensorAnalysis-module.html
478
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Geometry.Objects3D-module.html
479
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Geometry.Transformation-module.html
479
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Geometry.Quaternion-module.html
480
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO-module.html
480
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Geometry.TensorAnalysis-module.html
481
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO.ArrayIO-module.html
481
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Geometry.Transformation-module.html
482
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO.FortranFormat-module.html
482
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO-module.html
483
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO.NetCDF-module.html
483
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO.ArrayIO-module.html
484
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO.PDB-module.html
484
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO.FortranFormat-module.html
485
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.IO.TextFile-module.html
485
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO.NetCDF-module.html
486
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.MPI-module.html
486
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO.PDB-module.html
487
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.MPI.IO-module.html
487
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.IO.TextFile-module.html
488
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.NumberDict-module.html
488
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.MPI-module.html
489
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Physics-module.html
489
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.MPI.IO-module.html
490
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Physics.PhysicalQuantities-module.html
490
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.NumberDict-module.html
491
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Physics.Potential-module.html
491
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Physics-module.html
492
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.QtWidgets-module.html
492
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Physics.PhysicalQuantities-module.html
493
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.QtWidgets.QtPlotCanvas-module.html
493
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Physics.Potential-module.html
494
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.QtWidgets.QtVisualizationCanvas-module.html
494
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.QtWidgets-module.html
495
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Signals-module.html
495
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.QtWidgets.QtPlotCanvas-module.html
496
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Signals.Models-module.html
496
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.QtWidgets.QtVisualizationCanvas-module.html
497
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Statistics-module.html
497
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Signals-module.html
498
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Statistics.Histogram-module.html
498
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Signals.Models-module.html
499
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Threading-module.html
499
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Statistics-module.html
500
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Threading.TaskManager-module.html
500
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Statistics.Histogram-module.html
501
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.TkWidgets-module.html
501
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Threading-module.html
502
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.TkWidgets.TkPlotCanvas-module.html
502
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Threading.TaskManager-module.html
503
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.TkWidgets.TkVisualizationCanvas-module.html
503
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.TkWidgets-module.html
504
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization-module.html
504
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.TkWidgets.TkPlotCanvas-module.html
505
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.Color-module.html
505
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.TkWidgets.TkVisualizationCanvas-module.html
506
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.PyMOL-module.html
506
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization-module.html
507
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.VMD-module.html
507
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.Color-module.html
508
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.VPython-module.html
508
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.PyMOL-module.html
509
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.VRML-module.html
509
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.VMD-module.html
510
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.Visualization.VRML2-module.html
510
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.VPython-module.html
511
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-Scientific.indexing-module.html
511
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.VRML-module.html
512
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-everything.html
512
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.Visualization.VRML2-module.html
513
%%PORTDOCS%%share/doc/py-scientific/Reference/toc-sys-module.html
513
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-Scientific.indexing-module.html
514
%%PORTDOCS%%share/doc/py-scientific/Reference/toc.html
514
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-everything.html
515
%%PORTDOCS%%share/doc/py-scientific/CHANGELOG
515
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc-sys-module.html
516
%%PORTDOCS%%share/doc/py-scientific/LICENSE
516
%%PORTDOCS%%%%DOCSDIR%%/Reference/toc.html
517
%%PORTDOCS%%share/examples/py-scientific/BSP/example1.py
517
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BSP/example1.py
518
%%PORTDOCS%%share/examples/py-scientific/BSP/example1_array.py
518
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BSP/example1_array.py
519
%%PORTDOCS%%share/examples/py-scientific/BSP/example2.py
519
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BSP/example2.py
520
%%PORTDOCS%%share/examples/py-scientific/BSP/example3.py
520
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BSP/example3.py
521
%%PORTDOCS%%share/examples/py-scientific/BSP/example4.py
521
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/BSP/example4.py
522
%%PORTDOCS%%share/examples/py-scientific/README
522
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
523
%%PORTDOCS%%share/examples/py-scientific/demomodule.c
523
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/demomodule.c
524
%%PORTDOCS%%share/examples/py-scientific/mpi.py
524
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mpi.py
525
%%PORTDOCS%%share/examples/py-scientific/netcdf_demo.py
525
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netcdf_demo.py
526
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/BSP
527
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
528
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Reference
529
%%PORTDOCS%%@dirrm %%DOCSDIR%%
526
@dirrm %%PYTHON_SITELIBDIR%%/Scientific/use_numeric
530
@dirrm %%PYTHON_SITELIBDIR%%/Scientific/use_numeric
527
@dirrm %%PYTHON_SITELIBDIR%%/Scientific/%%PYTHON_PLATFORM%%
531
@dirrm %%PYTHON_SITELIBDIR%%/Scientific/%%PYTHON_PLATFORM%%
528
@dirrm %%PYTHON_SITELIBDIR%%/Scientific/Visualization
532
@dirrm %%PYTHON_SITELIBDIR%%/Scientific/Visualization
Lines 539-545 Link Here
539
@dirrm %%PYTHON_SITELIBDIR%%/Scientific/BSP
543
@dirrm %%PYTHON_SITELIBDIR%%/Scientific/BSP
540
@dirrm %%PYTHON_SITELIBDIR%%/Scientific
544
@dirrm %%PYTHON_SITELIBDIR%%/Scientific
541
@dirrm %%PYTHON_INCLUDEDIR%%/Scientific
545
@dirrm %%PYTHON_INCLUDEDIR%%/Scientific
542
%%PORTDOCS%%@dirrm share/doc/py-scientific/Reference
543
%%PORTDOCS%%@dirrm share/doc/py-scientific
544
%%PORTDOCS%%@dirrm share/examples/py-scientific/BSP
545
%%PORTDOCS%%@dirrm share/examples/py-scientific

Return to bug 123718