Skip to content

Commit

Permalink
🏷️ Remove outdated ENT
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-luchack committed Oct 3, 2023
1 parent 7dba96f commit c370bd7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/source/api/ent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ An example of client initialization with the ac_reunion ENT:

.. autofunction:: occitanie_montpellier_educonnect

.. autofunction:: occitanie_toulouse

.. autofunction:: occitanie_toulouse_edu

.. autofunction:: ozecollege_yvelines
Expand Down
4 changes: 0 additions & 4 deletions pronotepy/ent/ent.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
_cas, url="https://cas.entcreuse.fr/login?selection=ATS_parent_eleve"
)

occitanie_toulouse = partial(
_cas, url="https://cas.mon-ent-occitanie.fr/login?selection=TOULO-ENT_parent_eleve"
)

occitanie_montpellier = partial(
_cas, url="https://cas.mon-ent-occitanie.fr/login?selection=CSES-ENT_parent_eleve"
)
Expand Down

0 comments on commit c370bd7

Please sign in to comment.