EasyJobs

Documentation for EasyJobs.

See the Index for the complete list of documented functions and types.

The code is hosted on GitHub, with some continuous integration services to test its validity.

This repository is created and maintained by @singularitti. You are very welcome to contribute.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add EasyJobs

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add("EasyJobs")   Resolving package versions...
    Updating `~/.julia/packages/EasyJobs/dHk9E/docs/build/developers/Project.toml`
  [66d786ec] + EasyJobs v0.3.0
    Updating `~/.julia/packages/EasyJobs/dHk9E/docs/build/developers/Manifest.toml`
  [5218b696] + Configurations v0.17.4
  [9a962f9c] + DataAPI v1.13.0
  [a93c6f00] + DataFrames v1.4.3
  [e2d170a0] + DataValueInterfaces v1.0.0
  [66d786ec] + EasyJobs v0.3.0
  [db8ca866] + EasyJobsBase v0.2.0
  [55351af7] + ExproniconLite v0.7.6
  [59287772] + Formatting v0.4.2
  [41ab1584] + InvertedIndices v1.1.0
  [82899510] + IteratorInterfaceExtensions v1.0.0
  [b964fa9f] + LaTeXStrings v1.3.0
  [e1d29d7a] + Missings v1.0.2
  [2dfb63ee] + PooledArrays v1.4.2
  [08abe8d2] + PrettyTables v2.2.1
  [189a3867] + Reexport v1.2.2
  [a2af1166] + SortingAlgorithms v1.1.0
  [892a3eda] + StringManipulation v0.3.0
  [3783bdb8] + TableTraits v1.0.1
  [bd369af6] + Tables v1.10.0
  [9fa8497b] + Future
  [2f01184e] + SparseArrays
  [10745b16] + Statistics
  [8dfed614] + Test

Documentation

  • STABLEdocumentation of the most recently tagged version.
  • DEVdocumentation of the in-development version.

Project status

The package is tested against, and being developed for, Julia 1.6 and above on Linux, macOS, and Windows.

Questions and contributions

Usage questions can be posted on our discussion page.

Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. The contributing page has a few guidelines that should be followed when opening pull requests and contributing code.

Manual outline

Library outline

Index