Git Product home page Git Product logo

pybee.github.io's Introduction

http://pybee.org/static/images/brutus-270.png

pybee.github.io

This is the homepage for the BeeWare project.

It is a Lektor-based site.

If you want to contribute a modification, you can fork this repository and submit a pull request. However, do not fork the master branch - fork the lektor branch and make changes there instead.

If you want to test out a change before you submit it, download and install Lektor (note: currently it's better to use Lektor with Python 2.7):

$ pip install lektor

Then from the root directory of the checkout, run:

$ lektor server

This will start a webserver that will autoreload whenever you make a change to site content.

Community

You can talk to the community through:

Contributing

If you find problems with this website, log them on GitHub. If you want to contribute, please fork the code and submit a pull request.

Before submitting a pull request, please make sure your forked branch is up to date with the original branch. To do this:

  • set your upstream remote:

    $ git remote add upstream https://github.com/pybee/pybee.github.io.git
    
  • make sure you have the latest changes from upstream:

    $ git fetch upstream
    
  • rebase your lektor branch to upstream before pushing to git and submitting a pull request:

    $ git rebase upstream/lektor
    

Translating

Want to make BeeWare more accessible to non-English-speakers? Help translate the site! Steps are as follows:

  1. Add language specification to:

    pybee.github.io/BeeWare.lektorproject

    Fill out the name of the language, its url prefix, and the locale.

  2. Add translated mirror files at the same directory level as the primary English files and add appropriate suffixes.

    For example:

    Arabic's locale is 'ar', so you would add...

    contents+ar.lr

    ...where the original file name is:

    contents.lr

Note: A great place to start translating is the contributing section:

pybee.github.io/content/contributing

pybee.github.io's People

Contributors

abonie avatar adamthelang avatar adrienbrunet avatar afs2015 avatar alanbato avatar alexnigl avatar altoretrato avatar azengard avatar cyberdrk avatar danyeaw avatar deboraazevedo avatar eliasdorneles avatar fcmam5 avatar fjeansilva avatar freakboy3742 avatar glasnt avatar goanpeca avatar iris9112 avatar joncasdam avatar jrodolfolima avatar jschwarzwalder avatar ocupe avatar phries avatar rayjolt avatar rkanehisa avatar singingwolfboy avatar therealphildini avatar treyhunner avatar uranusjr avatar yelluw avatar

Watchers

 avatar  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.