Skip to content

maint: remove developer instruction pages, update contribute links to project repos#201

Open
mmcky wants to merge 1 commit intomainfrom
fix/126-remove-developer-pages
Open

maint: remove developer instruction pages, update contribute links to project repos#201
mmcky wants to merge 1 commit intomainfrom
fix/126-remove-developer-pages

Conversation

@mmcky
Copy link
Copy Markdown
Collaborator

@mmcky mmcky commented May 5, 2026

Summary

Completes the cleanup step from #126. Developer instructions for QuantEcon.py and QuantEcon.jl were already migrated to the respective project repositories (QuantEcon.py#740). This PR removes the now-redundant pages from the website.

Deleted pages

All 7 pages had menu_item: false and were not in the site navigation:

File URL
pages/python-developers.md /python-developers/
pages/julia-developers.md /julia-developers/
pages/developer-resources.md /developer-resources/
pages/wiki.md /wiki/
pages/wiki-py-conda-dev-env.md /wiki-py-conda-dev-env/
pages/wiki-py-docstrings.md /wiki-py-docstrings/
pages/wiki-py-unit-testing.md /wiki-py-unit-testing/

Updated links

The "Contribute" buttons on the code library pages previously linked to the now-deleted internal pages. They now point directly to CONTRIBUTING.md in each project repo:

  • pages/quantecon-py.mdhttps://github.com/QuantEcon/QuantEcon.py/blob/master/CONTRIBUTING.md
  • pages/quantecon-jl.mdhttps://github.com/QuantEcon/QuantEcon.jl/blob/master/CONTRIBUTING.md

Verified

  • bundle exec jekyll build passes cleanly with no broken references

Closes #126

Developer instructions for QuantEcon.py and QuantEcon.jl have been
migrated to the respective project repositories (see QuantEcon.py#740).
This removes the now-redundant pages from the website and updates the
'Contribute' buttons to link directly to the CONTRIBUTING.md in each
project repo.

Deleted pages (all had menu_item: false, none in nav):
- pages/python-developers.md  (/python-developers/)
- pages/julia-developers.md   (/julia-developers/)
- pages/developer-resources.md (/developer-resources/)
- pages/wiki.md               (/wiki/)
- pages/wiki-py-conda-dev-env.md
- pages/wiki-py-docstrings.md
- pages/wiki-py-unit-testing.md

Updated inbound links:
- quantecon-py.md: Contribute button → QuantEcon.py CONTRIBUTING.md
- quantecon-jl.md: Contribute button → QuantEcon.jl CONTRIBUTING.md

Closes #126
Copilot AI review requested due to automatic review settings May 5, 2026 03:33
@netlify
Copy link
Copy Markdown

netlify Bot commented May 5, 2026

Deploy Preview for grand-swan-ca5201 ready!

Name Link
🔨 Latest commit e314023
🔍 Latest deploy log https://app.netlify.com/projects/grand-swan-ca5201/deploys/69f9650f44e3e00008732107
😎 Deploy Preview https://deploy-preview-201--grand-swan-ca5201.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR continues the website cleanup by removing developer-instruction/wiki pages that have been migrated to the QuantEcon.py / QuantEcon.jl project repositories, and by repointing the “Contribute” calls-to-action on the library pages to the projects’ CONTRIBUTING.md.

Changes:

  • Removes 7 now-redundant internal developer instruction / wiki pages from pages/.
  • Updates the “Contribute” button links on the QuantEcon.py and QuantEcon.jl library pages to point to the corresponding GitHub CONTRIBUTING.md.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pages/wiki.md Removes the site “Wiki” index page (developer-only content).
pages/wiki-py-unit-testing.md Removes Python unit testing instructions (migrated to project repo).
pages/wiki-py-docstrings.md Removes Python docstring/documentation guidance (migrated to project repo).
pages/wiki-py-conda-dev-env.md Removes Conda dev environment setup instructions (migrated to project repo).
pages/python-developers.md Removes QuantEcon.py contribution instructions page (now redundant).
pages/julia-developers.md Removes QuantEcon.jl contribution instructions page (now redundant).
pages/developer-resources.md Removes developer resources hub page (now redundant).
pages/quantecon-py.md Updates “Contribute” button to link directly to QuantEcon.py CONTRIBUTING.md on GitHub.
pages/quantecon-jl.md Updates “Contribute” button to link directly to QuantEcon.jl CONTRIBUTING.md on GitHub.

Comment thread pages/quantecon-py.md
Comment on lines +24 to +25
<p><a href="https://github.com/QuantEcon/QuantEcon.py/blob/master/CONTRIBUTING.md"><img alt=" " src="/assets/img/library-button-contribute.png"></a></p>
<p><a href="https://github.com/QuantEcon/QuantEcon.py/blob/master/CONTRIBUTING.md">Contribute</a></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate Developer instructions and information to relevant project

2 participants