GithubHelp home page GithubHelp logo

isabella232 / pycsw-workshop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from geopython/pycsw-workshop

0.0 0.0 0.0 15.62 MB

pycsw Workshop

Home Page: https://geopython.github.io/pycsw-workshop

License: MIT License

Python 46.52% Makefile 26.95% Batchfile 26.53%

pycsw-workshop's Introduction

pycsw-workshop

Build Status

Background

The initial pycsw workshop materials were created through funding provided by the Oregon Coastal Management Program, through an FGDC CAP grant, in 2013.

Structure

Workshop documentation is stored in reStructuredText. HTML output is generated through the Sphinx documentation utility.

Installation

Using easy_install

Note: the following steps assume that Python and Python's setuptools package are installed and available in your PATH

  1. Install Sphinx

    easy_install Sphinx

  2. Install the Bootstrap theme for Sphinx

    easy_install sphinx_bootstrap_theme

  3. Install rst2pdf

    easy_install rst2pdf

  4. Install the Python Imaging Library

    easy_install pil

    Note that you can optionally use the pillow library, which seems to work better on Ubuntu

  5. Clone the pycsw repository locally

    git clone [email protected]:geopython/pycsw-workshop.git pycsw-workshop

Using virtualenv / pip

You can also use virtualenv and pip as follows:


$ virtualenv venv
$ cd venv
$ git clone [email protected]:geopython/pycsw-workshop.git
$ cd pycsw-workshop
$ pip install -r requirements.txt

Generating HTML Output

  1. cd into pycsw-workshop directory

  2. execute:

    make html

  3. HTML output is in the _build directory

Generating PDF Output

  1. cd into pycsw-workshop directory

  2. execute:

    sphinx-build -b pdf . _build/html

  3. pycsw-Workshop.pdf should have been created in the _build/html/ directory

Publishing to Live Site (Committers)

To publish to the live site, simply run make gh-pages.

Contributions

Contributions, fixes, improvements and Pull Requests are always welcome.

Useful External References

pycsw-workshop's People

Contributors

jmckenna avatar kalxas avatar tomkralidis 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.