Skip to content

Commit

Permalink
Deploying to gh-pages from @ 29bc420 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
colinkiama committed Dec 19, 2024
1 parent da5a556 commit 11267ec
Show file tree
Hide file tree
Showing 32 changed files with 118 additions and 10 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/contributor-guide/compiler-guide/07-00-testing.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified .doctrees/contributor-guide/index.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ Inside the process_attributes() method of each of these objects, a series of str

.. todo::

fixme: mention Vala.Parser.set_attributes()
Mention Vala.Parser.set_attributes()

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.


Attributes Recognized by Vala

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
Flow Analyzer
=============

.. TODO::

Add information about flow analyzer in Vala compiler

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.

Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
C Code Generation
=================
=================

.. TODO::

Add information about C Code Generation in Vala compiler

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.

Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
C Code Compilation and Linking
==============================

.. TODO::

Add information about C Code Compilation and Linking in Vala compiler

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ libgee Internal

.. todo::

What is the difference between external and internal libgee?
Explain what the difference between external and internal libgee

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.

Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,30 @@ Other Tools
gen-introspect
--------------

.. TODO::

Add information about the gen-introspect tool

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.


vapigen
-------


.. TODO::

Add information about the vapigen tool

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.


vala-gen-introspect
--------------------
--------------------


.. TODO::

Add information about the vala-gen-introspect tool

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ Testing
A goal for Vala 1.0 is to have every tests for every documented feature of the language.

In order to run tests with ``make check`` you must have dbus-glib development files installed, otherwise you will get invalid test failures.

.. TODO::

Expand on this section, explaining how the tests work in the Vala Compiler Repository.

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.

Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@ The source code for the compiler guide is in `<https://github.com/vala-lang/vala

Add Generated binding documentation

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.


.. todo::

Add libvala documentation

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.


`<https://github.com/vala-lang/vala-docs>`_ - The documentation repository (the source code for this website) is open to anyone who would like to make a quality contribution.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Vala is built using the standard GNU Autotools. The built executables are actual

Add Vala debug instructions.

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.


**./configure** uses the AC_PATH_PROG macro to choose the **valac** which is on your path, or one specified in the VALAC environment variable. Therefore, to build Vala with your own **valac**, type this, for example:

.. code-block:: console
Expand Down
4 changes: 3 additions & 1 deletion _sources/contributor-guide/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ Committing Patches

.. todo::

TODO
Add information about how to commit patches to the compiler project.

Feel free to help: `Vala Docs Repository <https://github.com/vala-lang/vala-docs>`_.

Maintaining Bindings
--------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,8 @@ <h2><span class="section-number">3.3.1. </span>Attribute Processing<a class="hea
<p>Inside the process_attributes() method of each of these objects, a series of string comparisons will be made to parse the attributes. If the attribute is called “CCode”, then the process_ccode_attributes() function will be called to parse the key-value pairs supplied.</p>
<div class="admonition-todo admonition" id="id1">
<p class="admonition-title">Todo</p>
<p>fixme: mention Vala.Parser.set_attributes()</p>
<p>Mention Vala.Parser.set_attributes()</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
<p>Attributes Recognized by Vala</p>
<p>All Vala.Symbol (class, constant, delegate, enum, enum value, errordomain, field, interface, method, property, signal, struct):</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,11 @@
<article role="main" id="furo-main-content">
<section id="flow-analyzer">
<h1><span class="section-number">3.5. </span>Flow Analyzer<a class="headerlink" href="#flow-analyzer" title="Permalink to this heading"></a></h1>
<div class="admonition-todo admonition" id="id1">
<p class="admonition-title">Todo</p>
<p>Add information about flow analyzer in Vala compiler</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
</section>

</article>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,11 @@
<article role="main" id="furo-main-content">
<section id="c-code-generation">
<h1><span class="section-number">3.6. </span>C Code Generation<a class="headerlink" href="#c-code-generation" title="Permalink to this heading"></a></h1>
<div class="admonition-todo admonition" id="id1">
<p class="admonition-title">Todo</p>
<p>Add information about C Code Generation in Vala compiler</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
</section>

</article>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,11 @@
<article role="main" id="furo-main-content">
<section id="c-code-compilation-and-linking">
<h1><span class="section-number">3.7. </span>C Code Compilation and Linking<a class="headerlink" href="#c-code-compilation-and-linking" title="Permalink to this heading"></a></h1>
<div class="admonition-todo admonition" id="id1">
<p class="admonition-title">Todo</p>
<p>Add information about C Code Compilation and Linking in Vala compiler</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
</section>

</article>
Expand Down
3 changes: 2 additions & 1 deletion contributor-guide/compiler-guide/05-00-internal-libgee.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@
<h1><span class="section-number">5. </span>libgee Internal<a class="headerlink" href="#libgee-internal" title="Permalink to this heading"></a></h1>
<div class="admonition-todo admonition" id="id1">
<p class="admonition-title">Todo</p>
<p>What is the difference between external and internal libgee?</p>
<p>Explain what the difference between external and internal libgee</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
</section>

Expand Down
15 changes: 15 additions & 0 deletions contributor-guide/compiler-guide/06-00-other-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,12 +484,27 @@
<h1><span class="section-number">6. </span>Other Tools<a class="headerlink" href="#other-tools" title="Permalink to this heading"></a></h1>
<section id="gen-introspect">
<h2><span class="section-number">6.1. </span>gen-introspect<a class="headerlink" href="#gen-introspect" title="Permalink to this heading"></a></h2>
<div class="admonition-todo admonition" id="id1">
<p class="admonition-title">Todo</p>
<p>Add information about the gen-introspect tool</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
</section>
<section id="vapigen">
<h2><span class="section-number">6.2. </span>vapigen<a class="headerlink" href="#vapigen" title="Permalink to this heading"></a></h2>
<div class="admonition-todo admonition" id="id3">
<p class="admonition-title">Todo</p>
<p>Add information about the vapigen tool</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
</section>
<section id="vala-gen-introspect">
<h2><span class="section-number">6.3. </span>vala-gen-introspect<a class="headerlink" href="#vala-gen-introspect" title="Permalink to this heading"></a></h2>
<div class="admonition-todo admonition" id="id5">
<p class="admonition-title">Todo</p>
<p>Add information about the vala-gen-introspect tool</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
</section>
</section>

Expand Down
5 changes: 5 additions & 0 deletions contributor-guide/compiler-guide/07-00-testing.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,11 @@
<h1><span class="section-number">7. </span>Testing<a class="headerlink" href="#testing" title="Permalink to this heading"></a></h1>
<p>A goal for Vala 1.0 is to have every tests for every documented feature of the language.</p>
<p>In order to run tests with <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">check</span></code> you must have dbus-glib development files installed, otherwise you will get invalid test failures.</p>
<div class="admonition-todo admonition" id="id1">
<p class="admonition-title">Todo</p>
<p>Expand on this section, explaining how the tests work in the Vala Compiler Repository.</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
</section>

</article>
Expand Down
4 changes: 3 additions & 1 deletion contributor-guide/compiler-guide/08-00-documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,12 @@ <h1><span class="section-number">8. </span>Documentation<a class="headerlink" hr
<div class="admonition-todo admonition" id="id1">
<p class="admonition-title">Todo</p>
<p>Add Generated binding documentation</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
<div class="admonition-todo admonition" id="id2">
<div class="admonition-todo admonition" id="id3">
<p class="admonition-title">Todo</p>
<p>Add libvala documentation</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
<p><a class="reference external" href="https://github.com/vala-lang/vala-docs">https://github.com/vala-lang/vala-docs</a> - The documentation repository (the source code for this website) is open to anyone who would like to make a quality contribution.</p>
</section>
Expand Down
1 change: 1 addition & 0 deletions contributor-guide/compiler-guide/09-00-build-system.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ <h1><span class="section-number">9. </span>Build System<a class="headerlink" hre
<div class="admonition-todo admonition" id="id1">
<p class="admonition-title">Todo</p>
<p>Add Vala debug instructions.</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
<p><strong>./configure</strong> uses the AC_PATH_PROG macro to choose the <strong>valac</strong> which is on your path, or one specified in the VALAC environment variable. Therefore, to build Vala with your own <strong>valac</strong>, type this, for example:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="go">VALAC=$HOME/dev/vala-x.y.z/compiler/valac ./configure --prefix=$HOME/prefix</span>
Expand Down
3 changes: 2 additions & 1 deletion contributor-guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@ <h3>Reviewing and Updating Patches<a class="headerlink" href="#reviewing-and-upd
<h3>Committing Patches<a class="headerlink" href="#committing-patches" title="Permalink to this heading"></a></h3>
<div class="admonition-todo admonition" id="id1">
<p class="admonition-title">Todo</p>
<p>TODO</p>
<p>Add information about how to commit patches to the compiler project.</p>
<p>Feel free to help: <a class="reference external" href="https://github.com/vala-lang/vala-docs">Vala Docs Repository</a>.</p>
</div>
</section>
</section>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 11267ec

Please sign in to comment.