Skip to content

Commit 0b8ad48

Browse files
committed
Remove old docs copy
1 parent 4496595 commit 0b8ad48

File tree

128 files changed

+5800
-28508
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+5800
-28508
lines changed

assets/docs/edge/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 020bc1d55703f8bfa29475102994c355
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

assets/docs/edge/_sources/channel.rst.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,17 @@ The available factory methods are:
9696
* `value`_
9797
* `watchPath`_
9898

99+
.. tip::
100+
As for version 20.07.0 the prefix ``channel.`` has been introduced as an alias of ``Channel.``, therefore factory
101+
methods can be used either with the syntaxes ``channel.from()`` and ``Channel.from()``, and so on.
102+
99103
.. _channel-create:
100104

101105
create
102106
------
103107

104108
.. warning::
105-
This method is deprecated.
109+
This method is deprecated and won't be available in DSL2 syntax.
106110

107111
Creates a new `channel` by using the ``create`` method, as shown below::
108112

@@ -159,7 +163,9 @@ See also: `fromList`_ factory method.
159163
from
160164
----
161165

162-
.. warning:: This method is deprecated. Use `of`_ or `fromList`_ instead.
166+
.. warning::
167+
This method is deprecated and should only be used for backward compatibility in legacy code.
168+
Use `of`_ or `fromList`_ instead.
163169

164170
The ``from`` method allows you to create a channel emitting any sequence of values that are specified as the method argument,
165171
for example::

assets/docs/edge/_sources/config.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,9 @@ Name Description
414414
================== ================
415415
author Project author name (use a comma to separate multiple names).
416416
defaultBranch Git repository default branch (default: ``master``).
417+
recurseSubmodules Turn this flag to ``true`` to pull submodules recursively from the Git repository
417418
description Free text describing the workflow project.
419+
doi Project related publication DOI identifier.
418420
homePage Project home page URL.
419421
mainScript Project main script (default: ``main.nf``).
420422
name Project short name.

0 commit comments

Comments
 (0)