Skip to content

Commit

Permalink
Update the docs for v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ffes committed Nov 7, 2019
1 parent 1580819 commit 0d53f5c
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -18,3 +18,6 @@ insert_final_newline = false
indent_size = 2
indent_style = space
end_of_line = lf

[*.{py,sh}]
end_of_line = lf
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -5,8 +5,8 @@ Notepad++ Auto indent based on the fold level plug-in

The project page is at https://github.com/ffes/indentbyfold/

The documentation of this plug-in can be found at [Read The Docs](http://indentbyfold.readthedocs.io/).
The documentation of this plug-in can be found at [Read The Docs](https://indentbyfold.readthedocs.io/).

This includes:
- Instructions [how to build](http://indentbyfold.readthedocs.io/en/latest/building.html)
- A complete [release history](http://indentbyfold.readthedocs.io/en/latest/history.html)
- Instructions [how to build](https://indentbyfold.readthedocs.io/en/latest/building.html)
- A complete [release history](https://indentbyfold.readthedocs.io/en/latest/history.html)
12 changes: 8 additions & 4 deletions docs/building.rst
@@ -1,19 +1,23 @@
Building IndentByFold
=====================

To compile IndentByFold you can use `Visual Studio`_. Project files for VS2015
To compile IndentByFold you can use `Visual Studio`_. Project files for VS2017
are provided and actively used. The free version of Visual Studio Express
gets the job done. Obviously the paid versions work as well.
To compile with newer versions of Visual Studio you can convert an existing
project file.

There is also a `MinGW-w64`_ makefile, using their 32-bit compilers. It can
be used from `Cygwin`_ and MSYS2.
There is also a `MinGW-w64`_ makefile, using both their 32-bit and 64-bit compilers.
It can be used from `Cygwin`_, MSYS2 and on Linux (including WSL).

.. _Visual Studio: https://www.visualstudio.com/
.. _Visual Studio: https://visualstudio.microsoft.com/vs/
.. _MinGW-w64: https://mingw-w64.org/
.. _Cygwin: https://www.cygwin.com/

Know that the MinGW version of the DLL can't be loaded in Notepad++. For some reason
Notepad++ says the DLL is not compatible. Still building with MinGW is done by
Travis CI to make sure the code compiles without errors.


Building the documentation
--------------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Expand Up @@ -47,16 +47,16 @@

# General information about the project.
project = 'IndentByFold'
copyright = '2010-2016, Frank Fesevur'
copyright = '2010-2019, Frank Fesevur'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.7.1'
version = '0.7.2'
# The full version, including alpha/beta/rc tags.
release = '0.7.1'
release = '0.7.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 3 additions & 3 deletions docs/history.rst
@@ -1,16 +1,16 @@
Revision History
================

Version XXX (Yet To Be Released)
--------------------------------
Version 0.7.2 (2019-11-07)
--------------------------

- Provide a 64-bit version of the plug-in.

- Converted the documentation from DocBook to reStructuredText.
The documentation is now hosted at `Read The Docs`_.


.. _Read The Docs: http://nppsnippets.readthedocs.io
.. _Read The Docs: https://nppsnippets.readthedocs.io


Version 0.7.1 (2013-04-17)
Expand Down

0 comments on commit 0d53f5c

Please sign in to comment.