Skip to content

Commit 0529aed

Browse files
authored
Update repository URLs (#212)
matpltolib.rb, numpy.rb and pandas.rb are also transferred to Red Data Tools.
1 parent 51b30ac commit 0529aed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ DEBUG(find_libpython) dlopen("/opt/brew/opt/python/Frameworks/Python.framework/V
131131

132132
### matplotlib
133133

134-
Use [mrkn/matplotlib.rb](https://github.com/mrkn/matplotlib.rb) instead of just importing it by `PyCall.import_module("matplotlib")`.
134+
Use [red-data-tools/matplotlib.rb](https://github.com/red-data-tools/matplotlib.rb) instead of just importing it by `PyCall.import_module("matplotlib")`.
135135

136136
### numpy
137137

138-
Use [mrkn/numpy.rb](https://github.com/mrkn/numpy.rb) instead of just importing it by `PyCall.import_module("numpy")`.
138+
Use [red-data-tools/numpy.rb](https://github.com/red-data-tools/numpy.rb) instead of just importing it by `PyCall.import_module("numpy")`.
139139

140140
### pandas
141141

142-
Use [mrkn/pandas.rb](https://github.com/mrkn/pandas.rb) instead of just importing it by `PyCall.import_module("pandas")`.
142+
Use [red-data-tools/pandas.rb](https://github.com/red-data-tools/pandas.rb) instead of just importing it by `PyCall.import_module("pandas")`.
143143

144144
## PyCall object system
145145

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ RUN bundle exec iruby register
183183

184184
# Deploy matplotlib's examples
185185
RUN mkdir -p /tmp \
186-
&& curl -fsSL https://github.com/mrkn/matplotlib.rb/archive/master.tar.gz | tar -xzf - -C /tmp \
186+
&& curl -fsSL https://github.com/red-data-tools/matplotlib.rb/archive/master.tar.gz | tar -xzf - -C /tmp \
187187
&& mv /tmp/matplotlib.rb-master/examples /notebooks/examples/matplotlib \
188188
&& rm -rf /tmp/matplotlib.rb-master
189189

0 commit comments

Comments
 (0)