Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b83d96b

Browse files
committed
use mathpng extension rather than mathml
generate html rather than xml svn path=/trunk/matplotlib/; revision=5226
1 parent 3faddc3 commit b83d96b

6 files changed

Lines changed: 425 additions & 321 deletions

File tree

doc/CODING_GUIDE

Lines changed: 0 additions & 317 deletions
This file was deleted.

doc/api_reference/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
# If nonempty, this is the file name suffix for generated HTML files. The
9595
# default is ``".html"``.
96-
html_file_suffix = '.xml'
96+
#html_file_suffix = '.xhtml'
9797

9898
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
9999
# using the given strftime format.

doc/api_reference/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def check_build():
1515
pass
1616

1717
def figs():
18-
os.system('cd source/figures/ && python make.py')
18+
os.system('cd figures/ && python make.py')
1919

2020
def html():
2121
check_build()

0 commit comments

Comments
 (0)