GithubHelp home page GithubHelp logo

pep's Introduction

PASTA Enhancement Proposal (PEP)

PEP stands for PASTA Enhancement Proposal and is based on the Python community's Python Enhancement Proposal process (see here). A PEP serves both EDI and its community as a method to propose significant enhancements or modifications to EDI software, processes, or policies. The PEP Purpose and Guidelines (PEP-0) provides more detailed information about PEPs.

PEP Index

A list of all PEPs can be found in the PEP Index. The PEP Index provides a summary of each PEP, including its PEP number, title, author/contact, current status, and date of its final disposition.

Working with PEPs

Editing PEPs

A PEP document is a plain text file formatted using the GitHub flavored Markdown syntax and can be edited using any text editor. The PEP template is available here and should be used as a starting point for new PEPs.

Generating a PDF

The best solution to create a printable PDF document of the PEP is to use the universal document converter pandoc. Pandoc can be installed using Conda, but will require a "PDF engine" like PDFLaTeX (for example, see pdflatex in TeX Live) to convert a Markdown document to PDF. The following command will generate a PDF from a Markdown file:

pandoc pep-N.md -o pep-N.pdf \
      -V geometry:"margin=1in" \
      -V fontsize="12pt" \
      -V colorlinks

pep's People

Contributors

servilla avatar clnsmth avatar rogerdahl 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.