Skip to content

Commit

Permalink
change pyviz-topics to holoviz-topics (#356)
Browse files Browse the repository at this point in the history
* change pyviz-topics to holoviz-topics

* clean metadata from nbs

* remove mention of day of week for meetings
  • Loading branch information
droumis committed Mar 13, 2023
1 parent 1e6278b commit 6715faa
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 37 deletions.
8 changes: 4 additions & 4 deletions doc/community.rst
Expand Up @@ -46,12 +46,12 @@ for discussions.

**Developer meetings** are shown in the calendar widget below.

- General HoloViz meeting: This occurs biweekly on Fridays and is the best
- General HoloViz meeting: This occurs biweekly and is the best
option for new members to join.
- Issue Triaging meeting: This occurs weekly on Mondays. It starts with some
- Issue Triaging meeting: This occurs weekly. It starts with some
quick coordination and then splits off to triage project issues, so please
join on time.
- Docs meeting: This occurs biweekly on Wednesdays and is focused on anything
join at the beginning.
- Docs meeting: This occurs biweekly and is focused on anything
related to the documentation.

Meeting notes are available on `hackmd.io/@holoviz/minutes
Expand Down
16 changes: 8 additions & 8 deletions doc/contributing.md
Expand Up @@ -167,7 +167,7 @@ The HoloViz group owns a few GitHub organizations:
* [pyviz-dev](https://github.com/pyviz-dev/) hosts two main types of repositories:
* Packages that support maintaining the core HoloViz packages, including, for instance, `nbsite`, `nbsmoke`, `pyctdev`, `pyct` and `autover`. These support packages were developed when no alternative, or satisfying alternative, was available at the time the group needed them.
* Repositories that are only used to host *dev* builds of the core packages websites, i.e., no actual work is done on these repositories. They just get updated automatically in a CI process.
* [pyviz-topics](https://github.com/pyviz-topics/) hosts repositories that demonstrate concrete usage of the HoloViz tools.
* [holoviz-topics](https://github.com/holoviz-topics/) hosts repositories that demonstrate concrete usage of the HoloViz tools.
* [holoviz-demos](https://github.com/holoviz-demos/) hosts some demos, mostly Panel apps. It is meant to be removed.
* [holoviz-community](https://github.com/holoviz-community/) is a place for the HoloViz community to host repositories that are going to be nicely exposed under the HoloViz umbrella

Expand Down Expand Up @@ -197,11 +197,11 @@ In more detail:
* [pyviz-dev.github.io](https://github.com/pyviz-dev/pyviz-dev.github.io): Index of all sites on pyviz-dev
* [holoviz_tasks](https://github.com/pyviz-dev/holoviz_tasks): Shared GHA workflows and tasks used to maintain the HoloViz repositories
* more ...
* [pyviz-topics](https://github.com/pyviz-topics/)
* [examples](https://github.com/pyviz-topics/examples): Home for domain-specific narrative examples using multiple PyViz projects
* [earthsim](https://github.com/pyviz-topics/earthsim): Project for developing Python-based workflows for specifying, launching, visualizing, and analyzing environmental simulations
* [earthml](https://github.com/pyviz-topics/earthml): Machine learning and visualization in Python for Earth science
* [holodoodler](https://github.com/pyviz-topics/holodoodler): Python application that allows interactive construction of sparse labeling for image segmentation using deep neural networks
* [holoviz-topics](https://github.com/holoviz-topics/)
* [examples](https://github.com/holoviz-topics/examples): Home for domain-specific narrative examples using multiple PyViz projects
* [earthsim](https://github.com/holoviz-topics/earthsim): Project for developing Python-based workflows for specifying, launching, visualizing, and analyzing environmental simulations
* [earthml](https://github.com/holoviz-topics/earthml): Machine learning and visualization in Python for Earth science
* [holodoodler](https://github.com/holoviz-topics/holodoodler): Python application that allows interactive construction of sparse labeling for image segmentation using deep neural networks
* more ...

#### Teams
Expand All @@ -215,9 +215,9 @@ The `pyviz-dev` organization has one team:

* `pyviz-dev`: PyViz Developers

The `pyviz-topics` organization has one team:
The `holoviz-topics` organization has one team:

* `pyviz-dev`: Developers on PyViz Topics
* `pyviz-dev`: Developers on HoloViz Topics

#### Developer account

Expand Down
2 changes: 1 addition & 1 deletion doc/topics/index.rst
Expand Up @@ -2,7 +2,7 @@
Topics
******

`PyViz Topics <https://examples.pyviz.org>`_ provides examples of the types
`HoloViz Topics <https://examples.pyviz.org>`_ provides examples of the types
of work that can be done in the PyViz ecosystem, including many examples of HoloViz tools. `EarthSim <https://earthsim.pyviz.org>`_
provides examples that specifically relate to using environmental simulation data,
and `EarthML <https://earthml.pyviz.org>`_ demonstrates machine learning techniques
Expand Down
13 changes: 1 addition & 12 deletions examples/tutorial/00_Setup.ipynb
Expand Up @@ -144,20 +144,9 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.9.13",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"pygments_lexer": "ipython3",
"version": "3.9.13"
},
"vscode": {
"interpreter": {
"hash": "f31fb6095542cf1b7c9e74f50a44f861a2242b7c1612363ea767593df1613d22"
}
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down
13 changes: 1 addition & 12 deletions examples/tutorial/index.ipynb
Expand Up @@ -69,20 +69,9 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.8.9 64-bit",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"pygments_lexer": "ipython3",
"version": "3.8.9"
},
"vscode": {
"interpreter": {
"hash": "31f2aee4e71d21fbe5cf8b01ff0e069b9275f58929596ceb00d14d90e3e16cd6"
}
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 6715faa

Please sign in to comment.