Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Extract Dependencies script #2640

Merged
merged 10 commits into from
Jun 9, 2016
Merged

Add Extract Dependencies script #2640

merged 10 commits into from
Jun 9, 2016

Conversation

jonpas
Copy link
Member

@jonpas jonpas commented Sep 28, 2015

Extracts module dependencies to a file, for use in wiki.

Usage:

  • Run the script
  • Copy temp\dependencies.md to _includes/ folder on gh-pages branch
  • Watch the magic happen on all feature pages (include directive with Jekyll)

import os
import sys
import re
import shutil
Copy link
Member Author

Choose a reason for hiding this comment

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

Remove

@thojkooi thojkooi added this to the Ongoing milestone Oct 4, 2015
@jonpas jonpas self-assigned this Apr 22, 2016
@jonpas
Copy link
Member Author

jonpas commented May 12, 2016

This is finished and a PR for gh-pages also opened #3786 .

In the future I might add "used by " if people think it would be useful.

@jonpas jonpas removed their assignment May 12, 2016
@jonpas jonpas merged commit 1c06764 into acemod:master Jun 9, 2016
@jonpas jonpas deleted the extractDependencies branch June 9, 2016 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Completed
Documentation
Completed
Development

Successfully merging this pull request may close these issues.

None yet

3 participants