-
Notifications
You must be signed in to change notification settings - Fork 0
WikiEditing
Nick Wilson edited this page Oct 12, 2011
·
1 revision
Github supports many different types of wiki text formats. We're using reStructuredText because it's the format used by Sphinx, a documentation tool used by most Python projects.
The easiest way to edit the wiki is with Github's web interface. But if you want more flexibility, you can check out the wiki source and work with it on your own computer.
One-time setup:
-
[sudo] gem install gollum(see the Gollum README) git clone git@github.com:osupython/organization.wiki.git-
pip install docutilsto get the reStructuredText tools. You might want to do this in a virtualenv.
To edit and view the changes:
- Edit the wiki files...
- Commit the changes (this is required for them to show up in the next step)
- From the wiki source directory:
gollum - Browse to http://localhost:4567
- Push the changes back to Github