YourLabs Community
  • YourLabs Community Guidelines
    • Asking for help
    • GitHub issues and pull requests: keep it sharp !
    • Coding style
  • Template for YourLabs core-dev to reply to unclear issues
  • Release Guidelines
    • [ci skip] in commit messages to save Travis-ci
    • tests/ needs new tests for new bugfix and feature
    • docs/ needs love
    • CHANGELOG should describe the release changes
    • AUTHORS should be legally valid
    • Version bump: update the version number in the following files
    • Pre-release mandatory tests with GitHub and Travis-ci
    • Thanks for your contribution !
 
YourLabs Community
  • Docs »
  • Welcome to YourLabs Community’s documentation!
  • Edit on GitHub

Welcome to YourLabs Community’s documentation!¶

Contents:

  • YourLabs Community Guidelines
    • Asking for help
    • GitHub issues and pull requests: keep it sharp !
      • Reporting a bug
      • Bugfix pull request
      • Requesting a new feature
      • Pull requests for new feature
    • Coding style
  • Template for YourLabs core-dev to reply to unclear issues
  • Release Guidelines
    • [ci skip] in commit messages to save Travis-ci
    • tests/ needs new tests for new bugfix and feature
    • docs/ needs love
    • CHANGELOG should describe the release changes
    • AUTHORS should be legally valid
    • Version bump: update the version number in the following files
      • docs/(source/)?conf.py
      • setup.py
      • cities_light/__init__.py
    • Pre-release mandatory tests with GitHub and Travis-ci
      • git tag
      • git push origin <version>
      • Wait for Travis
      • python setup.py sdist
      • Check resulting build/
      • Test it in a virtualenv in /tmp/testenv
      • Upload on PyPi python setup.py sdist upload
    • Thanks for your contribution !

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2014, James Pic & Contributors.

Built with Sphinx using a theme provided by Read the Docs.