Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Open ZGY
Commits
aa5cf5ff
Commit
aa5cf5ff
authored
May 28, 2021
by
Paal Kvamme
Browse files
Move more figures out of the top level doc folder.
parent
5de65623
Pipeline
#43336
passed with stages
in 7 minutes and 14 seconds
Changes
11
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
doc/organize.png
→
doc/
images/
organize.png
View file @
aa5cf5ff
File moved
doc/organize.svg
→
doc/
images/
organize.svg
View file @
aa5cf5ff
File moved
doc/readconst-fig1.png
→
doc/
images/
readconst-fig1.png
View file @
aa5cf5ff
File moved
doc/readconst-fig1.svg
→
doc/
images/
readconst-fig1.svg
View file @
aa5cf5ff
File moved
doc/testdata-rmw.png
→
doc/
images/
testdata-rmw.png
View file @
aa5cf5ff
File moved
doc/testdata-rmw.svg
→
doc/
images/
testdata-rmw.svg
View file @
aa5cf5ff
File moved
doc/testdata.png
→
doc/
images/
testdata.png
View file @
aa5cf5ff
File moved
doc/testdata.svg
→
doc/
images/
testdata.svg
View file @
aa5cf5ff
File moved
doc/testdata.html
0 → 100644
View file @
aa5cf5ff
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xml:lang=
"en-us"
lang=
"en-us"
>
<head>
<title>
OpenZGY test data
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<style>
th
,
td
{
padding
:
2px
10px
2px
10px
;}
th
.section
{
padding
:
14px
10px
14px
10px
;}
p
.page
,
h2
.page
{
page-break-before
:
always
}
p
.version
{
font-style
:
italic
;
font-size
:
smaller
;}
h2
{
background-color
:
#ccc
;
width
:
500px
;}
</style>
</head>
<body
bgcolor=
"#ffffff"
>
<h1>
Copyright
</h1>
<pre>
Copyright 2017-2021, Schlumberger
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
</pre>
<h2>
Contents of testdata/Fancy-int8.zgy.bz2 and of several ZGY files
created by unit tests.
</h2>
<a
href=
"images/testdata.png"
>
<img
border=
"0"
src=
"images/testdata.png"
width=
"800"
height=
"1200"
/>
</a>
<h2>
Contents of the test file produced by testRmwFile in the Python-
and Python C++ wrapper tests.
</h2>
<a
href=
"images/testdata-rmw.png"
>
<img
border=
"0"
src=
"images/testdata-rmw.png"
width=
"1200"
height=
"1000"
/>
</a>
<h2>
Illustration of the caveats in IZgyReader::readconst(). These
are not bugs. The diagram just explains why you may get false
negatives.
</h2>
<a
href=
"images/readconst-fig1.png"
>
<img
border=
"0"
src=
"images/readconst-fig1.png"
width=
"640"
height=
"280"
/>
</a>
<!--
<h2>
High level diagram of the old ZGY-Public and new OpenZGY libraries.
</h2>
<a href="images/organize.png">
<img border="0" src="images/organize.png" width="750" height="1125"/>
</a>
-->
</body>
</html>
native/src/Doxyfile
View file @
aa5cf5ff
...
...
@@ -928,7 +928,7 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).
IMAGE_PATH = ../../doc
IMAGE_PATH = ../../doc
/images
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
...
...
python/Doxyfile
View file @
aa5cf5ff
...
...
@@ -927,7 +927,7 @@ EXAMPLE_RECURSIVE = NO
# that contain images that are to be included in the documentation (see the
# \image command).
IMAGE_PATH = ../doc
IMAGE_PATH = ../doc
/images
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment