Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/astropy/sphinx-example-index

Sphinx extension for collecting examples from narrative documentation
https://github.com/astropy/sphinx-example-index

Merge pull request #1 from jonathansick/initial-packaging

Initial packaging

6e8043144f5977f2628d1b5c42d1fbecffab941c authored almost 5 years ago by Adrian Price-Whelan <[email protected]>
Add a project summary

This content is mostly a placeholder for future content. For now, it
summarizes what the extensi...

64a23d897c02c6513708d91ac9ac4cbfc84f3052 authored almost 5 years ago by Jonathan Sick <[email protected]>
Limit line length to 80

I hope we can assert this early on for more standardized and readable
code (imho, of course).

8b168b06fe06fccf354a77fd6f2af1c787529568 authored almost 5 years ago by Jonathan Sick <[email protected]>
Add PyPI classifiers

f07beead3473dbfaf0a59de54d6b4f8dd9060e80 authored almost 5 years ago by Jonathan Sick <[email protected]>
Add a development guide

The main driver behind this development guide is to document the various
set up and tox commands...

beff6d755847f0c4fc401428cf3cc4ca8f42c23d authored almost 5 years ago by Jonathan Sick <[email protected]>
Add project URLs to metadata

dd31f80384bc9da43cfc7f679f571e932318ce41 authored almost 5 years ago by Jonathan Sick <[email protected]>
Add change log

This adds a change log to the root of the repository, and also makes
that change log available i...

1234b76900d45a9709ae835b995d39aa88b2b1b4 authored almost 5 years ago by Jonathan Sick <[email protected]>
Configure sphinx build

The main goals of this configuration is to avoid depending on
sphinx_astropy and its extensions ...

77a194c2978d022d607362aaf5355a1f793dbac6 authored almost 5 years ago by Jonathan Sick <[email protected]>
Reorganize docs subdirectory

I don't think the sphinx_example_index/ subdirectory is needed in this
use case.

b82ba1b1c8ff7a872e91f4c3da33b434bb1cba56 authored almost 5 years ago by Jonathan Sick <[email protected]>
Add cron-ci GitHub Actions workflow

The purpose of this workflow is to run weekly (on Monday mornings) and
test the master branch of...

216c7cb564fc48683e8dd0062604b734f0ed6634 authored almost 5 years ago by Jonathan Sick <[email protected]>
Remove Travis CI configuration

We're aiming to use GitHub Actions instead.

db26ecc7d3553191c1e6e608f01677b6e8e5a1dc authored almost 5 years ago by Jonathan Sick <[email protected]>
Configure GitHub Actions-based CI

This GitHub Actions-based CI workflow has three jobs.

- The canary-test job runs the latest Pyt...

01b73fef1b7870351487cb470b0731e55ee2ef5d authored almost 5 years ago by Jonathan Sick <[email protected]>
Configure tox test environments

The goal with these test environments is to test against every supported
patch version of sphinx...

e792e7fff2cca663bf0076e011057614d5859de6 authored almost 5 years ago by Jonathan Sick <[email protected]>
Avoid depending on astropy in conftest.py

We can only depend on pytest_astropy_header (via the pytest-astropy
package) because sphinx-exam...

727b7b9f18382da8fc6ad7ab7584f8bac9ba76f0 authored almost 5 years ago by Jonathan Sick <[email protected]>
Drop extension-helpers, oldest-supported-numpy

These aren't needed for this Sphinx extension.

e068a7ef74a2a2de302590776338f45b6c311b71 authored almost 5 years ago by Jonathan Sick <[email protected]>
Remove _astropy_init module

Again, this test runner seems to be dependent seems to be dependent on
Astropy, as far as I can ...

b0c991fbce34f040e1662877218a4a6e3bf4b830 authored almost 5 years ago by Jonathan Sick <[email protected]>
Configure docs dependencies

We don't want to depend on sphinx-astropy because this package will
become a dependency of sphin...

3b18e19df2bb87c667b87133059c78885041174e authored almost 5 years ago by Jonathan Sick <[email protected]>
Move flake8 config to setup.cfg from tox command

This makes the flake8 configuration available in a standard place so
that linters built into edi...

fade2f9cbc9a6b309d66d4fd5131b34b10b9111b authored almost 5 years ago by Jonathan Sick <[email protected]>
Remove example modules

efd4352a9a5687d8afe7fd1375f61ec38c269a10 authored almost 5 years ago by Jonathan Sick <[email protected]>
Create from the Astropy package template

This sets up the packaging from the Astropy package template
(https://github.com/astropy/package...

4448383216b60c75264c9609e11c30f111d86657 authored almost 5 years ago by Jonathan Sick <[email protected]>
Initial commit

201f7f63fecdfff4d76cd8c9b71e7c1ae9d39400 authored almost 5 years ago by Kelle Cruz <[email protected]>