forked from AMReX-Astro/workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |