Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Oct 10, 2018
1 parent f0cb6b6 commit 2905550
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# workflow
Common workflow scripts for running jobs at HPC centers

Common information and workflow scripts for running jobs at HPC centers

## Editing and building the Sphinx docs

In `sphinx_docs/source/`, edit any of the `.rst` files. Then build the webpages
in `sphinx_docs/` as:
```
make html
```
This will copy the HTML into the main `docs/` directory that GitHub
Pages uses. `git commit` and `git push` and the updates will appear
in https://amrex-astro.github.io/workflow/

0 comments on commit 2905550

Please sign in to comment.