Skip to content

Commit 935083a

Browse files
authored
Merge branch 'main' into change-update-translations
2 parents a2a73c4 + 5868d1e commit 935083a

21 files changed

+581
-201
lines changed

.all-contributorsrc

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"imageSize": 100,
66
"commit": false,
77
"commitConvention": "angular",
8+
"contributorsSortAlphabetically": true,
89
"contributors": [
910
{
1011
"login": "eriknw",
@@ -690,7 +691,8 @@
690691
"contributions": [
691692
"code",
692693
"review",
693-
"translation"
694+
"translation",
695+
"ideas"
694696
]
695697
},
696698
{
@@ -730,7 +732,8 @@
730732
"profile": "https://www.linkedin.com/in/ncclementi/",
731733
"contributions": [
732734
"code",
733-
"review"
735+
"review",
736+
"translation"
734737
]
735738
},
736739
{
@@ -762,7 +765,9 @@
762765
"contributions": [
763766
"code",
764767
"review",
765-
"doc"
768+
"doc",
769+
"translation",
770+
"ideas"
766771
]
767772
},
768773
{
@@ -783,6 +788,24 @@
783788
"review",
784789
"translation"
785790
]
791+
},
792+
{
793+
"login": "melissawm",
794+
"name": "Melissa Weber Mendonça",
795+
"avatar_url": "https://avatars.githubusercontent.com/u/3949932?v=4",
796+
"profile": "http://melissawm.github.io",
797+
"contributions": [
798+
"question"
799+
]
800+
},
801+
{
802+
"login": "OriolAbril",
803+
"name": "Oriol Abril-Pla",
804+
"avatar_url": "https://avatars.githubusercontent.com/u/23738400?v=4",
805+
"profile": "http://oriolabrilpla.cat",
806+
"contributions": [
807+
"question"
808+
]
786809
}
787810
],
788811
"contributorsPerLine": 7,

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ repos:
4040
hooks:
4141
- id: vale
4242

43-
- repo: https://github.com/pre-commit/mirrors-prettier
44-
rev: v3.1.0
43+
- repo: https://github.com/rbubley/mirrors-prettier
44+
rev: v3.3.3
4545
hooks:
4646
- id: prettier
4747
types_or: [yaml, html, css, scss, javascript, json, toml]

README.md

Lines changed: 76 additions & 68 deletions
Large diffs are not rendered by default.

TRANSLATING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ When you submit a PR for a translation, you should only include changes to one l
265265

266266
Translations PRs will be tagged with a label indicating the language to make them easier to identify and review. For example, contributions to the Spanish translation will be tagged with 'lang-es'.
267267

268-
TODO: This tagging could be automated with a GitHub action.
268+
TODO: This tagging could be automated with a GitHub Actions.
269269

270270
When you submit the PR, make sure to include a short description of the changes you made and any context that might be helpful for the reviewer (e.g., you translated new strings, you reviewed fuzzy entries, you fixed typos, etc.)
271271

@@ -340,7 +340,7 @@ TODO: There are many approaches here, some projects release a translation as soo
340340

341341
### How can I get help with my translation?
342342

343-
If you have any questions or need help with your translation, you can create an issue in the repository if you encounter any problems or need assistance.
343+
If you have any questions or need help with your translation, you can create an issue in the repository.
344344

345345
TODO: Maybe [Discourse](https://pyopensci.discourse.group/) could be used as a way for contributors to ask for help with translations or the translation workflow?
346346

_static/pyos.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,45 @@ html[data-theme="dark"] {
211211
--pyos-h1-color: var(--pyos-color-light);
212212
}
213213

214+
/* --------------------------------------
215+
De-jumble header items.
216+
See https://github.com/pydata/pydata-sphinx-theme/pull/1784
217+
*/
218+
219+
.bd-header .bd-header__inner {
220+
padding: 0 1rem;
221+
}
222+
223+
.bd-header .navbar-item {
224+
height: unset;
225+
max-height: unset;
226+
}
227+
228+
@media (max-width: 960px) {
229+
.bd-header .navbar-header-items {
230+
flex-wrap: wrap;
231+
row-gap: 0.5rem;
232+
}
233+
}
234+
235+
.bd-header .navbar-header-items__end,
236+
.bd-header .navbar-header-items__center,
237+
.bd-header .navbar-header-items__start {
238+
flex-flow: nowrap;
239+
}
240+
241+
.bd-header .navbar-header-items__start {
242+
width: unset;
243+
}
244+
245+
.bd-header .navbar-header-items__center {
246+
margin-right: 0.25em !important;
247+
}
248+
249+
.bd-header ul.navbar-nav {
250+
flex-wrap: wrap;
251+
}
252+
214253
/* -------------------------------------- */
215254
/* Generated by https://gwfh.mranftl.com/ */
216255

documentation/hosting-tools/myst-markdown-rst-doc-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ syntax. It is the default syntax used in Jupyter Notebooks. There are tools that
66
colored call out blocks and other custom elements to your documentation, you will
77
need to use either **myST** or **rST**.
88
1. [rST (ReStructured Text):](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html). **rST** is the native syntax that sphinx supports. rST was the default syntax used for documentation for many years. However, in recent years myST has risen to the top as a favorite for documentation given the flexibility that it allows.
9-
1. [myST:](https://myst-parser.readthedocs.io/en/latest/intro.html) myST is a combination of vanilla of `markdown` and `rST` syntax. It is a nice option if you are comfortable writing markdown. `myst` is preferred by many because it offers both the rich functionality
9+
1. [myST:](https://myst-parser.readthedocs.io/en/latest/intro.html) myST is a combination of `markdown` and `rST` syntax. It is a nice option if you are comfortable writing markdown. `myst` is preferred by many because it offers both the rich functionality
1010
of rST combined with a simple-to-write markdown syntax.
1111

1212
While you can chose to use any of the syntaxes listed above, we suggest using

documentation/hosting-tools/website-hosting-optimizing-your-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ It [requires that you to add it to your Sphinx `conf.py` extension list and site
4141

4242
OpenGraph is an extension that allows you to add metadata to your documentation
4343
content pages. [The OpenGraph protocol allows other websites to provide a
44-
useful preview of the content on your page when shared](https://www.freecodecamp.org/news/what-is-open-graph-and-how-can-i-use-it-for-my-website/#what-is-open-graph). This is important
44+
useful preview of the content on your page when shared](https://www.freecodecamp.org/news/what-is-open-graph-and-how-can-i-use-it-for-my-website/#heading-what-is-open-graph). This is important
4545
for when the pages in your documentation are shared on social
4646
media sites like Twitter and Mastodon and even for shares on
4747
tools like Slack and Discourse.

index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ The first round of our community-developed, how to create a Python package tutor
9696
:::
9797
::::
9898

99+
::::{grid-item}
100+
:::{card} ✿ Reference Guides ✿
101+
:class-card: left-aligned
102+
103+
* [Command Line Reference Guide](/tutorials/command-line-reference)
104+
105+
:::
106+
::::
107+
99108
:::::
100109

101110

0 commit comments

Comments
 (0)