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

[MRG] docs: fix missing delimeter for left #718

Merged

Conversation

framunoz
Copy link
Contributor

@framunoz framunoz commented Jan 22, 2025

Types of changes

  • Add backslash in mathematical environment.
    E.g.: from
    :math:`\left{\mathcal{N}(\mu,\Sigma)\right}_{i=1}^n`
    
    now is
    :math:`\left\{\mathcal{N}(\mu,\Sigma)\right\}_{i=1}^n`
    
  • Delete spaces at the change of line.

Motivation and context / Related issue

In the documentation of ot.gaussian appears the following warning:

Missing or unrecognized delimiter for \left

How has this been tested (if it applies)

PR checklist

  • I have read the CONTRIBUTING document.
  • The documentation is up-to-date with the changes I made (check build artifacts).
  • All tests passed, and additional code has been covered with new tests.
  • I have added the PR and Issue fix to the RELEASES.md file.

@framunoz framunoz changed the title [WIP] docs: fix missing delimeter for left [MRG] docs: fix missing delimeter for left Jan 22, 2025
@rflamary rflamary merged commit c128104 into PythonOT:master Jan 27, 2025
18 checks passed
@framunoz framunoz deleted the docs/fix-missing-delimeter-for-left branch January 28, 2025 18:37
framunoz added a commit to framunoz/POT that referenced this pull request Jan 28, 2025
* fix: add backslash to fix the error in the documentation

* refactor: delete space

* Update RELEASES.md

---------

Co-authored-by: Francisco Muñoz <[email protected]>
@qbarthelemy
Copy link
Contributor

Online documentation doesn't seem to be updated after merging latest branches.

@framunoz
Copy link
Contributor Author

Online documentation doesn't seem to be updated after merging latest branches.

Which version are you looking at? When you select the “Development” version 0.9.6dev the changes are shown.

@rflamary
Copy link
Collaborator

Yes teh stable version of the doc is updated only on release

@qbarthelemy
Copy link
Contributor

Ok, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants