Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 28263db

Browse files
committed
docs: Temorarily reference images on mirror of old big repo
Related: #1324 Signed-off-by: John Andersen <[email protected]>
1 parent e7f5789 commit 28263db

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

docs/about.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ This is a high level overview of how DFFML works.
154154
generate_features --> source
155155
predict --> source
156156
157-
.. image:: /images/arch.svg
157+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/arch.svg
158158
:alt: Architecture Diagram
159159

160160
Machine Learning
@@ -185,7 +185,7 @@ instance). All the data generated by running these operations is query-able,
185185
allowing us to structure the output in whatever way is most fitting for our
186186
application.
187187

188-
.. image:: /images/shouldi-dataflow.svg
188+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/shouldi-dataflow.svg
189189
:alt: DataFlow for shouldi tool
190190

191191
Consistent API

docs/concepts/dataflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ running a DataFlow. The following sequence of events take place.
214214
215215
opimpctx_run_operation --> |Outputs of Operation become inputs to other operations| inputs
216216
217-
.. image:: /images/dataflow_diagram.svg
217+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/dataflow_diagram.svg
218218
:alt: Flow chart showing how DataFlow Orchestrator works
219219

220220
Benefits of DataFlows

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
{% set nb_version = "main/" %}
9292
{% endif %}
9393
94-
.. image:: ../../images/Download-.ipynb-button.svg
94+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/Download-.ipynb-button.svg
9595
:target: https://intel.github.io/dffml/{{ nb_version }}{{ docname[:-6] }}ipynb
9696
:alt: Notebook download button
9797

docs/contributing/git.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ request is ready for review or not.
158158
If you want to run one of the tests locally, you reference
159159
:ref:`running_ci_tests_locally`.
160160

161-
.. image:: /images/how-to-read-ci-tests.png
161+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/how-to-read-ci-tests.png
162162
:alt: Screenshot of CI with some tests passing and some failing
163163

164164
Look through all of the tests and identify which ones are failing. Click on the

docs/contributing/gsoc/rubric.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ so.
99
Grading Rubric
1010
--------------
1111

12-
.. image:: /images/rubric-table.png
12+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/rubric-table.png
1313
:alt: Screenshot of grading rubric
1414

1515
.. NOTE The text of the table wasn't included in this file because Sphynx

docs/contributing/maintainers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Once it's be uploaded, we go to PyPi and create an API key which will be used to
2222
upload it via the automatic release at the end of ``run_plugin`` within the CI
2323
script.
2424

25-
.. image:: /images/pypi-token-to-github-secret.gif
25+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/pypi-token-to-github-secret.gif
2626

2727
Finally, update the ``PYPI_TOKENS`` file in ``.github/workflows/testing.yml``.
2828
Add a line for the plugin along with it's sceret.

docs/examples/dataflows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ can use ``lines_of_code_to_comments``.
245245
The ``lines_of_code_to_comments`` operation needs the output given by
246246
``lines_of_code_by_language``, which needs a Git repos source code.
247247

248-
.. image:: /images/comments_to_code.svg
248+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/comments_to_code.svg
249249
:alt: Diagram showing DataFlow of comment to code ratio operations
250250

251251
A ``git_repository_checked_out`` is defined as:
@@ -323,7 +323,7 @@ It contains the following files.
323323

324324
We've modified the flow to create the following dataflow
325325

326-
.. image:: /images/shouldi-dataflow-extended.svg
326+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/shouldi-dataflow-extended.svg
327327
:alt: Diagram showing DataFlow with use of comment to code ratio
328328

329329
The diagram above can be re-generated with the following commands

docs/examples/innersource/swportal.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ satisfies our constraints.
136136
repos_yml_source -->|for each repo| dataflow
137137
dataflow -->|write| repos_json_source
138138
139-
.. image:: /images/swportal-high-level-architecture.svg
139+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/swportal-high-level-architecture.svg
140140
:alt: Flow chart showing high level architechture where we read the repos.yml files run the dataflow on each repo, then save to the repos.json source.
141141

142142
Implementation Plan
@@ -318,7 +318,7 @@ Try listing all the records in the new source to verify it works.
318318
"extra": {},
319319
"features": {
320320
"_InnerSourceMetadata": {
321-
"logo": "./images/demo/Earth.png",
321+
"logo": "https://dffml.github.io/dffml-pre-image-removal/master/_images/demo/Earth.png",
322322
"participation": [
323323
15,
324324
3,
@@ -392,7 +392,7 @@ Try listing all the records in the new source to verify it works.
392392
"name": "earth",
393393
"open_issues_count": 98,
394394
"owner": {
395-
"avatar_url": "./images/demo/Sol.png",
395+
"avatar_url": "https://dffml.github.io/dffml-pre-image-removal/master/_images/demo/Sol.png",
396396
"login": "Sol"
397397
},
398398
"pushed_at": "2020-10-08T12:18:22Z",

docs/examples/integration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ unmaintained).
1313

1414
To help you track your assigned statues you built a Python 3 CGI web app.
1515

16-
.. image:: /images/website-before.png
16+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/website-before.png
1717
:alt: Screenshot of the very basic web app with a table showing repo URLs and their mantainance status
1818

1919
When you assign a maintenance status to a repo you are *classifying* it.
@@ -371,7 +371,7 @@ operations. Arrows show how data moves between operations.
371371

372372
.. TODO Autogenerate this from the dataflow
373373
374-
.. image:: /images/integration_dataflow.svg
374+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/integration_dataflow.svg
375375
:alt: Diagram showing Dataflow
376376

377377
We can also visualize how the individual inputs and outputs are linked together.
@@ -380,7 +380,7 @@ automatically.
380380

381381
.. TODO Autogenerate this from the dataflow
382382
383-
.. image:: /images/integration_dataflow_complex.svg
383+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/integration_dataflow_complex.svg
384384
:alt: Diagram showing detailed version of Dataflow
385385

386386
The inputs and outputs of operations within a running DataFlow are organized by
@@ -569,4 +569,4 @@ But you can look through the table and you'll find that a prediction has been
569569
run on the repo. Congratulations! You've automated a manual classification
570570
process, and integrated machine learning into a legacy application.
571571

572-
.. image:: /images/integration_demo.gif
572+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/integration_demo.gif

docs/examples/mnist.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and the seed to have the input of the associate_definition operation come from t
4848
style 113e51b1af7d424eee96c632d74847f7 fill:#f6dbf9,stroke:#a178ca
4949
113e51b1af7d424eee96c632d74847f7 --> 0fbe41b549bb236aabadebd7924379fd
5050
51-
.. image:: /images/mnist-normalize.svg
51+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/mnist-normalize.svg
5252
:alt: Diagarm of MNIST normalization dataflow
5353

5454
Train the model.
@@ -95,7 +95,7 @@ and to have the input of the associate_definition operation come from the output
9595
style 24e79f7035a289834b34967054b338f5 fill:#f6dbf9,stroke:#a178ca
9696
24e79f7035a289834b34967054b338f5 --> dc3d3b1a336fbbd51585e31c95f45c83
9797
98-
.. image:: /images/mnist-resize.svg
98+
.. image:: https://dffml.github.io/dffml-pre-image-removal/master/_images/mnist-resize.svg
9999
:alt: Diagarm of MNIST resizing and normalizing dataflow
100100

101101
In this example, the ``image.csv`` file contains the names of the following images

0 commit comments

Comments
 (0)