From 874cb1b2ced426d478c678566d2d3142a84057c9 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 19 Feb 2024 01:20:19 +0100 Subject: [PATCH] doc: add video tutorial page --- doc/user_documentation.rst | 3 ++- doc/video_tutorial.rst | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 doc/video_tutorial.rst diff --git a/doc/user_documentation.rst b/doc/user_documentation.rst index 513547f30..c5e10563b 100644 --- a/doc/user_documentation.rst +++ b/doc/user_documentation.rst @@ -24,7 +24,8 @@ If you don't have an SRPM yet, see https://rpm-packaging-guide.github.io/ for in Tutorial -------- -Refer to :ref:`screenshots_tutorial` for guidance on interacting with `copr.fedoraproject.org `_. +Refer to :ref:`screenshots_tutorial` or :ref:`video_tutorial` for +guidance on interacting with `copr.fedoraproject.org `_. How to enable copr repository? diff --git a/doc/video_tutorial.rst b/doc/video_tutorial.rst new file mode 100644 index 000000000..9bb38d5da --- /dev/null +++ b/doc/video_tutorial.rst @@ -0,0 +1,29 @@ +:orphan: + +.. _video_tutorial: + +Video tutorial +============== + +Collection of video tutorials on how to use Copr. + +Using Copr CLI +-------------- + +This tutorial will show you how to use ``copr-cli``. + +1. `Authentication `_ +2. `Project management `_ +3. `Submitting builds `_ +4. Introspecting builds +5. Building from PyPI, RubyGems, and others +6. Custom build method +7. Working with packages + +Workflows +--------- + +Copr-related packaging workflows: + +- `Submitting Copr packages into Fedora `_ +- Packit and automatic rebuilds