1. 05 Aug, 2025 1 commit
  2. 24 Aug, 2023 1 commit
  3. 11 Aug, 2021 1 commit
    • Josh A. Mitchell's avatar
      Move to actively maintained dependencies for API docs (#3201) · ae2fe2fd
      Josh A. Mitchell authored
      * Proof of concept matching current behaviour with Breathe
      
      * Reorganise C++ API docs to work without autosummary
      
      * Revert to Sphinx-native search
      
      * Move remaining pip deps to conda
      
      * Remove unnecessary lunrsearch templates
      
      * Remove lunrsearch from cmake
      
      * Tidy up layout of API docs
      
      * Get code blocks to work with Breathe
      
      Breathe doesn't seem to support the Doxygen <preformatted> tag.
      It does support the <code> tag, but better yet it supports using
      <verbatim> tags to embed rst into docstrings. This commit changes
      all <pre> tags to use RST verbatim, and updates the Python
      documentation machinery to support it too.
      
      * Clarified some language
      
      * Have doxygen exclude undocumented classes and have sphinx fail on warnings for C++ API docs
      
      * List custom forces and integrators last
      
      * Add breathe to documentation CI
      
      * Typo
      
      * Fix link to custom forces in extras.rst
      
      * Have Breathe process only public classes
      
      * Strip OpenMM:: prefix from rst files to avoid colons in links
      
      * Remove existing private classes from EXCLUDE_SYMBOLS
      
      * Add comment to C++ cmake describing why we promote warnings to errors
      
      * Revise documentation build instructions for new dependencies
      ae2fe2fd
  4. 16 Jul, 2021 1 commit
    • Josh A. Mitchell's avatar
      Reorganise documentation (#3165) · f5166695
      Josh A. Mitchell authored
      * Break user guide into parts
      
      * Break up file I missed
      
      * Add basic .gitignore to suit out-of-tree builds in build, build1, build2 ... build9
      
      * Small changes to autonumber.py for doc compilation
      
      This is a small change designed not to fix the incorrect logic of
      autonumber.py, but just to get the docs compiling. While assigning
      numbers, the code now just ignores the autonumber_by_chapter
      setting for a particular object if it can't find the appropriate
      section in section_numbers. This is a temporary fix!
      
      * Include part and chapter in autonumbered objects
      
      * Fix autonumber.py to correctly reference autonumber roles in file-level sections
      
      * Unify and simplify styling across documentation
      
      * Break dev docs down into individual chapter-files
      
      * Correct absolute links to relative
      
      * Disable browser suggestions for lunrsearch box in API docs
      
      * Remove part name from chapter 2.1
      
      * Rename ambiguous 'Home' link to OpenMM.org
      
      * Typo
      
      * Minor fixes and reversions
      
      Reverts some changes I had made and later thought better of,
      and fixes some recurring typos across the documentation.
      
      * Number developers guide chapters
      
      * Fix responsiveness
      
      * Remove header.rst and center captions
      
      * Add a level of depth to main TOC and styling to accomodate
      
      * Add third level to Part-level TOCs
      
      * Use :numref: instead of :ref: to number links to sections
      
      * Continuously number chapters in user guide
      
      * navbar links to other docs relative, not absolute
      
      * Improve navbar spacing with new template
      
      * Fix sidebar while allowing it to scroll
      
      * Hard -> Soft links for navigation.html template
      
      * Add navigation.html template to cmakelists
      
      * Add another level of .. to relative links
      
      * Fix flex on C++ and remove layer of ..
      f5166695
  5. 15 Jun, 2021 1 commit
  6. 01 Feb, 2021 1 commit
  7. 03 Dec, 2015 1 commit
  8. 17 Nov, 2015 1 commit
  9. 15 Nov, 2015 1 commit
  10. 04 Nov, 2015 3 commits
  11. 03 Nov, 2015 5 commits
  12. 27 Aug, 2015 1 commit
  13. 26 Aug, 2015 1 commit
  14. 18 Aug, 2014 1 commit
  15. 22 Jul, 2014 2 commits
  16. 28 Feb, 2014 2 commits
  17. 27 Feb, 2014 1 commit