Commit Graph

113 Commits

Author SHA1 Message Date
Ayaz Salikhov
51109c93aa Add newlines to Community Stacks to make images look better 2023-07-04 20:24:00 +04:00
Ayaz Salikhov
042161a94f Put static files in correct folder 2023-07-04 18:33:14 +04:00
Ayaz Salikhov
d3a9357e68 Fix grammar 2023-02-16 11:25:10 +04:00
Ayaz Salikhov
643d082229 Update tests.md 2023-02-09 13:42:02 +04:00
Ayaz Salikhov
6887bf53f2 Update stacks.md 2023-02-09 13:39:57 +04:00
Ayaz Salikhov
d69a5c5c3a Fix pre-commit hooks 2023-02-09 13:37:07 +04:00
Ayaz Salikhov
1030850c64 Update packages.md 2023-02-09 13:34:44 +04:00
Ayaz Salikhov
8c3404c6b9 Update lint.md 2023-02-09 13:32:46 +04:00
Ayaz Salikhov
e404c120fe Update issues.md 2023-02-09 13:27:18 +04:00
Ayaz Salikhov
391a46bb31 Update features.md 2023-02-09 13:23:15 +04:00
Kevin Bates
10e52ee843 Create base image to base-notebook for non-server Jupyter applications (#1825)
* Create base-jupyter from base-notebook for non-server jupyter applications

* Fix pre-commit errors and begin test refactoring

* More test refactoring

* Add base-jupyter to images_hierarchy

* Use folder work instead of .jupyter in nb-user test

* Add base-jupyter to tagging hierarchy

* Linting: trailing comma

* Apply review comments, remove obsolute Miniforge reference

* Add self-signed cert comment back to base-notebook doc

* Update docs/using/selecting.md

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>

* Remove redundant apt-get upgrade per review

* Remove b/c approaches per review

* Move test_nb_user_change back to base-notebook tests, per review

* fix linting

* Rename base-jupyter to docker-stacks-foundation, per review

* Rename tests/base-jupyter to docker-stacks-foundation

* Use alphabetical order

* Use alphabetical order

* Fix markdown style

* Split test_nb_user_change between the foundation and base tests

Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2022-11-13 01:44:44 +04:00
Ayaz Salikhov
d42a0b8ffa Rename master->main in all the source code 2022-07-07 14:51:09 +04:00
Ayaz Salikhov
1936d7356a Apply suggestions from code review
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
2022-05-18 19:30:39 +03:00
Ayaz Salikhov
0487c99660 Cleanup docs about multi platform builds 2022-05-13 02:35:47 +03:00
Ayaz Salikhov
67fed35b2c Make workflows look better 2022-05-01 20:29:30 +03:00
Ayaz Salikhov
bcf5118cb7 Fix minor PyCharm issues 2022-03-19 00:15:27 +02:00
Ayaz Salikhov
812c713a64 Fix PyCharm issues 2022-03-16 16:47:30 +02:00
Ayaz Salikhov
6ad4ae7112 Update docs/contributing/tests.md 2022-02-21 13:26:56 +00:00
pre-commit-ci[bot]
75ad86fa9f [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2022-02-21 13:26:03 +00:00
Ayaz Salikhov
87b6f94246 Apply suggestions from code review
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
2022-02-21 13:25:42 +00:00
Ayaz Salikhov
76269c681d Apply suggestions from code review 2022-02-18 13:23:31 +00:00
Ayaz Salikhov
46615f7f9c Update docs/contributing/tests.md 2022-02-18 13:20:06 +00:00
Ayaz Salikhov
448c973be3 Fix 2022-02-17 16:51:29 +00:00
Ayaz Salikhov
6d04f39de6 Run tests on all children images 2022-02-17 16:34:15 +00:00
Ayaz Salikhov
b4036d6361 Fix wrong links 2022-02-07 15:52:50 +03:00
Tania Allard
92fdd3b3e8 📝 DOC: Link to feature request issue template 2022-02-07 12:14:36 +00:00
Ayaz Salikhov
4279d4d3b1 Merge pull request #1607 from mathbunnyru/asalikhov/community_stacks_table
Present community stacks as a table
2022-02-07 08:36:44 +03:00
Ayaz Salikhov
dd5b011dfe Add a tool to check broken URLs easily 2022-02-07 01:43:29 +03:00
Ayaz Salikhov
7786a78245 Fix wording 2022-02-07 00:08:23 +03:00
Ayaz Salikhov
dcc6838582 Implement community stacks as a table 2022-02-06 14:18:14 +03:00
Ayaz Salikhov
f32be5097a Separate docs environment (#1600)
* Separate env for docs
2022-02-04 15:45:26 +03:00
Ayaz Salikhov
9fa1a586fc Apply suggestions from code review
Co-authored-by: Tania Allard <taniar.allard@gmail.com>
2022-02-02 16:18:28 +03:00
Ayaz Salikhov
359a660570 Update docs/contributing/packages.md 2022-02-02 15:31:19 +03:00
Ayaz Salikhov
ff63c762e5 More notes 2022-02-02 12:54:27 +03:00
Ayaz Salikhov
12ccbf5149 Apply suggestions from code review
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
2022-02-02 12:41:16 +03:00
Ayaz Salikhov
6ff12c18a9 Update docs/contributing/lint.md
Co-authored-by: Erik Sundell <erik.i.sundell@gmail.com>
2022-02-02 12:40:01 +03:00
Ayaz Salikhov
1196b0d1ac Update docs/contributing/stacks.md 2022-02-02 01:21:33 +03:00
Ayaz Salikhov
28a0f4c8b4 Cleanup docs 2022-02-02 01:19:38 +03:00
Tania Allard
8fd7573abc ✏️ minor typo 2022-01-31 21:25:06 +00:00
Tania Allard
81f0966603 Update docs/contributing/lint.md
Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
2022-01-31 12:33:08 +00:00
Tania Allard
1ac9fc0d05 Merge remote-tracking branch 'origin/trallard/docs' into trallard/docs 2022-01-28 13:11:07 +00:00
Tania Allard
0e74643e67 Better alt-texts for images 2022-01-28 13:10:49 +00:00
Tania Allard
19bbb72751 📝 Minor update to lint.md 2022-01-28 12:32:58 +00:00
Ayaz Salikhov
f7299f0dcd Remove transifex translations 2022-01-09 12:28:04 +03:00
romainx
35e4bb4038 Fix broken markdown anchors in the doc
Used a workaround by transforming MD to HTML anchors.
2022-01-09 09:27:59 +01:00
Ayaz Salikhov
993b4f1d4e Refactor github workflows 2021-11-02 12:54:27 +03:00
Ayaz Salikhov
a01b73a5b4 Fix typo 2021-09-07 01:44:37 +03:00
Ayaz Salikhov
1fce48cd6c Use mamba instead of conda where possible 2021-08-24 23:41:32 +03:00
Ayaz Salikhov
334381dfe2 Limit markdown line length to 200 2021-06-21 12:59:21 +03:00
Ayaz Salikhov
90e43db305 Small docs fix 2021-06-14 15:36:08 +03:00