Skip to content

Commit e645a31

Browse files
authored
Bump version and doc fixes (#465)
1 parent bf4e779 commit e645a31

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

openaerostruct/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.10.1"
1+
__version__ = "2.11.0"

openaerostruct/docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Source Docs
7676
Please Cite Us!
7777
---------------
7878

79-
If you use OpenAeroStruct, please cite the `following paper <https://www.researchgate.net/publication/322991521_Open-source_coupled_aerostructural_optimization_using_Python>__`:
79+
If you use OpenAeroStruct, please cite the `following paper <https://www.researchgate.net/publication/322991521_Open-source_coupled_aerostructural_optimization_using_Python>`_:
8080

8181
John P. Jasa, John T. Hwang, and Joaquim R. R. A. Martins. "Open-source coupled aerostructural optimization using Python." Structural and Multidisciplinary Optimization 57.4 (2018): 1815-1827. DOI: 10.1007/s00158-018-1912-8
8282

@@ -96,7 +96,7 @@ John P. Jasa, John T. Hwang, and Joaquim R. R. A. Martins. "Open-source coupled
9696
}
9797
9898
99-
If you use the wingbox structural model, fuel-weight inertial loads, or structural-weight inertial loads, please also cite the `following paper <https://www.researchgate.net/publication/327654423_Low-Fidelity_Aerostructural_Optimization_of_Aircraft_Wings_with_a_Simplified_Wingbox_Model_Using_OpenAeroStruct>__`:
99+
If you use the wingbox structural model, fuel-weight inertial loads, or structural-weight inertial loads, please also cite the `following paper <https://www.researchgate.net/publication/327654423_Low-Fidelity_Aerostructural_Optimization_of_Aircraft_Wings_with_a_Simplified_Wingbox_Model_Using_OpenAeroStruct>`_:
100100

101101
Shamsheer S. Chauhan and Joaquim R. R. A. Martins, “Low-Fidelity Aerostructural Optimization of Aircraft Wings with a Simplified Wingbox Model Using OpenAeroStruct,” Proceedings of the 6th International Conference on Engineering Optimization, EngOpt 2018, Springer, Lisbon, Portugal, September 2018, pp. 418–431. doi:10.1007/978-3-319-97773-7 38
102102

@@ -114,7 +114,7 @@ Shamsheer S. Chauhan and Joaquim R. R. A. Martins, “Low-Fidelity Aerostructura
114114
}
115115
116116
117-
If using point-mass loads or thrust loads, please cite the following `paper (https://www.researchgate.net/publication/333806174_How_Certain_Physical_Considerations_Impact_Aerostructural_Wing_Optimization)__`.
117+
If using point-mass loads or thrust loads, please cite the following `paper (https://www.researchgate.net/publication/333806174_How_Certain_Physical_Considerations_Impact_Aerostructural_Wing_Optimization)`_.
118118

119119
John P. Jasa, Shamsheer S. Chauhan, Justin S. Gray, and Joaquim R. R. A. Martins, “How Certain Physical Considerations Impact Aerostructural Wing Optimization,” AIAA/ISSMO Multidisciplinary Analysis and Optimization Conference, Dallas, TX, 2019. doi:10.2514/6.2019-3242
120120

openaerostruct/geometry/ffd_component.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Manipulate geometry mesh based on high-level design parameters. """
1+
"""Manipulate geometry mesh based on high-level design parameters."""
22

33
import numpy as np
44

0 commit comments

Comments
 (0)