Skip to content

Commit

Permalink
OLAF docs: minor update to remove sphinx-html errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-platt committed Jul 15, 2020
1 parent 1e5af9e commit fb0ddf7
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 13 deletions.
3 changes: 1 addition & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def runDoxygen(sourcfile, doxyfileIn, doxyfileOut):
]

def setup(app):
app.add_css_file('css/math_eq.css')
app.add_object_type(
"confval",
"confval",
Expand All @@ -258,5 +259,3 @@ def setup(app):
indextemplate="pair: %s; CMake configuration"
)

def setup(app):
app.add_stylesheet('css/math_eq.css')
5 changes: 2 additions & 3 deletions docs/source/user/aerodyn-olaf/Introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,8 @@ downloading, compiling, and running OLAF. :numref:`Input-Files` describes the
OLAF input file and modifications to the *AeroDyn15* input file.
:numref:`Output-Files` details the OLAF output file. :numref:`OLAF-Theory`
provides an overview of the OLAF theory, including the free vortex wake method
as well as integration into the *AeroDyn15* module. :numref:`future-work`
presents future work. Example input files and a list of output channels are
detailed in Appendices A, B, and C.
as well as integration into the *AeroDyn15* module. Example input files and a
list of output channels are detailed in Appendices A, B, and C.



2 changes: 1 addition & 1 deletion docs/source/user/beamdyn/future_work.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _future-work:
.. _bd-future-work:

Future Work
===========
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user/beamdyn/input_files.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _input-files:
.. _bd-input-files:

Input Files
===========
Expand Down
6 changes: 3 additions & 3 deletions docs/source/user/beamdyn/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ independent between BeamDyn and AeroDyn.
This document is organized as follows. Section :ref:`running-beamdyn` details how to
obtain the BeamDyn and FAST software archives and run either the
stand-alone version of BeamDyn or BeamDyn coupled to FAST.
Section :ref:`input-files` describes the BeamDyn input files.
Section :ref:`output-files` discusses the output files generated by
Section :ref:`bd-input-files` describes the BeamDyn input files.
Section :ref:`bd-output-files` discusses the output files generated by
BeamDyn. Section :ref:`beamdyn-theory` summarizes the BeamDyn theory.
Section :ref:`future-work` outlines potential future work. Example input
Section :ref:`bd-future-work` outlines potential future work. Example input
files are shown in Appendix :numref:`bd_input_files`.
A summary of available output channels is found in Appendix :ref:`app-output-channel`.
2 changes: 1 addition & 1 deletion docs/source/user/beamdyn/output_files.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _output-files:
.. _bd-output-files:

Output Files
============
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user/beamdyn/running_bd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ use of a driver file in addition to the primary and blade BeamDyn input
files. This driver file specifies inputs normally provided to BeamDyn by
FAST, including motions of the blade root and externally applied loads.
Both the BeamDyn summary file and the results output file are available
when using the stand-alone BeamDyn (see Section :ref:`output-files` for
when using the stand-alone BeamDyn (see Section :ref:`bd-output-files` for
more information regarding the BeamDyn output files).

Run the stand-alone BeamDyn software from a DOS command prompt by
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user/beamdyn/theory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ underlines only denote the dimension of the corresponding matrix.
Coordinate Systems
------------------

:numref:`blade-geometry` (in :numref:`input-files`) and
:numref:`blade-geometry` (in :numref:`bd-input-files`) and
:numref:`bd-frame` show the coordinate system used in BeamDyn.

.. _bd-frame:
Expand Down
Binary file added docs/source/user/cppapi/.index.rst.swp
Binary file not shown.

0 comments on commit fb0ddf7

Please sign in to comment.