Skip to content

Commit 369d893

Browse files
committed
Update documentation
1 parent 0ccf684 commit 369d893

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+764
-430
lines changed

.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 8937e576f6feb1b1c733aaae2220b675
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 695c77beee95f5be3627a69dd0a99ff2
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_sources/airfoil/intro.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ points to note regarding .dat file:
1818
or should be very close to it.
1919

2020
.. note::
21-
Whenever the trailing edge is blunt, only two points should be there. More than two points in trailing
22-
edge will give an error. This requirement is only when using CST parametrization
21+
It is highly recommended that the first and last point should be (0,0) in the .dat file. If the
22+
airfoil has blunt trailing edge, then the number of points along the trailing edge should be odd.
2323

2424
Explore below sections to know more about how these modules can be used. It is highly recommended to go through
2525
atleast one of the first two sections before moving on to other sections. All the files used in below sections

_static/basic.css

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {
@@ -237,6 +226,10 @@ a.headerlink {
237226
visibility: hidden;
238227
}
239228

229+
a:visited {
230+
color: #551A8B;
231+
}
232+
240233
h1:hover > a.headerlink,
241234
h2:hover > a.headerlink,
242235
h3:hover > a.headerlink,
@@ -748,14 +741,6 @@ abbr, acronym {
748741
cursor: help;
749742
}
750743

751-
.translated {
752-
background-color: rgba(207, 255, 207, 0.2)
753-
}
754-
755-
.untranslated {
756-
background-color: rgba(255, 207, 207, 0.2)
757-
}
758-
759744
/* -- code displays --------------------------------------------------------- */
760745

761746
pre {

_static/css/badge_only.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/css/theme.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/doctools.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125

_static/documentation_options.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
var DOCUMENTATION_OPTIONS = {
2-
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
1+
const DOCUMENTATION_OPTIONS = {
32
VERSION: '',
43
LANGUAGE: 'en',
54
COLLAPSE_INDEX: false,

_static/fonts/Lato/lato-bold.eot

250 KB
Binary file not shown.

_static/fonts/Lato/lato-bold.ttf

587 KB
Binary file not shown.

_static/fonts/Lato/lato-bold.woff

302 KB
Binary file not shown.

0 commit comments

Comments
 (0)