Stefan Seefeld

Results 20 issues of Stefan Seefeld

Is there a way to attach metadata to elements in the RST document, which will translate into classes in the generated HTML ? This would greatly help customizing the layout...

question

Is it possible to fine-tune the diagram generation by passing edge and node attributes down to graphviz, to approximate UML class diagrams ?

Different projects generate quite different types of build metadata, from test reports to generated documentation. It would be great if the build-info that is being pushed to artifactory would be...

feature request

The title says it all: I have been using the `jfrog` tool to interact with an artifactory instance, including deploying artifacts from build pipelines and thus generating build-related metadata. Does...

question

It appears the existing visualization logic is already very close to Chrome's "flame chart" display (http://addyosmani.com/blog/devtools-flame-charts/). How hard would it be to add support for timeline displays to snakeviz ?...

After selecting an image to write the user is presented with a choice of available devices. At least in my case (on Fedora 24) that list is not useful at...

### Description I'm trying install pypi packages system-wide for a custom platform (using docker, so no additional virtualization is needed to protect me from corrupting the system). Reading https://packaging.python.org/en/latest/specifications/externally-managed-environments/, I...

type: bug
S: awaiting response
S: needs triage

Is there any place with information (including example jupterbooks) about how to customize the pdf output ? In particular, I'm interested in: * titlepage configuration (adding / suppressing document info,...

### Feature description I'm setting up a jupyterhub installation that allows to share formally released notebooks representing "technical reports". The publishing process involves creating apps using `jhub-apps` As I expect...

type: enhancement 💅🏼

I'm looking for the best way to build and deploy a secondary package to pypi from a single repo. Here is my current directory structure: ``` . ├── pyproject.toml ├──...