Skip to content

Commit

Permalink
Merge pull request #549 from datanav/548
Browse files Browse the repository at this point in the history
Adjusting size of pictures
  • Loading branch information
JonasAls89 authored Jan 26, 2022
2 parents cf0f2c8 + caa2adb commit 34a7240
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build', os.path.basename(os.environ['VIRTUAL_ENV']), 'git.rst', 'project-setup.rst']
exclude_patterns = ['_build', '.python_env', os.path.basename(os.environ['VIRTUAL_ENV']), 'git.rst', 'project-setup.rst']

# The reST default role (used for this markup: `text`) to use for all
# documents.
Expand Down Expand Up @@ -301,4 +301,4 @@
#texinfo_show_urls = 'footnote'

# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
#texinfo_no_detailmenu = False
2 changes: 0 additions & 2 deletions training/010_architecture_and_concepts/030_Novice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ Creating global datasets allows you to:
For example we might assume that hr-person should be master for "email", crm-person should be master for "hours-pr-project" and economy-person should be master for weeky-hours-billed. This may be setup by the following logic:

.. code-block:: json
:linenos:
["add", "email",
["coalesce",
Expand All @@ -392,7 +391,6 @@ Creating global datasets allows you to:
In this case, all three source datasets have an email property. If the email property from hr-person is not null it will be used for our global property. If it is null then the Email property from crm-person will be evaluated, and so on.

.. code-block:: json
:linenos:
["add", "hours-pr-project",
["coalesce",
Expand Down
2 changes: 0 additions & 2 deletions training/020_systems/020_Beginner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ You should now have the following system config:
.. _practice-system-config-initial:
.. code-block:: json
:caption: Practice system config - initial
:linenos:
{
"_id": "difi",
Expand Down Expand Up @@ -203,7 +202,6 @@ Then we change the system config to reference it:
.. _practice-system-config-env-var-ref:
.. code-block:: json
:caption: Practice system config with environment variable reference
:linenos:
{
"_id": "difi",
Expand Down
1 change: 0 additions & 1 deletion training/020_systems/030_Novice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ Regardless of system type in Sesam its configuration will always be JSON. Import

.. code-block:: json
:caption: Common System Properties
:linenos:
{
"_id": "a_system_id",
Expand Down
5 changes: 0 additions & 5 deletions training/030_dtl/020_Beginner.rst
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,6 @@ You should now have the following pipe config:
.. _practice-pipe-config-initial:
.. code-block:: json
:caption: Practice pipe config - initial
:linenos:
{
"_id": "practice",
Expand Down Expand Up @@ -819,7 +818,6 @@ Here you will see two entities:
But they are both empty:

.. code-block:: json
:linenos:
{
}
Expand Down Expand Up @@ -850,7 +848,6 @@ Now you will see that the output has changed:

.. code-block:: json
:caption: ``practice:1``
:linenos:
{
"practice:data": "One",
Expand All @@ -859,7 +856,6 @@ Now you will see that the output has changed:
.. code-block:: json
:caption: ``practice:2``
:linenos:
{
"practice:data": "Two",
Expand All @@ -872,7 +868,6 @@ run a pipe and view it's output.
.. _practice-pipe-config-final:
.. code-block:: json
:caption: Practice pipe config - final
:linenos:
{
"_id": "practice",
Expand Down
Binary file modified training/040_projects_and_infrastructure/media/Sesam_GUI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified training/040_projects_and_infrastructure/media/Sesam_JWT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified training/040_projects_and_infrastructure/media/datahubview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified training/040_projects_and_infrastructure/media/permissions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified training/040_projects_and_infrastructure/media/pipejump.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified training/040_projects_and_infrastructure/media/systemconfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified training/050_microservices/media/EnvVariables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified training/050_microservices/media/Secrets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 34a7240

Please sign in to comment.