Giter VIP home page Giter VIP logo

documentation's Introduction

Omeka Documentation

This is the developer documentation for Omeka. If you're looking to improve the documentation or see how it works, you're in the right place. Otherwise, you can see a human-readable and up-to-date version of the docs at our Read the Docs site.

Working on the documentation

This documentation uses the Sphinx documentation generator, which runs in Python. The source files for each page are written in reStructuredText, a wiki-like markup syntax.

Requirements

Since the files are pretty much all plain text, you can edit the documentation with any text editor, or even directly through GitHub. But, to see your changes as HTML, you'll need to build the docs, and for that you'll need a few things:

  • The whole system runs on Python, so you'll obviously need that. A simple way to get the other packages you need is with easy_install, which is part of the setuptools package. On most systems, you'll probably already have these.
  • Sphinx: easy_install -U Sphinx
  • sphinxcontrib-phpdomain: easy_install -U sphinxcontrib-phpdomain
  • pygments-style-solarized: easy_install -U pygments-style-solarized

Building

Once you've got the tools you need installed, building the documentation is easy: just run make html in the top-level documentation folder (where the Makefile is). That will spit out HTML sources for the docs under a folder called build.

documentation's People

Contributors

ardenkirkland avatar jimsafley avatar kimisgold avatar patrickmj avatar sheepeeh avatar zerocrates avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.