Skip to content
/ doc Public
forked from clawpack/doc

General Clawpack documentation and main wiki pages

License

Notifications You must be signed in to change notification settings

rjleveque/doc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clawpack/doc

This repository hosts contains documentation for Clawpack. By pushing html files created here to the clawpack.github.com repository, they show up automatically at http:https://www.clawpack.com.

The GitHub page for this repository also hosts the main wiki pages for Clawpack: https://github.com/clawpack/doc/wiki

Instructions to make Sphinx docs for local viewing::

    cd $CLAW/doc/doc              # assumes this repo is at $CLAW/doc
    export SPHINX_WEB=False       # or ok to leave unset
    make html                     # requires Sphinx
    open _build/html/index.html

To make version for clawpack.org webpages, assuming you have cloned $CLAW/clawpack.github.com from [email protected]:clawpack/clawpack.github.com.git and have push permission:

    cd $CLAW/doc/doc              # assumes this repo is at $CLAW/doc
    export SPHINX_WEB=True
    make html                     # requires Sphinx
    
    cd ..
    source rsync_doc.sh   # copies html files to $CLAW/clawpack.github.com
    
    cd $CLAW/clawpack.github.com
    git add .
    git commit
    git push       # assumes push permission to

To make gallery for local viewing / webpages, do the steps above but with doc/doc replaced by doc/gallery and rsync_doc.sh replaced by rsync_gallery.sh. Note that to do this you first have to build the gallery by running all the examples and producing plots. See documentation in doc/gallery/README.md for more details.

About

General Clawpack documentation and main wiki pages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 57.9%
  • Python 33.4%
  • CSS 4.0%
  • HTML 2.3%
  • Makefile 2.3%
  • Shell 0.1%