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

Enable Update_Docs to Scan Subdirectories; Stop Deleting Distro Files; Fix Docs CSS #220

Merged
merged 7 commits into from
Jun 15, 2013

Conversation

krkeegan
Copy link
Collaborator

Update_docs can now scan and create html files from pod documents created in subdirectories of lib, such as the Insteon directory. Fixes #199

I disabled the function of update_docs which was deleting files from the distribution folder docs. I have my html_alias2_docs folder outside of the distribution folder like I should, but the script was still deleting files such as download.html in the distro/docs folder. It shouldn't do that. The point of all of this is to only make changes to distro that are actually going to be committed to the repository. This function can be re-enabled later if necessary.

I added a head level 4 to the css and cleaned up head level 3.

While it looks like a lot of changes in the file, there are actually few changes, but a majority of the file had to be indented to allow for an additional foreach loop to rotate through the sub directories.

I am working on the Insteon POD documentation and should have it done in the next day or so.

The changes are not as widespread as it appears, but a large percentage of the code had to be indented

Doesn't fully work yet.
This allows for sorting of the entire list, not just parts of it
"sub new" should be followed by a whitespace character, but no necessarily a space
…nup internal comments

Script previously would delete extra files in the /doc dir even when users had followed the suggested install procedure and used an alternative docs dir.  The distribution directory structure should not be modified if users are installing things the way we suggest.
It looked silly to have heading 3 smaller than the body text.
Heading4 is not often used, but it should be defined to avoid the default setting in browsers.
…le.pod

The settings in pod2html were preventing proper links from being created.  The new settings allow it to properly search the pod directories

Updated Example.pod to suggest using a link to identify inherited objects.
krkeegan added a commit that referenced this pull request Jun 15, 2013
Enable Update_Docs to Scan Subdirectories; Stop Deleting Distro Files; Fix Docs CSS
@krkeegan krkeegan merged commit 2f1f651 into hollie:master Jun 15, 2013
@hollie hollie mentioned this pull request Jun 15, 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.

1 participant