Skip to content

Commit

Permalink
Fixed & rebased publishing on GitHub pages
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Nov 9, 2020
1 parent 310e145 commit ebd12f7
Show file tree
Hide file tree
Showing 24 changed files with 203 additions and 220 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/env
env*
/venv
/doc_check/
/docs_linkcheck/
/build/
/htmlcov/
.coverage
Expand Down
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ sanity_tar_file := tmp_workspace.tar

# Directories for documentation
doc_source_dir := docs_source
doc_linkcheck_dir := docs_linkcheck
doc_build_dir := docs

# All documentation RST files (including module RST files)
Expand Down Expand Up @@ -189,12 +190,12 @@ develop: _check_version develop_$(pymn).done
@echo '$@ done.'

.PHONY: docs
docs: _check_version develop_$(pymn).done $(doc_build_dir)/html/index.html
docs: _check_version develop_$(pymn).done $(doc_build_dir)/index.html
@echo '$@ done.'

.PHONY: linkcheck
linkcheck: _check_version develop_$(pymn).done $(doc_rst_files)
-sphinx-build -b linkcheck $(sphinx_opts) $(doc_source_dir) $(doc_build_dir)/linkcheck
-sphinx-build -b linkcheck $(sphinx_opts) $(doc_source_dir) $(doc_linkcheck_dir)
@echo '$@ done.'

.PHONY: test
Expand Down Expand Up @@ -231,7 +232,7 @@ endif

.PHONY: clobber
clobber:
rm -Rf .cache .pytest_cache $(doc_build_dir) $(sanity_dir1) $(sanity_tar_file) htmlcov .tox
rm -Rf .cache .pytest_cache $(sanity_dir1) $(sanity_tar_file) htmlcov .tox
rm -f MANIFEST MANIFEST.in AUTHORS ChangeLog .coverage *.done
find . -name "*.pyc" -delete -o -name "__pycache__" -delete -o -name "*.tmp" -delete -o -name "tmp_*" -delete
@echo '$@ done.'
Expand Down Expand Up @@ -276,7 +277,7 @@ else
ansible-doc-extractor $(module_rst_dir) $<
endif

$(doc_build_dir)/html/index.html: $(doc_rst_files) $(doc_source_dir)/conf.py
$(doc_build_dir)/index.html: $(doc_rst_files) $(doc_source_dir)/conf.py
ifneq ($(doc_build),true)
@echo "makefile: Warning: Skipping docs build on Python $(python_m_n_version)"
else
Expand Down
7 changes: 3 additions & 4 deletions docs/CONTRIBUTING.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Contributing &mdash; zHMC Ansible modules 1.0.0 documentation</title>
<title>Contributing &mdash; ibm.zhmc Ansible Galaxy collection 1.0.0 documentation</title>



Expand Down Expand Up @@ -51,7 +51,7 @@



<a href="index.html" class="icon icon-home" alt="Documentation Home"> zHMC Ansible modules
<a href="index.html" class="icon icon-home" alt="Documentation Home"> ibm.zhmc Ansible Galaxy collection



Expand Down Expand Up @@ -85,7 +85,6 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="all_modules.html">All modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules_support.html">Module Maintenance &amp; Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="development.html">Development</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Contributing</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#format-of-commit-messages">Format of commit messages</a></li>
Expand All @@ -108,7 +107,7 @@
<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">zHMC Ansible modules</a>
<a href="index.html">ibm.zhmc Ansible Galaxy collection</a>

</nav>

Expand Down
7 changes: 3 additions & 4 deletions docs/all_modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>All modules &mdash; zHMC Ansible modules 1.0.0 documentation</title>
<title>All modules &mdash; ibm.zhmc Ansible Galaxy collection 1.0.0 documentation</title>



Expand Down Expand Up @@ -51,7 +51,7 @@



<a href="index.html" class="icon icon-home" alt="Documentation Home"> zHMC Ansible modules
<a href="index.html" class="icon icon-home" alt="Documentation Home"> ibm.zhmc Ansible Galaxy collection



Expand Down Expand Up @@ -98,7 +98,6 @@
<li class="toctree-l2"><a class="reference internal" href="modules/zhmc_virtual_function.html">zhmc_virtual_function – Manages virtual functions in partitions of Z systems.</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="modules_support.html">Module Maintenance &amp; Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="development.html">Development</a></li>
<li class="toctree-l1"><a class="reference internal" href="CONTRIBUTING.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="appendix.html">Appendix</a></li>
Expand All @@ -118,7 +117,7 @@
<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">zHMC Ansible modules</a>
<a href="index.html">ibm.zhmc Ansible Galaxy collection</a>

</nav>

Expand Down
7 changes: 3 additions & 4 deletions docs/appendix.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Appendix &mdash; zHMC Ansible modules 1.0.0 documentation</title>
<title>Appendix &mdash; ibm.zhmc Ansible Galaxy collection 1.0.0 documentation</title>



Expand Down Expand Up @@ -51,7 +51,7 @@



<a href="index.html" class="icon icon-home" alt="Documentation Home"> zHMC Ansible modules
<a href="index.html" class="icon icon-home" alt="Documentation Home"> ibm.zhmc Ansible Galaxy collection



Expand Down Expand Up @@ -85,7 +85,6 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="all_modules.html">All modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules_support.html">Module Maintenance &amp; Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="development.html">Development</a></li>
<li class="toctree-l1"><a class="reference internal" href="CONTRIBUTING.html">Contributing</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Appendix</a><ul>
Expand All @@ -112,7 +111,7 @@
<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">zHMC Ansible modules</a>
<a href="index.html">ibm.zhmc Ansible Galaxy collection</a>

</nav>

Expand Down
7 changes: 3 additions & 4 deletions docs/changes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Change log &mdash; zHMC Ansible modules 1.0.0 documentation</title>
<title>Change log &mdash; ibm.zhmc Ansible Galaxy collection 1.0.0 documentation</title>



Expand Down Expand Up @@ -50,7 +50,7 @@



<a href="index.html" class="icon icon-home" alt="Documentation Home"> zHMC Ansible modules
<a href="index.html" class="icon icon-home" alt="Documentation Home"> ibm.zhmc Ansible Galaxy collection



Expand Down Expand Up @@ -84,7 +84,6 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="all_modules.html">All modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules_support.html">Module Maintenance &amp; Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="development.html">Development</a></li>
<li class="toctree-l1"><a class="reference internal" href="CONTRIBUTING.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="appendix.html">Appendix</a></li>
Expand Down Expand Up @@ -114,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">zHMC Ansible modules</a>
<a href="index.html">ibm.zhmc Ansible Galaxy collection</a>

</nav>

Expand Down
11 changes: 5 additions & 6 deletions docs/development.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Development &mdash; zHMC Ansible modules 1.0.0 documentation</title>
<title>Development &mdash; ibm.zhmc Ansible Galaxy collection 1.0.0 documentation</title>



Expand Down Expand Up @@ -37,7 +37,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Contributing" href="CONTRIBUTING.html" />
<link rel="prev" title="Module Maintenance &amp; Support" href="modules_support.html" />
<link rel="prev" title="zhmc_virtual_function – Manages virtual functions in partitions of Z systems." href="modules/zhmc_virtual_function.html" />
</head>

<body class="wy-body-for-nav">
Expand All @@ -51,7 +51,7 @@



<a href="index.html" class="icon icon-home" alt="Documentation Home"> zHMC Ansible modules
<a href="index.html" class="icon icon-home" alt="Documentation Home"> ibm.zhmc Ansible Galaxy collection



Expand Down Expand Up @@ -85,7 +85,6 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="all_modules.html">All modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules_support.html">Module Maintenance &amp; Support</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Development</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#repository">Repository</a></li>
<li class="toctree-l2"><a class="reference internal" href="#setting-up-the-development-environment">Setting up the development environment</a></li>
Expand Down Expand Up @@ -113,7 +112,7 @@
<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">zHMC Ansible modules</a>
<a href="index.html">ibm.zhmc Ansible Galaxy collection</a>

</nav>

Expand Down Expand Up @@ -509,7 +508,7 @@
<a href="CONTRIBUTING.html" class="btn btn-neutral float-right" title="Contributing" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>


<a href="modules_support.html" class="btn btn-neutral float-left" title="Module Maintenance &amp; Support" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
<a href="modules/zhmc_virtual_function.html" class="btn btn-neutral float-left" title="zhmc_virtual_function – Manages virtual functions in partitions of Z systems." accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>

</div>

Expand Down
7 changes: 3 additions & 4 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; zHMC Ansible modules 1.0.0 documentation</title>
<title>Index &mdash; ibm.zhmc Ansible Galaxy collection 1.0.0 documentation</title>



Expand Down Expand Up @@ -49,7 +49,7 @@



<a href="index.html" class="icon icon-home" alt="Documentation Home"> zHMC Ansible modules
<a href="index.html" class="icon icon-home" alt="Documentation Home"> ibm.zhmc Ansible Galaxy collection



Expand Down Expand Up @@ -83,7 +83,6 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="all_modules.html">All modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules_support.html">Module Maintenance &amp; Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="development.html">Development</a></li>
<li class="toctree-l1"><a class="reference internal" href="CONTRIBUTING.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="appendix.html">Appendix</a></li>
Expand All @@ -103,7 +102,7 @@
<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">zHMC Ansible modules</a>
<a href="index.html">ibm.zhmc Ansible Galaxy collection</a>

</nav>

Expand Down
19 changes: 6 additions & 13 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>ibm.zhmc Ansible modules &mdash; zHMC Ansible modules 1.0.0 documentation</title>
<title>ibm.zhmc Ansible Galaxy collection &mdash; ibm.zhmc Ansible Galaxy collection 1.0.0 documentation</title>



Expand Down Expand Up @@ -50,7 +50,7 @@



<a href="#" class="icon icon-home" alt="Documentation Home"> zHMC Ansible modules
<a href="#" class="icon icon-home" alt="Documentation Home"> ibm.zhmc Ansible Galaxy collection



Expand Down Expand Up @@ -84,7 +84,6 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a></li>
<li class="toctree-l1"><a class="reference internal" href="all_modules.html">All modules</a></li>
<li class="toctree-l1"><a class="reference internal" href="modules_support.html">Module Maintenance &amp; Support</a></li>
<li class="toctree-l1"><a class="reference internal" href="development.html">Development</a></li>
<li class="toctree-l1"><a class="reference internal" href="CONTRIBUTING.html">Contributing</a></li>
<li class="toctree-l1"><a class="reference internal" href="appendix.html">Appendix</a></li>
Expand All @@ -104,7 +103,7 @@
<nav class="wy-nav-top" aria-label="top navigation">

<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="#">zHMC Ansible modules</a>
<a href="#">ibm.zhmc Ansible Galaxy collection</a>

</nav>

Expand Down Expand Up @@ -135,7 +134,7 @@

<li><a href="#" class="icon icon-home"></a> &raquo;</li>

<li>ibm.zhmc Ansible modules</li>
<li>ibm.zhmc Ansible Galaxy collection</li>


<li class="wy-breadcrumbs-aside">
Expand All @@ -152,8 +151,8 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">

<div class="section" id="ibm-zhmc-ansible-modules">
<h1>ibm.zhmc Ansible modules<a class="headerlink" href="#ibm-zhmc-ansible-modules" title="Permalink to this headline"></a></h1>
<div class="section" id="ibm-zhmc-ansible-galaxy-collection">
<h1>ibm.zhmc Ansible Galaxy collection<a class="headerlink" href="#ibm-zhmc-ansible-galaxy-collection" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound" id="mastertoc">
<ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">Introduction</a><ul>
Expand Down Expand Up @@ -182,12 +181,6 @@ <h1>ibm.zhmc Ansible modules<a class="headerlink" href="#ibm-zhmc-ansible-module
<li class="toctree-l2"><a class="reference internal" href="modules/zhmc_virtual_function.html">zhmc_virtual_function – Manages virtual functions in partitions of Z systems.</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="modules_support.html">Module Maintenance &amp; Support</a><ul>
<li class="toctree-l2"><a class="reference internal" href="modules_support.html#maintenance">Maintenance</a></li>
<li class="toctree-l2"><a class="reference internal" href="modules_support.html#issue-reporting">Issue Reporting</a></li>
<li class="toctree-l2"><a class="reference internal" href="modules_support.html#support">Support</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="development.html">Development</a><ul>
<li class="toctree-l2"><a class="reference internal" href="development.html#repository">Repository</a></li>
<li class="toctree-l2"><a class="reference internal" href="development.html#setting-up-the-development-environment">Setting up the development environment</a></li>
Expand Down
Loading

0 comments on commit ebd12f7

Please sign in to comment.