Skip to content

Commit 3dd959d

Browse files
authored
Merge pull request #326 from yardasol/yardasol-packaging-documentaion-es
Add Spanish translation of parts of the Documentation section
2 parents 18a59bb + 23fafd5 commit 3dd959d

File tree

2 files changed

+124
-23
lines changed

2 files changed

+124
-23
lines changed

documentation/hosting-tools/sphinx-python-package-documentation-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ and themes. A few examples include:
4646
* You can apply documentation themes for quick generation of beautiful documentation.
4747
* You can [automatically create documentation for your package's functions and classes (the package's API) from docstrings in your code using the autodoc extension](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html)
4848
* You can [run and test code examples in your docstrings using the doctest extension](https://www.sphinx-doc.org/en/master/usage/extensions/doctest.html)
49-
* While Sphinx natively supports the `rST` syntax. You can add custom syntax parsers to support easier-to-write syntax using tools such as [the MyST parser](https://myst-parser.readthedocs.io/).
49+
* While Sphinx natively supports the `rST` syntax, you can add custom syntax parsers to support easier-to-write syntax using tools such as [the MyST parser](https://myst-parser.readthedocs.io/).
5050

5151
### Commonly used Sphinx themes
5252

0 commit comments

Comments
 (0)