Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiisoup committed Sep 15, 2017
1 parent 1a010bd commit ed15079
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 171 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ codeship_settings.txt
# sphinx directories
_build
_static
_templates
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 今日からはじめるpython

プラズマ・核融合学会誌 講座「今日から始める Python」のためのコード類を保存するリポジトリです。
プラズマ・核融合学会誌 講座「今日から始める Python」
[http://purakaku-python.readthedocs.io/ja/latest/](http://purakaku-python.readthedocs.io/ja/latest/)

## コンテンツ
+ coming soon
Expand Down
165 changes: 0 additions & 165 deletions chapter2/tex_files/introduction.tex

This file was deleted.

3 changes: 0 additions & 3 deletions chapter2/tex_files/tutorial.tex

This file was deleted.

5 changes: 4 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['IPython.sphinxext.ipython_directive',
extensions = ['matplotlib.sphinxext.only_directives',
'matplotlib.sphinxext.plot_directive',
'IPython.sphinxext.ipython_directive',
'IPython.sphinxext.ipython_console_highlighting',
'sphinx.ext.mathjax',
'sphinx.ext.autodoc',
'sphinx.ext.doctest',
'sphinx.ext.inheritance_diagram',
'numpydoc'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: xarray-docs
name: purakaku-python
channels:
- conda-forge
- defaults
Expand Down

0 comments on commit ed15079

Please sign in to comment.