Document the -beamTemp element load - #195
Open
fkkarakurt wants to merge 1 commit into
Open
fkkarakurt wants to merge 1 commit into
fkkarakurt wants to merge 1 commit into
Conversation
Adds the temperature change load to the eleLoad page, and the -alpha and -depth options it relies on to the elasticBeamColumn and ModElasticBeam2d pages (-d for the latter). None of them was documented. Also quotes the two argument descriptions on the eleLoad page that contain commas. They split into four and five columns, so Sphinx rejected the whole argument table and the page rendered without it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
eleLoad -type -beamTempand the-alpha/-depthelement options it relies on were not documented. This adds the load to the eleLoad page under the Plain pattern load commands, next to the trapezoidal load entry, and the two options to theelasticBeamColumnandModElasticBeam2dpages (-dfor the latter).It also quotes the two argument descriptions on that eleLoad page that contain commas. Unquoted, they split into four and five columns, Sphinx rejects the table ("csv-table widths do not match the number of columns in table"), and the page currently renders with no argument table at all. Checked by building the three pages with the project's
conf.pybefore and after: the error is gone and no new warning appears.Companion to the OpenSees source change that fixes the fixed-end forces of this load in
ElasticBeam2dandModElasticBeam2d.