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

Textile documentation generator #83

Merged
merged 26 commits into from
Aug 30, 2013
Merged

Conversation

jonathanpa
Copy link
Contributor

Hi,

I've added writers, templates, etc. to generate the documentation in textile. I noticed that you have pushed some new commits on your master branch since I forked your repo. I wanted to merge your changes into my repo and then send you a pull request, however I saw that running rspecgenerates warnings and running cucumberfails. I guess you haven't finished what you wanted to do yet and I gave up the merge.

Additionally, I will do some tests of the textile docs generation with real projects. If the tests are ok, I'll merge my develop branch into my master branch.

Jonathan Pares and others added 20 commits July 4, 2013 17:04
to prepare Textile and Markdown writers.
Textile Index Cucumber Feature and Steps.
to test presence of generated examples.
@oestrich
Copy link
Contributor

I have this merged in and passing locally. The only thing that was failing was the docs dir changed so the textile feature needed updating.

I like what you did with the Views. My only concern is that the textile index doesn't link to examples, it just has the description.

@jonathanpa
Copy link
Contributor Author

I pushed new commits.

  1. I merged your latest changes to my branch. For the problems I had with rspec and cucumber, there was a conflict between your version of rake(0.9.2.2) and mine in my default gemset (10.0.3). Using bundle exec solves all.

  2. I fixed a bug in the markup_index.rb(commit 5cd4d3a) that was using HtmlExample in the examples method.

  3. I added the links to examples in the textile index.

oestrich added a commit that referenced this pull request Aug 30, 2013
Textile documentation generator
@oestrich oestrich merged commit 9a5c79e into zipmark:master Aug 30, 2013
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.

2 participants