Skip to content

Commit 91d7280

Browse files
committed
Merge develop into master
Update CGNS submodule to latest develop (f8cfaf3).
2 parents f277a2e + b6455d4 commit 91d7280

25 files changed

Lines changed: 1578 additions & 47 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ build/
77
__pycache__/
88
*/__pycache__/
99
_build
10+
11+
12+
#Ignore vscode AI rules
13+
.github/instructions/codacy.instructions.md

CGNS

Submodule CGNS updated 107 files

conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,11 @@
5959
'version': ('https://github.com/CGNS/CGNS/releases/tag/%s', 'version%s')}
6060

6161
#suppress_warnings = [ 'image.not_readable' ]
62-
suppress_warnings = ['autosectionlabel.*']
62+
suppress_warnings = ['autosectionlabel.*', 'ref.identifier', 'ref.ref']
63+
64+
# Note: ref.ref warnings from Doxygen-generated content (cgnslib_8h references
65+
# in c_api.rst doxygengroup directives) cannot be fixed with RST labels.
66+
# All other ref.ref warnings have been fixed by adding proper label targets.
6367

6468
# Add any paths that contain templates here, relative to this directory.
6569
templates_path = ['_templates']

images/sids/figs/ex_tetra.gif

Lines changed: 1453 additions & 0 deletions
Loading

source/current.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Resources
1010
current/news
1111
current/CPEX
1212
current/download
13+
current/building
1314
current/examples
1415
current/softwarelist
1516
doc

source/general/FAQ.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ In a directory (Noting item #4 of the `Prerequisites`_) download the HDF5 source
171171

172172
.. code-block:: console
173173
174-
git clone https://bitbucket.hdfgroup.org/scm/hdffv/hdf5.git
174+
git clone https://github.com/HDFGroup/hdf5.git
175175
176176
Copy three files in the HDF5 source directory hdf5\config\cmake\scripts to the current directory.
177177

source/general/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Glossary
3030

3131
Python
3232
Programming language, widely used for web tools.
33-
See `Python reference site <http:///www.python.org/>`_.
33+
See `Python reference site <https://www.python.org/>`_.
3434

3535
ReST
3636
The **Restructured Text** syntax is a simple documentation syntax.

source/general/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ participants from 20 different countries and at least 79 different
2929
organizations.
3030

3131
The software continues to be actively develop by many contributors
32-
to the CGNS git repository on `Github <http://www.github.com/CGNS/CGNS>`_
32+
to the CGNS git repository on `Github <https://github.com/CGNS/CGNS>`_
3333

3434
Several extensions to CGNS have been formally proposed. Documentation
3535
supporting these extensions, and information on their current status,

source/general/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ begin with the current Overview document, or, if they require more
516516
detailed information, the AIAA papers listed above. Beyond that, most
517517
will find a quick read of the :ref:`SIDS File Mapping Manual <StandardFMM>` (or
518518
enlightening as to the logical form of the contents of CGNS
519-
files. Browsing the :ref:`figures in the File Mapping Manual<StandardFMMfigs>`, as well as the
519+
files. Browsing the :ref:`figures in the File Mapping Manual<StandardFMMFigures>`, as well as the
520520
:ref:`SIDS <CGNS-SIDS>` itself, will provide some feel for the scope of the system. The
521521
:ref:`User's Guide to CGNS <DocUserGuide>`, and the CGNS :ref:`Mid-Level Library <StandardMLL>`
522522
document should indicate what might be required to implement CGNS in a

source/governance/committee.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The CGNS Steering Committee supports and even encourages
270270
the evolution of the standard for CGNS to remain useful. Therefore, the committee
271271
must solicit technical support and "in-kind" contributions. In
272272
addition, the Steering Committee must follow the policies described in
273-
the section of this document on :ref:`standard_Changes-ref <Changes or Additions>`
273+
the section of this document on :ref:`Changes or Additions <standard_Changes-ref>`
274274
to the Standard regarding the collection and evaluation of technical proposals.
275275

276276
.. _mission_Promote_the_acceptance-ref:

0 commit comments

Comments
 (0)