Skip to content

Commit 5eb8fd4

Browse files
pfackeldeylgrayikrommyd
authored
docs: update docs to use MyST (#1391)
* start of updating docs to use MyST * start of updating docs to use MyST * fix some minor complaints during docs building * update filename * .md not .rst now :-) * README still .rst * add first bulk of docs content * remove non-sense section * complete notebook overhaul * remove workqueue from docs * forgot this * update installation * user guide updates * fix doc building warnings * various things * use or in docstrings * couple more fixes --------- Co-authored-by: Lindsey Gray <[email protected]> Co-authored-by: Iason Krommydas <[email protected]>
1 parent 290cbc8 commit 5eb8fd4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+8674
-3498
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,5 @@ dask-worker-space/
114114

115115
# VCS versioning
116116
src/coffea/_version.py
117+
118+
.DS_Store

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ build:
2020
- echo "setuptools!=78.0.1" >> ruciospark_constraints.txt
2121
- PIP_CONSTRAINT="$(pwd)/ruciospark_constraints.txt" python -m pip install '.[dev]' rucio-clients
2222
pre_build:
23-
- cd docs && sphinx-autogen source/reference.rst -t source/_templates -o source/modules && cd ../
23+
- cd docs && sphinx-autogen source/api_reference.md -t source/_templates -o source/modules && cd ../
2424
# You can also specify other tool versions:
2525
# nodejs: "19"
2626
# rust: "1.64"

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. image:: docs/source/logo/coffea_logo.svg
1+
.. image:: logo/coffea_logo.svg
22
:align: center
33
:width: 250px
44
:alt: logo
@@ -50,7 +50,7 @@ coffea also supplies facilities for horizontally scaling an analysis in order to
5050
time-to-insight in a way that is largely independent of the resource the analysis
5151
is being executed on. By making use of modern *big-data* technologies like
5252
`Apache Spark <https://spark.apache.org/>`_, `parsl <https://github.com/Parsl/parsl>`_,
53-
`Dask <https://dask.org>`_ , and `Work Queue <http://ccl.cse.nd.edu/software/workqueue>`_,
53+
`Dask <https://dask.org>`_ , and `TaskVine <https://ccl.cse.nd.edu/software/taskvine>`_,
5454
it is possible with coffea to scale a HEP analysis from a testing
5555
on a laptop to: a large multi-core server, computing clusters, and super-computers without
5656
the need to alter or otherwise adapt the analysis code itself.

binder/advanced_numba.ipynb

Lines changed: 1629 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)