You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/index.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ The goals of cclib are centered around the reuse of data obtained from these pro
12
12
Summary
13
13
-------
14
14
15
-
The current version is **cclib 1.3.1** (see the changelog_ for what's new) and parses output files from the following programs (version in parentheses are tested):
15
+
The current version is **cclib 1.3.2** (see the changelog_ for what's new) and parses output files from the following programs (version in parentheses are tested):
16
16
17
17
- ADF_ (versions 2007 and 2013)
18
18
- Firefly_, formerly known as PC GAMESS (version 8.0)
@@ -28,7 +28,7 @@ Many types of output data are parsed by cclib, including atom coordinates, orbit
28
28
How to use cclib
29
29
----------------
30
30
31
-
You can download the `source package for cclib 1.3.1`_ or the `current development version`_ (from the `github repository`_). For information on packages available in various Linux distribution, installing the source code and requirements, as well as basic usage, the tutorial_ is a good place to start.
31
+
You can download the `source package for cclib 1.3.2`_ or the `current development version`_ (from the `github repository`_). For information on packages available in various Linux distribution, installing the source code and requirements, as well as basic usage, the tutorial_ is a good place to start.
32
32
33
33
If you need further help, find a bug, need new features or have any question, please send email to the `mailing list`_ or submit an issue to the `tracker`_.
34
34
@@ -62,7 +62,7 @@ If you use cclib in your scientific work, please support our work by adding a re
62
62
.. _Molpro: http://www.molpro.net/
63
63
.. _ORCA: http://www.thch.uni-bonn.de/tc/orca/
64
64
65
-
.. _`source package for cclib 1.3.1`: https://github.com/cclib/cclib/releases/download/v1.3.1/cclib-1.3.1.zip
65
+
.. _`source package for cclib 1.3.2`: https://github.com/cclib/cclib/releases/download/v1.3.2/cclib-1.3.2.zip
66
66
.. _`current development version`: https://github.com/cclib/cclib/archive/master.zip
Copy file name to clipboardExpand all lines: _sources/tutorial.txt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,9 @@ There are in fact two packages, `python-cclib`_ containing the Python module, an
66
66
Manual download and install
67
67
---------------------------
68
68
69
-
The source code of the newest release of cclib (version 1.3.1) is distributed as:
70
-
* A .zip file: https://github.com/cclib/cclib/releases/download/v1.3.1/cclib-1.3.1.zip
71
-
* A .tar.gz file: https://github.com/cclib/cclib/releases/download/v1.3.1/cclib-1.3.1.tar.gz
69
+
The source code of the newest release of cclib (version 1.3.2) is distributed as:
70
+
* A .zip file: https://github.com/cclib/cclib/releases/download/v1.3.2/cclib-1.3.2.zip
71
+
* A .tar.gz file: https://github.com/cclib/cclib/releases/download/v1.3.2/cclib-1.3.2.tar.gz
72
72
* Windows binary installers (see the `newest release page`_)
73
73
74
74
On Windows, if you choose to download the .exe files instead, you can install simply by doubleclicking on the file. To uninstall, use the "Add and Remove Programs" menu in the Control Panel.
@@ -95,7 +95,7 @@ To test, trying importing '''cclib''' at the Python prompt. You should see somet
0 commit comments