-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #844 from parente/transifex
Try RTD+Transifex workflow
- Loading branch information
Showing
14 changed files
with
3,195 additions
and
16 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
dist: xenial | ||
language: python | ||
python: | ||
- 3.6 | ||
- 3.7 | ||
sudo: required | ||
services: | ||
- docker | ||
install: | ||
- pip install --upgrade pip | ||
- make dev-env | ||
script: | ||
- set -e | ||
- make test/docs docs | ||
- make docs | ||
- make build-test-all DARGS="--build-arg TEST_ONLY_BUILD=1" |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[main] | ||
host = https://www.transifex.com | ||
|
||
[jupyter-docker-stacks-1.using] | ||
file_filter = locale/<lang>/LC_MESSAGES/using.po | ||
source_file = _build/gettext/using.pot | ||
source_lang = en | ||
type = PO | ||
|
||
[jupyter-docker-stacks-1.maintaining] | ||
file_filter = locale/<lang>/LC_MESSAGES/maintaining.po | ||
source_file = _build/gettext/maintaining.pot | ||
source_lang = en | ||
type = PO | ||
|
||
[jupyter-docker-stacks-1.index] | ||
file_filter = locale/<lang>/LC_MESSAGES/index.po | ||
source_file = _build/gettext/index.pot | ||
source_lang = en | ||
type = PO | ||
|
||
[jupyter-docker-stacks-1.contributing] | ||
file_filter = locale/<lang>/LC_MESSAGES/contributing.po | ||
source_file = _build/gettext/contributing.pot | ||
source_lang = en | ||
type = PO | ||
|
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# New Recipes | ||
|
||
We welcome contributions of [recipes](../using/recipes.html), short examples of using, configuring, or extending the Docker Stacks, for inclusion in the documentation site. Follow the process below to add a new recipe: | ||
We welcome contributions of [recipes](../using/recipes.md), short examples of using, configuring, or extending the Docker Stacks, for inclusion in the documentation site. Follow the process below to add a new recipe: | ||
|
||
1. Open the `docs/using/recipes.md` source file. | ||
2. Add a second-level Markdown heading naming your recipe at the bottom of the file (e.g., `## Add the RISE extension``) | ||
2. Add a second-level Markdown heading naming your recipe at the bottom of the file (e.g., `## Add the RISE extension`) | ||
3. Write the body of your recipe under the heading, including whatever command line, Dockerfile, links, etc. you need. | ||
4. [Submit a pull request](https://github.com/PointCloudLibrary/pcl/wiki/A-step-by-step-guide-on-preparing-and-submitting-a-pull-request) (PR) with your changes. Maintainers will respond and work with you to address any formatting or content issues. |
Oops, something went wrong.