Skip to content

Commit

Permalink
Editing README.md [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dmorse committed Nov 15, 2017
1 parent 35281e8 commit 8562bff
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,20 +60,6 @@ Macromolecules 49, 4675 (2016)

available electronically at http:https://pubs.acs.org/doi/10.1021/acs.macromol.6b00107

# Directory Structure

src/ - Fortran 90 source files
doc/ - documentation files
doc/user-man - - user manual source files
tools/ - Tools for processing output and source
tools/matlab - - matlab scripts for visualization
tools/python - - python modules
make/ - build directory for make

An annotated list of source files is given in the file src/SRC_FILES.
Before modifying any fortran files, see the note at the end of that
file regarding the use of preprocessor to generate some files.

# Examples

A library of examples is provided in a separate github repository,
Expand All @@ -83,12 +69,25 @@ located at https://github.com/dmorse/pscf-examples

- Home Page: https://morse.cems.umn.edu/morse/code/pscf/home.php.html
- Source Code: https://github.com/dmorse/pscf
- Manual: https://pscf.readthedocs.io
- CI Server: https://travis-ci.org/dmorse/pscf

- Manual: https://pscf.readthedocs.io

[buildstatus_image_travis]: https://travis-ci.org/dmorse/pscf.svg?branch=master
[travisci]: https://travis-ci.org/dmorse/pscf

[![Travis][buildstatus_image_travis]][travisci]

# Repository Directory Structure

src/ - Fortran 90 source files
doc/ - documentation files
doc/user-man - - user manual source files
tools/ - Tools for processing output and source
tools/matlab - - matlab scripts for visualization
tools/python - - python modules
make/ - build directory for make

An annotated list of source files is given in the file src/SRC_FILES.
Before modifying any fortran files, see the note at the end of that
file regarding the use of preprocessor to generate some files.

0 comments on commit 8562bff

Please sign in to comment.