-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Here is the workflow that I've configured for myself (one that combines the wiki with the ability use emacs and build a PDF which is useful e.g to check the number of pages):
-
Pull the main repo and switch to the 2015 branch.
-
Clone this wiki in the
papers/jean-luc_stevens
folder:
git clone https://github.com/ioam/scipy_proceedings.wiki.git
-
Make a symbolic link
jean_luc_stevens.rest
from the scipy_proceedings.wiki topapers/jean-luc_stevens/jean_luc_stevens.rst
. -
Edit the file
jean_luc_stevens.rest
in emacs and work as a normal git repository (fetching more often in case someone else working on the wiki!). Notice that the RST include directive works properly (creating symbolic links) as long as the INCLUDES.rest page is kept updated. This way, we should be able to work simultaneously on different sections without clashing. -
Run this at the top-level of the scipy_proceeding repository (assuming you folllowed the official instructions and satisfied all the dependencies):
./make_paper.sh papers/jean-luc_stevens/
- View the output in the
scipy_proceedings/output
directory.
Lastly, we might want to do a filter-branch before our PR to hide the code I have customized to make this work.