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

How to build Sverchok documentation with images included · Изменения

История страницы
Created How to build Sverchok documentation with images included (markdown) создал Янв 12, 2020 по автору Ilya V. Portnov's avatar Ilya V. Portnov
Показать
Построчно Рядом
How-to-build-Sverchok-documentation-with-images-included.md 0 → 100644
Просмотреть страницу @dd592638
Start from the `docs/` directory in Sverchok repo
```
$ cd docs/
$ python3 download_images.py
```
Wait for some time... It has to download all images from github. After it's done, go back to the root directory of the repository and run the script (it currently exists for Unix-based systems only, but one can write similar for Windows):
```
$ cd ..
$ ./build_docs.sh
```
As a result, you will have `docs/_build/sverchok_documentation.tar.bz2` file, containing HTML documentation with all images included.
Note that `download_images.py` modifies documentation `rst` files in place (to update links to images). *Please do not push these changes to github!*.
Клонировать репозиторий
  • For Users:
    • Sverchok for Blender 2.8x Release Notes
    • Profile Node Examples
    • Set up GitHub account for exporting node trees from Sverchok
    • Custom Defaults
    • Non-standard Python modules installation
    • Sverchok for Blender 2.79 Installation
  • For Developers:
    • Macros
    • Contributing
      • Git practices
    • Sverchok Node Tutorial
      • High-level node howto
      • Details