• S sverchok
  • Информация о проекте
    • Информация о проекте
    • Активность
    • Метки
    • Участники
  • Репозиторий
    • Репозиторий
    • Файлы
    • Коммиты
    • Ветки
    • Теги
    • Участники
    • Диаграмма
    • Сравнение
  • Задачи 148
    • Задачи 148
    • Список
    • Доски
    • Спринты
  • Запросы на слияние 21
    • Запросы на слияние 21
  • CI/CD
    • CI/CD
    • Конвейеры
    • Задания
    • Расписания
  • Развертывания
    • Развертывания
    • Окружения
    • Релизы
  • Пакеты и реестры
    • Пакеты и реестры
    • Реестр пакетов
    • Реестр контейнеров
  • Мониторинг
    • Мониторинг
    • Инциденты
  • Аналитика
    • Аналитика
    • Поток ценности
    • CI/CD
    • Репозиторий
  • Wiki
    • Wiki
  • Сниппеты
    • Сниппеты
  • Активность
  • Диаграмма
  • Создать новую задачу
  • Задания
  • Коммиты
  • Доски с задачами
Свернуть панель
  • nikitronn
  • sverchok
  • Wiki
  • Contributing

Contributing · Изменения

История страницы
Updated Contributing (markdown) создал Июн 21, 2017 по автору Dealga McArdle's avatar Dealga McArdle
Показать
Построчно Рядом
Contributing.md
Просмотреть страницу @6fb529a1
...@@ -8,9 +8,10 @@ If you are relatively new to Python, check this [readability counts](https://www ...@@ -8,9 +8,10 @@ If you are relatively new to Python, check this [readability counts](https://www
#### pep-8 and pylint #### pep-8 and pylint
[read pep 8 again](https://www.python.org/dev/peps/pep-0008/) (Python's style guide, not "sverchok's" style guide) - [read pep 8 again](https://www.python.org/dev/peps/pep-0008/) (Python's style guide, not sverchok's style guide).
- Use a pep8 checker or [pylint](https://www.pylint.org/) - it's like someone watching over your shoulder trying to get you to write more consistent code.
We follow pep8 mostly. Line-length however is not something we obsess about. Make your lines as long as you need. We also ignore smaller style issues. If you use PyLint, these are some of the ignores you'll find in the codebase: We follow pep8 mostly. Line-length however is not something we obsess about. Make your lines as long as you need. We also ignore smaller style issues. These are some of the ignores you'll find in the codebase:
```python ```python
# pylint: disable=w0122 # pylint: disable=w0122
......
Клонировать репозиторий
  • Custom Defaults
  • Macros
  • Contributing
    • Git practices

Sverchok Node Tutorial (multi page)