Skip to content

Commit a80b9df

Browse files
committed
work on docstring cleanup
1 parent 365f219 commit a80b9df

File tree

11 files changed

+403
-277
lines changed

11 files changed

+403
-277
lines changed

.eric4project/quantities.e4q

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE UserProject SYSTEM "UserProject-4.0.dtd">
33
<!-- eric4 user project file for project quantities -->
4-
<!-- Saved: 2009-02-01, 19:22:24 -->
4+
<!-- Saved: 2009-02-08, 08:44:25 -->
55
<!-- Copyright (C) 2009 , -->
66
<UserProject version="4.0">
77
</UserProject>

.eric4project/quantities.e4t

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE Tasks SYSTEM "Tasks-4.2.dtd">
33
<!-- eric4 tasks file for project quantities -->
4-
<!-- Saved: 2009-02-01, 19:22:24 -->
4+
<!-- Saved: 2009-02-08, 08:44:25 -->
55
<Tasks version="4.2">
66
<Task priority="1" completed="False" bugfix="False">
77
<Summary>TODO: move to constants</Summary>
@@ -42,28 +42,28 @@
4242
<Task priority="1" completed="False" bugfix="False">
4343
<Summary>TODO: what is an appropriate value?</Summary>
4444
<Description></Description>
45-
<Created>2009-02-01, 19:15:13</Created>
45+
<Created>2009-02-01, 19:18:23</Created>
4646
<Resource>
47-
<Filename>quantities/quantity.py</Filename>
48-
<Linenumber>63</Linenumber>
47+
<Filename>quantities/uncertainquantity.py</Filename>
48+
<Linenumber>15</Linenumber>
4949
</Resource>
5050
</Task>
5151
<Task priority="1" completed="False" bugfix="False">
52-
<Summary>TODO: do we want this kind of magic?</Summary>
52+
<Summary>TODO: what is an appropriate value?</Summary>
5353
<Description></Description>
54-
<Created>2009-02-01, 19:15:14</Created>
54+
<Created>2009-02-08, 08:39:52</Created>
5555
<Resource>
5656
<Filename>quantities/quantity.py</Filename>
57-
<Linenumber>417</Linenumber>
57+
<Linenumber>63</Linenumber>
5858
</Resource>
5959
</Task>
6060
<Task priority="1" completed="False" bugfix="False">
61-
<Summary>TODO: what is an appropriate value?</Summary>
61+
<Summary>TODO: do we want this kind of magic?</Summary>
6262
<Description></Description>
63-
<Created>2009-02-01, 19:18:23</Created>
63+
<Created>2009-02-08, 08:39:52</Created>
6464
<Resource>
65-
<Filename>quantities/uncertainquantity.py</Filename>
66-
<Linenumber>15</Linenumber>
65+
<Filename>quantities/quantity.py</Filename>
66+
<Linenumber>415</Linenumber>
6767
</Resource>
6868
</Task>
6969
</Tasks>

doc/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Add any Sphinx extension module names here, as strings. They can be extensions
2525
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
2626
extensions = ['sphinx.ext.pngmath', 'sphinx.ext.autodoc', 'only_directives',
27-
'ipython_console_highlighting', 'plot_directive']
27+
'ipython_console_highlighting', 'plot_directive', 'numpydoc']
2828

2929
# Add any paths that contain templates here, relative to this directory.
3030
templates_path = ['_templates']
@@ -140,3 +140,9 @@
140140
latex_use_modindex = True
141141

142142
latex_use_parts = True
143+
144+
#############################################################
145+
# numpy extensions
146+
147+
# Edit links
148+
numpydoc_edit_link = '`Edit </numpy/docs/%(full_name)s/>`__'

0 commit comments

Comments
 (0)