-
Notifications
You must be signed in to change notification settings - Fork 12
Add Examples page using example.rst #17
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
Conversation
Data notes: clean up scftargets and gbasis
…lts for production code
… sloppiness) and bump version to 1.3.2
Fix attributes/coverage and bump to 1.3.2
_sources/examples.txt
Outdated
| Examples | ||
| ======== | ||
|
|
||
| The cclib package provides three powerful scripts to parse and write data i.e. ``ccget``, ``ccwrite``, and ``cda`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove powerful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
|
Why did you add Javascript and a TTF file? Also: I realize building the docs is a little clunky currently. I have a branch where I'm testing using a webhook that would include the customization we need. |
|
The Javasript and TTF files were added dynamically by the make command. The only two files that I manually added/modified were the examples.rst and contents.rst files. The rest were either changed/generated by the make command. |
|
I see. Which version of sphinx are you using? |
|
1.4 |
|
Can you try 1.2 easily? |
|
I downloaded the Sphinx v.1.2.3 and removed the Sphinx v.1.4 from my computer. When I tried to run make in the sphinx/ directory, I get this error.
I searched online and installed the
This by default installs Sphinx 1.4 which is what I am trying to avoid. Any suggestions on how I may proceed? |
|
The sphinx_rtd_theme is already included in the cclib.github.io repo as a submodule. You can download it when in the cclib.github.io repository with the command |
|
I downloaded the submodule and ran the make command again. This time Sphinx v1.2.3 was utilized but still the following untracked files were created.
All apart from examples.rst were created by the make command. I have also dumped the make process logs on pastebin (link). I searched in the entire repo for references to the two .js and ttf files but the search resulted in zero results. I am unable to figure out why these new js/ttf files are being created. I deleted these new files to see if any of the pages broke, but everything was as it was supposed to be. As I see it, we can proceed in three ways:
|
|
Let me try to do the same thing locally later today. In the longer term, we need a better way to manage these docs. |
|
So I don't get these files when I run locally (also using Sphinx 1.2.3). What's more, the resulting html on your branch (when you look at it locally) is slightly different that our version on cclib.github.io. Perhaps, try starting from scratch - remove your local repo, clone your I guess we should switch to Sphinx 1.4 soon, but let's do one thing at a time. One more thing: the examples page shows up at the bottom of the sidebar - could you put it under Tutorial or somewhere more reasonable? |
115311a to
f072668
Compare
|
Closing this, will continue on top of Schamnad's work in #30. |
I have built the feature on top of the latest master changes.
This is in continuation to pull request #14