Skip to content

Commit

Permalink
Fix initial settings mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Dec 22, 2022
1 parent 095298e commit 49f878d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ run-checks :
black --check .
flake8 .
mypy .
CUDA_VISIBLE_DEVICES='' pytest -v --color=yes --doctest-modules tests/ jaffle_shop_generator/
pytest -v --color=yes --doctest-modules tests/ jaffle_shop_generator/
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# jaffle-shop-generator
# 🥪 Jaffle Shop Generator 🏭

Have you ever wanted to make a **_lot_** of jaffles? Well you're in luck.
8 changes: 4 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

# -- Project information -----------------------------------------------------

project = "jaffle-shop-generator"
copyright = f"{datetime.today().year}, Allen Institute for Artificial Intelligence"
author = "Allen Institute for Artificial Intelligence"
project = "Jaffle Shop Generator"
copyright = f"{datetime.today().year}, dbt Labs™️"
author = "dbt Labs™️"
version = VERSION_SHORT
release = VERSION

Expand Down Expand Up @@ -82,7 +82,7 @@
#
html_theme = "furo"

html_title = f"jaffle-shop-generator v{VERSION}"
html_title = f"Jaffle Shop Generator v{VERSION}"

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
8 changes: 3 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
**jaffle-shop-generator**
**🥪 Jaffle Shop Generator 🏭**
===============

.. automodule:: jaffle_shop_generator
Expand All @@ -30,16 +30,14 @@ Contents
Team
----

**jaffle-shop-generator** is developed and maintained by the AllenNLP team, backed by
`the Allen Institute for Artificial Intelligence (AI2) <https://allenai.org/>`_.
AI2 is a non-profit institute with the mission to contribute to humanity through high-impact AI research and engineering.
The **jaffle shop generator** is developed and maintained by the dbt Labs™️ team.
To learn more about who specifically contributed to this codebase, see
`our contributors <https://github.com/dbt-labs/jaffle-shop-generator/graphs/contributors>`_ page.

License
-------

**jaffle-shop-generator** is licensed under `Apache 2.0 <https://www.apache.org/licenses/LICENSE-2.0>`_.
The **jaffle shop generator** is licensed under `Apache 2.0 <https://www.apache.org/licenses/LICENSE-2.0>`_.
A full copy of the license can be found `on GitHub <https://github.com/dbt-labs/jaffle-shop-generator/blob/main/LICENSE>`_.

Indices and tables
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 49f878d

Please sign in to comment.