Skip to content

Commit df1466e

Browse files
committed
Updated automation for documentation.
1 parent d69d97e commit df1466e

26 files changed

+470
-230
lines changed

codeflare.egg-info/PKG-INFO

Lines changed: 0 additions & 22 deletions
This file was deleted.

codeflare.egg-info/SOURCES.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

codeflare.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

codeflare.egg-info/requires.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

codeflare.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

codeflare/_version.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# Copyright 2021 IBM
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = '1.0.0'

codeflare_pipelines.egg-info/PKG-INFO

Lines changed: 0 additions & 22 deletions
This file was deleted.

codeflare_pipelines.egg-info/SOURCES.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

codeflare_pipelines.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

codeflare_pipelines.egg-info/requires.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

codeflare_pipelines.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sphinx>=1.8
2+
sphinx_rtd_theme
3+
recommonmark>=0.6.0
4+
sphinx-markdown-tables
5+
sphinx-version-warning
6+
numpydoc

docs/source/_static/custom.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/*
2+
* Copyright 2018-2021 Elyra Authors
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
.wy-nav-side p.caption {
17+
color: #f5f5f5;
18+
}
19+
20+
div.wy-side-nav-search {
21+
background: #021224;
22+
}
23+
24+
img[alt='Python Editor and R Editor Components'],
25+
img[alt='Open Python Editor'],
26+
img[alt='Open R Editor'] {
27+
width: 50%;
28+
height: 50%;
29+
}
30+
31+
.wy-side-nav-search .wy-dropdown > a img.logo, .wy-side-nav-search > a img.logo {
32+
width: 200px;
33+
}

docs/source/codeflare.pipelines.rst

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
1-
codeflare.pipelines package
1+
CodeFlare Pipelines
22
===========================
33

4-
Subpackages
5-
-----------
6-
7-
.. toctree::
8-
:maxdepth: 4
9-
10-
codeflare.pipelines.tests
11-
12-
Submodules
13-
----------
14-
154
codeflare.pipelines.Datamodel module
165
------------------------------------
176

@@ -34,12 +23,4 @@ codeflare.pipelines.Runtime module
3423
.. automodule:: codeflare.pipelines.Runtime
3524
:members:
3625
:undoc-members:
37-
:show-inheritance:
38-
39-
Module contents
40-
---------------
41-
42-
.. automodule:: codeflare.pipelines
43-
:members:
44-
:undoc-members:
45-
:show-inheritance:
26+
:show-inheritance:

docs/source/codeflare.pipelines.tests.rst

Lines changed: 0 additions & 69 deletions
This file was deleted.

docs/source/codeflare.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
codeflare package
1+
CodeFlare Package
22
=================
33

44
Subpackages
@@ -8,11 +8,3 @@ Subpackages
88
:maxdepth: 4
99

1010
codeflare.pipelines
11-
12-
Module contents
13-
---------------
14-
15-
.. automodule:: codeflare
16-
:members:
17-
:undoc-members:
18-
:show-inheritance:

0 commit comments

Comments
 (0)