Skip to content

Commit

Permalink
Merge pull request #9 from vroncevic/dev
Browse files Browse the repository at this point in the history
[gen_cc_mod] Updated docs
  • Loading branch information
vroncevic committed Oct 20, 2020
2 parents 5d46f97 + 17e71c2 commit 53d971c
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 7 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -101,3 +101,8 @@ Copyright (C) 2017 by [vroncevic.github.io/gen_cc_mod](https://vroncevic.github.
it under the same terms as Bash itself, either Bash version 4.2.47 or,
at your option, any later version of Bash 4 you may have available.

Lets help and support FSF.

[![Free Software Foundation](https://raw.githubusercontent.com/vroncevic/gen_cc_mod/dev/docs/fsf-logo_1.png)](https://my.fsf.org/)

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://my.fsf.org/donate/)
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
21 changes: 20 additions & 1 deletion docs/build/html/_sources/index.rst.txt
Expand Up @@ -58,7 +58,8 @@ Dependencies
-------------

**gen_cc_mod** requires next modules and libraries:
sh_util `https://github.com/vroncevic/sh_util <https://github.com/vroncevic/sh_util>`_

* sh_util `https://github.com/vroncevic/sh_util <https://github.com/vroncevic/sh_util>`_

Shell tool structure
---------------------
Expand Down Expand Up @@ -99,3 +100,21 @@ Copyright (C) 2017 by `vroncevic.github.io/gen_cc_mod <https://vroncevic.github.
under the same terms as Bash itself, either Bash version 4.2.47 or,
at your option, any later version of Bash 4 you may have available.

Lets help and support FSF.

|Free Software Foundation|

.. |Free Software Foundation| image:: https://raw.githubusercontent.com/vroncevic/gen_cc_mod/dev/docs/fsf-logo_1.png
:target: https://my.fsf.org/

|Donate|

.. |Donate| image:: https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
:target: https://my.fsf.org/donate/

Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
19 changes: 15 additions & 4 deletions docs/build/html/index.html
Expand Up @@ -175,10 +175,10 @@ <h1>Installation<a class="headerlink" href="#installation" title="Permalink to t
</div>
<div class="section" id="dependencies">
<h1>Dependencies<a class="headerlink" href="#dependencies" title="Permalink to this headline"></a></h1>
<dl class="docutils">
<dt><strong>gen_cc_mod</strong> requires next modules and libraries:</dt>
<dd>sh_util <a class="reference external" href="https://github.com/vroncevic/sh_util">https://github.com/vroncevic/sh_util</a></dd>
</dl>
<p><strong>gen_cc_mod</strong> requires next modules and libraries:</p>
<ul class="simple">
<li>sh_util <a class="reference external" href="https://github.com/vroncevic/sh_util">https://github.com/vroncevic/sh_util</a></li>
</ul>
</div>
<div class="section" id="shell-tool-structure">
<h1>Shell tool structure<a class="headerlink" href="#shell-tool-structure" title="Permalink to this headline"></a></h1>
Expand Down Expand Up @@ -206,6 +206,17 @@ <h1>Copyright and licence<a class="headerlink" href="#copyright-and-licence" tit
<p><strong>gen_cc_mod</strong> is free software; you can redistribute it and/or modify it
under the same terms as Bash itself, either Bash version 4.2.47 or,
at your option, any later version of Bash 4 you may have available.</p>
<p>Lets help and support FSF.</p>
<p><a class="reference external" href="https://my.fsf.org/"><img alt="Free Software Foundation" src="https://raw.githubusercontent.com/vroncevic/gen_cc_mod/dev/docs/fsf-logo_1.png" /></a></p>
<p><a class="reference external" href="https://my.fsf.org/donate/"><img alt="Donate" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" /></a></p>
</div>
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
<li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
<li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
</ul>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added docs/fsf-logo_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 20 additions & 1 deletion docs/source/index.rst
Expand Up @@ -58,7 +58,8 @@ Dependencies
-------------

**gen_cc_mod** requires next modules and libraries:
sh_util `https://github.com/vroncevic/sh_util <https://github.com/vroncevic/sh_util>`_

* sh_util `https://github.com/vroncevic/sh_util <https://github.com/vroncevic/sh_util>`_

Shell tool structure
---------------------
Expand Down Expand Up @@ -99,3 +100,21 @@ Copyright (C) 2017 by `vroncevic.github.io/gen_cc_mod <https://vroncevic.github.
under the same terms as Bash itself, either Bash version 4.2.47 or,
at your option, any later version of Bash 4 you may have available.

Lets help and support FSF.

|Free Software Foundation|

.. |Free Software Foundation| image:: https://raw.githubusercontent.com/vroncevic/gen_cc_mod/dev/docs/fsf-logo_1.png
:target: https://my.fsf.org/

|Donate|

.. |Donate| image:: https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif
:target: https://my.fsf.org/donate/

Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit 53d971c

Please sign in to comment.