Skip to content

Commit

Permalink
Merge pull request #6 from vroncevic/dev
Browse files Browse the repository at this point in the history
[gen_gtk_app] Updated Dockerfile, docs
  • Loading branch information
vroncevic committed Jun 20, 2020
2 parents 7c42853 + d10916a commit d223b37
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2018 Vladimir Roncevic <elektron.ronca@gmail.com>
# Copyright 2016 Vladimir Roncevic <elektron.ronca@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Generate App GTK C Project.

***gen_gtk_app*** is shell tool for generating GTK C project.
**gen_gtk_app** is shell tool for generating GTK C project.

Developed in bash code: ***100%***.
Developed in [bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)) code: **100%**.

The README is used to introduce the modules and provide instructions on
how to install the modules, any machine dependencies it may have and any
Expand All @@ -14,19 +14,19 @@ other information that should be provided before the modules are installed.
<!-- START doctoc -->
**Table of Contents**

- [Installation](https://github.com/vroncevic/gen_gtk_app#installation)
- [Usage](https://github.com/vroncevic/gen_gtk_app#usage)
- [Dependencies](https://github.com/vroncevic/gen_gtk_app#dependencies)
- [Shell tool structure](https://github.com/vroncevic/gen_gtk_app#shell-tool-structure)
- [Docs](https://github.com/vroncevic/gen_gtk_app#docs)
- [Copyright and Licence](https://github.com/vroncevic/gen_gtk_app#copyright-and-licence)
- [Installation](#installation)
- [Usage](#usage)
- [Dependencies](#dependencies)
- [Shell tool structure](#shell-tool-structure)
- [Docs](#docs)
- [Copyright and Licence](#copyright-and-licence)
<!-- END doctoc -->

### INSTALLATION

Navigate to release [page](https://github.com/vroncevic/gen_gtk_app/releases) download and extract release archive.

To install modules type the following:
To install **gen_gtk_app** type the following:

```
tar xvzf gen_gtk_app-x.y.z.tar.gz
Expand Down Expand Up @@ -55,15 +55,14 @@ gen_gtk_app SimpleTest

### DEPENDENCIES

This module requires these other modules and libraries:

* sh_util https://github.com/vroncevic/sh_util
**gen_gtk_app** requires next modules and libraries:
* sh_util [https://github.com/vroncevic/sh_util](https://github.com/vroncevic/sh_util)

### SHELL TOOL STRUCTURE

***gen_gtk_app*** is based on MOP.
**gen_gtk_app** is based on MOP.

Shell tool structure:
Code structure:
```
.
├── bin/
Expand Down Expand Up @@ -96,14 +95,15 @@ Shell tool structure:
[![Documentation Status](https://readthedocs.org/projects/gen_gtk_app/badge/?version=latest)](https://gen_gtk_app.readthedocs.io/projects/gen_gtk_app/en/latest/?badge=latest)

More documentation and info at:

* https://gen_gtk_app.readthedocs.io/en/latest/
* [https://apmodule.readthedocs.io/en/latest/](https://apmodule.readthedocs.io/en/latest/)
* [https://www.gnu.org/software/bash/manual/](https://www.gnu.org/software/bash/manual/)
* [https://developer.gnome.org/gtk3](https://developer.gnome.org/gtk3/stable/gtk-getting-started.html)

### COPYRIGHT AND LICENCE

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Copyright (C) 2018 by https://vroncevic.github.io/gen_gtk_app
Copyright (C) 2016 by [vroncevic.github.io/gen_gtk_app](https://vroncevic.github.io/gen_gtk_app)

This tool 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,
Expand Down
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
20 changes: 10 additions & 10 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ GEN_GTK_APP

self

gen_gtk_app is shell tool for generating GTK C project.
**gen_gtk_app** is shell tool for generating GTK C project.

Developed in bash code: 100%.
Developed in `bash <https://en.wikipedia.org/wiki/Bash_(Unix_shell)>`_ code: **100%**.

The README is used to introduce the tool and provide instructions on
how to install the tool, any machine dependencies it may have and any
Expand All @@ -27,11 +27,12 @@ other information that should be provided before the tool is installed.

INSTALLATION
-------------

Navigate to release `page`_ download and extract release archive.

.. _page: https://github.com/vroncevic/gen_gtk_app/releases

To install this set of modules type the following:
To install **gen_gtk_app** type the following:

.. code-block:: bash
Expand All @@ -43,17 +44,16 @@ To install this set of modules type the following:
DEPENDENCIES
-------------
This tool requires these other modules and libraries:

.. code-block:: bash

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

SHELL TOOL STRUCTURE
---------------------
gen_gtk_app is based on MOP.

Shell tool structure:
**gen_gtk_app** is based on MOP.

Code structure:

.. code-block:: bash
Expand Down Expand Up @@ -93,7 +93,7 @@ COPYRIGHT AND LICENCE
.. |License: Apache 2.0| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://opensource.org/licenses/Apache-2.0

Copyright (C) 2018 by https://vroncevic.github.io/gen_gtk_app
Copyright (C) 2016 by `vroncevic.github.io/gen_gtk_app <https://vroncevic.github.io/gen_gtk_app>`_

This tool 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,
Expand Down
20 changes: 10 additions & 10 deletions docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
<h1>GEN_GTK_APP<a class="headerlink" href="#gen-gtk-app" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
</div>
<p>gen_gtk_app is shell tool for generating GTK C project.</p>
<p>Developed in bash code: 100%.</p>
<p><strong>gen_gtk_app</strong> is shell tool for generating GTK C project.</p>
<p>Developed in <a class="reference external" href="https://en.wikipedia.org/wiki/Bash_(Unix_shell)">bash</a> code: <strong>100%</strong>.</p>
<p>The README is used to introduce the tool and provide instructions on
how to install the tool, any machine dependencies it may have and any
other information that should be provided before the tool is installed.</p>
Expand All @@ -158,7 +158,7 @@ <h1>GEN_GTK_APP<a class="headerlink" href="#gen-gtk-app" title="Permalink to thi
<div class="section" id="installation">
<h1>INSTALLATION<a class="headerlink" href="#installation" title="Permalink to this headline"></a></h1>
<p>Navigate to release <a class="reference external" href="https://github.com/vroncevic/gen_gtk_app/releases">page</a> download and extract release archive.</p>
<p>To install this set of modules type the following:</p>
<p>To install <strong>gen_gtk_app</strong> type the following:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>tar xvzf gen_gtk_app-x.y.z.tar.gz
<span class="nb">cd</span> gen_gtk_app-x.y.z
cp -R ~/sh_tool/bin/ /root/scripts/gen_gtk_app/ver.1.0/
Expand All @@ -169,15 +169,15 @@ <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>
<p>This tool requires these other modules and libraries:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>sh_util https://github.com/vroncevic/sh_util
</pre></div>
</div>
<dl class="docutils">
<dt><strong>gen_gtk_app</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>
</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>
<p>gen_gtk_app is based on MOP.</p>
<p>Shell tool structure:</p>
<p><strong>gen_gtk_app</strong> is based on MOP.</p>
<p>Code structure:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>.
├── bin/
│   └── gen_gtk_app.sh
Expand Down Expand Up @@ -208,7 +208,7 @@ <h1>SHELL TOOL STRUCTURE<a class="headerlink" href="#shell-tool-structure" title
<div class="section" id="copyright-and-licence">
<h1>COPYRIGHT AND LICENCE<a class="headerlink" href="#copyright-and-licence" title="Permalink to this headline"></a></h1>
<p><a class="reference external" href="https://www.gnu.org/licenses/gpl-3.0"><img alt="License: GPL v3" src="https://img.shields.io/badge/License-GPLv3-blue.svg" /></a> <a class="reference external" href="https://opensource.org/licenses/Apache-2.0"><img alt="License: Apache 2.0" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a></p>
<p>Copyright (C) 2018 by <a class="reference external" href="https://vroncevic.github.io/gen_gtk_app">https://vroncevic.github.io/gen_gtk_app</a></p>
<p>Copyright (C) 2016 by <a class="reference external" href="https://vroncevic.github.io/gen_gtk_app">vroncevic.github.io/gen_gtk_app</a></p>
<p>This tool 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>
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.

20 changes: 10 additions & 10 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ GEN_GTK_APP

self

gen_gtk_app is shell tool for generating GTK C project.
**gen_gtk_app** is shell tool for generating GTK C project.

Developed in bash code: 100%.
Developed in `bash <https://en.wikipedia.org/wiki/Bash_(Unix_shell)>`_ code: **100%**.

The README is used to introduce the tool and provide instructions on
how to install the tool, any machine dependencies it may have and any
Expand All @@ -27,11 +27,12 @@ other information that should be provided before the tool is installed.

INSTALLATION
-------------

Navigate to release `page`_ download and extract release archive.

.. _page: https://github.com/vroncevic/gen_gtk_app/releases

To install this set of modules type the following:
To install **gen_gtk_app** type the following:

.. code-block:: bash
Expand All @@ -43,17 +44,16 @@ To install this set of modules type the following:
DEPENDENCIES
-------------
This tool requires these other modules and libraries:

.. code-block:: bash

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

SHELL TOOL STRUCTURE
---------------------
gen_gtk_app is based on MOP.

Shell tool structure:
**gen_gtk_app** is based on MOP.

Code structure:

.. code-block:: bash
Expand Down Expand Up @@ -93,7 +93,7 @@ COPYRIGHT AND LICENCE
.. |License: Apache 2.0| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://opensource.org/licenses/Apache-2.0

Copyright (C) 2018 by https://vroncevic.github.io/gen_gtk_app
Copyright (C) 2016 by `vroncevic.github.io/gen_gtk_app <https://vroncevic.github.io/gen_gtk_app>`_

This tool 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,
Expand Down

0 comments on commit d223b37

Please sign in to comment.