• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

chrisjsewell / ipypublish / 632
78%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2019 04:42PM UTC
Jobs 5
Files 116
Run time 11min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
632

push

travis-ci

web-flow
Add Sphinx extension for glossary referencing: `ipypublish.sphinx.gls` (#75)

- Added Sphinx extension for glossary referencing: `ipypublish.sphinx.gls`.
  See :ref:`sphinx_ext_gls`

- Added `ConvertBibGloss` post-processor,
  to convert a bibglossary to the required format

- Added notebook-level metadata options for `bibglossary` and `sphinx`
  (see :ref:`meta_doclevel_schema`)

- Large refactoring and improvements for test suite, particularly for testing
  of Sphinx extensions (using the Sphinx pytest fixtures) and creation of the
  `IpyTestApp` fixture

- fixes #71 

Back-compatibility breaking changes:

- renamed Sphinx notebook extension from
  `ipypublish.ipysphinx` to `ipypublish.sphinx.notebook`
  (see :ref:`sphinx_ext_notebook`)

- `ipypublish.postprocessors.base.IPyPostProcessor.run_postprocess`
  input signature changed (and consequently it has changes for all post-processors)

`v0.9`:

```python
   def run_postprocess(self, stream, filepath, resources):
      output_folder = filepath.parent
```

`v0.10`:

``` python
   def run_postprocess(self, stream, mimetype, filepath, resources):
      output_folder = filepath.parent
```

4490 of 5716 relevant lines covered (78.55%)

3.85 hits per line

Jobs
ID Job ID Ran Files Coverage
3 632.3 (TEST_TYPE="pytest" PYPI_DEPLOY=true) 18 Apr 2019 04:43PM UTC 0
78.15
Travis Job 632.3
4 632.4 (TEST_TYPE="pytest") 18 Apr 2019 04:42PM UTC 0
75.21
Travis Job 632.4
5 632.5 (TEST_TYPE="pytest") 18 Apr 2019 04:44PM UTC 0
78.05
Travis Job 632.5
6 632.6 (TEST_TYPE="pytest") 18 Apr 2019 04:45PM UTC 0
78.06
Travis Job 632.6
7 632.7 (TEST_TYPE="pytest") 18 Apr 2019 04:53PM UTC 0
75.21
Travis Job 632.7
Source Files on build 632
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #632
  • 230b8560 on github
  • Prev Build on master (#613)
  • Next Build on master (#638)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc