-
Notifications
You must be signed in to change notification settings - Fork 64
/
.gitignore
109 lines (94 loc) · 1.79 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
##Test artefacts
tests/processors/cache/
tests/processors/ipy_processor_test.txt
tests/processors/processor_test.txt
tests/readers/markdown_reader.txt
tests/octave/octave_test.txt
tests/publish/publish_test.html
tests/publish/publish_test_cell.html
tests/convert/convert_test.Pnw
tests/convert/simple.ipynb
tests/formats/formatters_test.html
tests/formats/formatters_test.md
tests/formats/formatters_test.rst
tests/formats/formatters_test.tex
tests/formats/formatters_test.txt
tests/weave/pandoc/ar_yw.md
tests/weave/pandoc/inline_chunks.md
tests/weave/pandoc/simple.md
tests/weave/tex/FIR_design_verb.tex
tests/weave/tex/FIR_design_verb/FIR_design.tex
tests/weave/tex/FIR_design_verb/FIR_design_AbsoluteFigdir.tex
tests/weave/tex/FIR_design_verb/FIR_design_figdir.tex
tests/weave/tex/term_test.tex
tests/weave/texminted/wrap_test.tex
tests/readers/markdown_reader.md
tests/publish/publish_test.py
tests/formats/formatters_url.pmd
tests/publish/cache/
tmp/
.ipynb_checkpoints/*
run_tests.sh
koe*.py
*.py[cod]
.idea/
temp/
htmlcov/
conda/pweave/.binstar.yml
cover/
*.png
*.pdf
koe.py
tests/*/*.png
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
*.sln
*.suo
*.pyproj
#Example builds
docs/examples/figures/
*.aux
*.log
*.out
doc/examples/index.rst
doc/examples/*.html
doc/examples/*.pdf
doc/examples/*.tex
doc/examples/*.rst
doc/examples/*.md
doc/examples/*.*#
doc/examples/cache
doc/build
doc/examples/_minted-FIR_design_minted/
doc/html_files/**
doc/source/examples/**
doc/source/pweave.rst
doc/source/formats.rst
doc/source/customizing.rst
doc/source/defaults.rst
doc/source/subclassing.rst
doc/publish.sh