passagemath-sws2rst 10.5.21__tar.gz → 10.5.23__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {passagemath_sws2rst-10.5.21/passagemath_sws2rst.egg-info → passagemath_sws2rst-10.5.23}/PKG-INFO +2 -2
- passagemath_sws2rst-10.5.23/VERSION.txt +1 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23/passagemath_sws2rst.egg-info}/PKG-INFO +2 -2
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/sage_sws2rst/worksheet2rst.py +2 -1
- passagemath_sws2rst-10.5.21/VERSION.txt +0 -1
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/.gitignore +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/MANIFEST.in +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/README.rst +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/bin/sage-sws2rst +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/check.sh +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/passagemath_sws2rst.egg-info/SOURCES.txt +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/passagemath_sws2rst.egg-info/dependency_links.txt +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/passagemath_sws2rst.egg-info/top_level.txt +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/pyproject.toml +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/requirements.txt +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/sage_sws2rst/__init__.py +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/sage_sws2rst/comments2rst.py +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/sage_sws2rst/results2rst.py +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/setup.cfg +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/setup.py +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/test/Adding_Pictures_and_screenshots.sws +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/test/MAT_141_day_25.sws +0 -0
- {passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/tox.ini +0 -0
{passagemath_sws2rst-10.5.21/passagemath_sws2rst.egg-info → passagemath_sws2rst-10.5.23}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-sws2rst
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.23
|
4
4
|
Summary: passagemath: SageNB worksheet converter
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
License: GNU General Public License (GPL) v3 or later
|
@@ -0,0 +1 @@
|
|
1
|
+
10.5.23
|
{passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23/passagemath_sws2rst.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: passagemath-sws2rst
|
3
|
-
Version: 10.5.
|
3
|
+
Version: 10.5.23
|
4
4
|
Summary: passagemath: SageNB worksheet converter
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
6
6
|
License: GNU General Public License (GPL) v3 or later
|
@@ -111,7 +111,8 @@ def code_parser(text):
|
|
111
111
|
lines = ['::', '']
|
112
112
|
for s in text.splitlines():
|
113
113
|
l = s[6:] if s.startswith('sage: ') else s
|
114
|
-
if not l:
|
114
|
+
if not l:
|
115
|
+
continue
|
115
116
|
prefix = ' ....: ' if l[0] == ' ' else ' sage: '
|
116
117
|
lines.append(prefix + l)
|
117
118
|
return '\n'.join(lines)
|
@@ -1 +0,0 @@
|
|
1
|
-
10.5.21
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/passagemath_sws2rst.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{passagemath_sws2rst-10.5.21 → passagemath_sws2rst-10.5.23}/test/Adding_Pictures_and_screenshots.sws
RENAMED
File without changes
|
File without changes
|
File without changes
|