Skip to content

Commit

Permalink
Documentation infrastructure update for MC files
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsoulas committed Nov 5, 2024
1 parent 3cc5239 commit d74495b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/source/Support/bskReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ Version 2.1.0 (Nov. 13, 2021)
- Fixed a rare issue where RW data didn't stick
- Fixed an issue subscribing to a C++ wrapped message object from python
- Cleaned up documentation on using datashaders and bokeh to interactively plot large simulation data sets.
The script :ref:`scenarioAnalyzeMonteCarlo` is updated to discuss the particular challenges in running this
The script :ref:`scenarioVisualizeMonteCarlo` is updated to discuss the particular challenges in running this
datashader example of plotting data.
- enable Monte Carlo ``pytest`` test scripts to run on macOS if Python 3.9 or higher is used
- enable opNav scenario ``pytest`` test scripts to be tested by ``pytest`` if the build flag ``--opNav``
Expand Down
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,7 @@
'examples/OpNavScenarios/scenariosOpNav/index.rst',
'examples/OpNavScenarios/scenariosOpNav/CNN_ImageGen/index.rst',
'examples/OpNavScenarios/scenariosOpNav/OpNavMC/index.rst',
'examples/OpNavScenarios/index.rst',
'examples/MonteCarloExamples/index.rst'
'examples/OpNavScenarios/index.rst'
]

# The name of the Pygments (syntax highlighting) style to use.
Expand Down
4 changes: 1 addition & 3 deletions examples/_default.rst
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,7 @@ Monte Carlo Simulations

MC run with RW control <scenarioMonteCarloAttRW>
MC run using Python Spice setup <scenarioMonteCarloSpice>
MC run using BSK Sim Framework <MonteCarloExamples/scenario_AttFeedbackMC>
MC rerun using prior MC run parameters <MonteCarloExamples/scenarioRerunMonteCarlo>
MC Plotting using datashaders and bokeh <MonteCarloExamples/scenarioAnalyzeMonteCarlo>
MC bskSim example folder with bokeh visualization <MonteCarloExamples/index>
Sensitivity Analysis of a differential drag spacecraft control <scenarioDragSensitivity>


Expand Down

0 comments on commit d74495b

Please sign in to comment.