Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Use pattern rule to execute generator scripts #3087

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

jvesely
Copy link
Collaborator

@jvesely jvesely commented Oct 28, 2024

find -exec does not propagate errors.

@jvesely jvesely added the documentation Documentation text label Oct 28, 2024
@jvesely jvesely requested a review from kmantel October 28, 2024 04:02
@jvesely jvesely marked this pull request as ready for review October 28, 2024 04:02
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.11):

diff -r docs-base/TransferFunctions.html docs-head/TransferFunctions.html
2365c2365
< <p><a class="reference internal" href="#psyneulink.core.components.functions.transferfunctions.Exponential.bounds" title="psyneulink.core.components.functions.transferfunctions.Exponential.bounds"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">bounds</span></code></a> – specifies the lower and upper limits of the result;  if there are none, the attribute is set to
---
> <p><a class="reference internal" href="OptimizationFunctions.html#psyneulink.core.components.functions.optimizationfunctions.GradientOptimization.bounds" title="psyneulink.core.components.functions.optimizationfunctions.GradientOptimization.bounds"><code class="xref any py py-attr docutils literal notranslate"><span class="pre">bounds</span></code></a> – specifies the lower and upper limits of the result;  if there are none, the attribute is set to

...

See CI logs for the full diff.

find -exec does not propagate errors.

Signed-off-by: Jan Vesely <[email protected]>
Copy link

This PR causes the following changes to the html docs (ubuntu-latest-3.11):

No differences!

...

See CI logs for the full diff.

@jvesely jvesely merged commit bfe4461 into PrincetonUniversity:devel Oct 30, 2024
36 checks passed
@jvesely jvesely deleted the ci-docs branch October 30, 2024 03:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation text
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants